Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

create or replace
PACKAGE BODY SCHEDULE_CARD_VIEW AS
--вывод графика по кредитным картам
procedure getCreditCardPayList(pSchedId in integer,pResult out sys_refcursor) is
paytable sched.CREDIT_CARD_VIEW_TAB;
vApDelayPayed number:=0;
vApPercDelayPayed number:=0;
vOtherPayed number:=0;
vMinApNeedPayed number;
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="odfdom-java-0.8.7-javadoc" level="project" />