DBA Data[Home] [Help]

APPS.LNS_CUSTOM_PUB_W dependencies on LNS_CUSTOM_PUB

Line 1: package body lns_custom_pub_w as

1: package body lns_custom_pub_w as
2: /* $Header: LNS_CUST_PUBJ_B.pls 120.0.12010000.3 2008/12/19 16:04:48 gparuchu ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy lns_custom_pub.custom_tbl, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy lns_custom_pub.custom_tbl, a0 JTF_NUMBER_TABLE

1: package body lns_custom_pub_w as
2: /* $Header: LNS_CUST_PUBJ_B.pls 120.0.12010000.3 2008/12/19 16:04:48 gparuchu ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy lns_custom_pub.custom_tbl, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_DATE_TABLE
7: , a4 JTF_DATE_TABLE

Line 116: procedure rosetta_table_copy_out_p1(t lns_custom_pub.custom_tbl, a0 out nocopy JTF_NUMBER_TABLE

112: end loop;
113: end if;
114: end if;
115: end rosetta_table_copy_in_p1;
116: procedure rosetta_table_copy_out_p1(t lns_custom_pub.custom_tbl, a0 out nocopy JTF_NUMBER_TABLE
117: , a1 out nocopy JTF_NUMBER_TABLE
118: , a2 out nocopy JTF_NUMBER_TABLE
119: , a3 out nocopy JTF_DATE_TABLE
120: , a4 out nocopy JTF_DATE_TABLE

Line 404: lns_custom_pub.resetcustomschedule(p_loan_id,

400:
401:
402:
403: -- here's the delegated call to the old PL/SQL routine
404: lns_custom_pub.resetcustomschedule(p_loan_id,
405: p_init_msg_list,
406: p_commit,
407: ddp_update_header,
408: x_return_status,

Line 479: ddp_custom_tbl lns_custom_pub.custom_tbl;

475: , x_invalid_installment_num out nocopy NUMBER
476: )
477:
478: as
479: ddp_custom_tbl lns_custom_pub.custom_tbl;
480: ddindx binary_integer; indx binary_integer;
481: begin
482:
483: -- copy data to the local IN or IN-OUT args, if any

Line 484: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_custom_tbl, p0_a0

480: ddindx binary_integer; indx binary_integer;
481: begin
482:
483: -- copy data to the local IN or IN-OUT args, if any
484: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_custom_tbl, p0_a0
485: , p0_a1
486: , p0_a2
487: , p0_a3
488: , p0_a4

Line 542: lns_custom_pub.createcustomschedule(ddp_custom_tbl,

538:
539:
540:
541: -- here's the delegated call to the old PL/SQL routine
542: lns_custom_pub.createcustomschedule(ddp_custom_tbl,
543: p_loan_id,
544: p_init_msg_list,
545: p_commit,
546: x_return_status,

Line 619: ddp_custom_tbl lns_custom_pub.custom_tbl;

615: , x_invalid_installment_num out nocopy NUMBER
616: )
617:
618: as
619: ddp_custom_tbl lns_custom_pub.custom_tbl;
620: ddindx binary_integer; indx binary_integer;
621: begin
622:
623: -- copy data to the local IN or IN-OUT args, if any

Line 624: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_custom_tbl, p0_a0

620: ddindx binary_integer; indx binary_integer;
621: begin
622:
623: -- copy data to the local IN or IN-OUT args, if any
624: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_custom_tbl, p0_a0
625: , p0_a1
626: , p0_a2
627: , p0_a3
628: , p0_a4

Line 682: lns_custom_pub.updatecustomschedule(ddp_custom_tbl,

678:
679:
680:
681: -- here's the delegated call to the old PL/SQL routine
682: lns_custom_pub.updatecustomschedule(ddp_custom_tbl,
683: p_loan_id,
684: p_init_msg_list,
685: p_commit,
686: x_return_status,

Line 756: ddp_custom_rec lns_custom_pub.custom_sched_type;

752: , x_msg_data out nocopy VARCHAR2
753: )
754:
755: as
756: ddp_custom_rec lns_custom_pub.custom_sched_type;
757: ddindx binary_integer; indx binary_integer;
758: begin
759:
760: -- copy data to the local IN or IN-OUT args, if any

Line 815: lns_custom_pub.createcustomsched(ddp_custom_rec,

811:
812:
813:
814: -- here's the delegated call to the old PL/SQL routine
815: lns_custom_pub.createcustomsched(ddp_custom_rec,
816: x_custom_sched_id,
817: x_return_status,
818: x_msg_count,
819: x_msg_data);

Line 882: ddp_custom_rec lns_custom_pub.custom_sched_type;

878: , x_msg_data out nocopy VARCHAR2
879: )
880:
881: as
882: ddp_custom_rec lns_custom_pub.custom_sched_type;
883: ddindx binary_integer; indx binary_integer;
884: begin
885:
886: -- copy data to the local IN or IN-OUT args, if any

Line 940: lns_custom_pub.updatecustomsched(ddp_custom_rec,

936:
937:
938:
939: -- here's the delegated call to the old PL/SQL routine
940: lns_custom_pub.updatecustomsched(ddp_custom_rec,
941: x_return_status,
942: x_msg_count,
943: x_msg_data);
944:

Line 1008: ddp_cust_tbl lns_custom_pub.custom_tbl;

1004: , x_msg_data out nocopy VARCHAR2
1005: )
1006:
1007: as
1008: ddp_cust_tbl lns_custom_pub.custom_tbl;
1009: ddp_create_flag boolean;
1010: ddindx binary_integer; indx binary_integer;
1011: begin
1012:

Line 1014: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_cust_tbl, p0_a0

1010: ddindx binary_integer; indx binary_integer;
1011: begin
1012:
1013: -- copy data to the local IN or IN-OUT args, if any
1014: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_cust_tbl, p0_a0
1015: , p0_a1
1016: , p0_a2
1017: , p0_a3
1018: , p0_a4

Line 1077: lns_custom_pub.validatecustomtable(ddp_cust_tbl,

1073:
1074:
1075:
1076: -- here's the delegated call to the old PL/SQL routine
1077: lns_custom_pub.validatecustomtable(ddp_cust_tbl,
1078: p_loan_id,
1079: ddp_create_flag,
1080: x_installment,
1081: x_return_status,

Line 1148: ddp_custom_rec lns_custom_pub.custom_sched_type;

1144: , x_msg_data out nocopy VARCHAR2
1145: )
1146:
1147: as
1148: ddp_custom_rec lns_custom_pub.custom_sched_type;
1149: ddindx binary_integer; indx binary_integer;
1150: begin
1151:
1152: -- copy data to the local IN or IN-OUT args, if any

Line 1206: lns_custom_pub.validatecustomrow(ddp_custom_rec,

1202:
1203:
1204:
1205: -- here's the delegated call to the old PL/SQL routine
1206: lns_custom_pub.validatecustomrow(ddp_custom_rec,
1207: x_return_status,
1208: x_msg_count,
1209: x_msg_data);
1210:

Line 1278: ddp_custom_tbl lns_custom_pub.custom_tbl;

1274: , x_msg_data out nocopy VARCHAR2
1275: )
1276:
1277: as
1278: ddp_custom_tbl lns_custom_pub.custom_tbl;
1279: ddindx binary_integer; indx binary_integer;
1280: begin
1281:
1282: -- copy data to the local IN or IN-OUT args, if any

Line 1290: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_custom_tbl, p7_a0

1286:
1287:
1288:
1289:
1290: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_custom_tbl, p7_a0
1291: , p7_a1
1292: , p7_a2
1293: , p7_a3
1294: , p7_a4

Line 1344: lns_custom_pub.recalccustomschedule(p_api_version,

1340:
1341:
1342:
1343: -- here's the delegated call to the old PL/SQL routine
1344: lns_custom_pub.recalccustomschedule(p_api_version,
1345: p_init_msg_list,
1346: p_commit,
1347: p_validation_level,
1348: p_loan_id,

Line 1364: lns_custom_pub_w.rosetta_table_copy_out_p1(ddp_custom_tbl, p7_a0

1360:
1361:
1362:
1363:
1364: lns_custom_pub_w.rosetta_table_copy_out_p1(ddp_custom_tbl, p7_a0
1365: , p7_a1
1366: , p7_a2
1367: , p7_a3
1368: , p7_a4

Line 1479: ddx_custom_tbl lns_custom_pub.custom_tbl;

1475: , x_msg_data out nocopy VARCHAR2
1476: )
1477:
1478: as
1479: ddx_custom_tbl lns_custom_pub.custom_tbl;
1480: ddindx binary_integer; indx binary_integer;
1481: begin
1482:
1483: -- copy data to the local IN or IN-OUT args, if any

Line 1496: lns_custom_pub.loadcustomschedule(p_api_version,

1492:
1493:
1494:
1495: -- here's the delegated call to the old PL/SQL routine
1496: lns_custom_pub.loadcustomschedule(p_api_version,
1497: p_init_msg_list,
1498: p_commit,
1499: p_validation_level,
1500: p_loan_id,

Line 1516: lns_custom_pub_w.rosetta_table_copy_out_p1(ddx_custom_tbl, p7_a0

1512:
1513:
1514:
1515:
1516: lns_custom_pub_w.rosetta_table_copy_out_p1(ddx_custom_tbl, p7_a0
1517: , p7_a1
1518: , p7_a2
1519: , p7_a3
1520: , p7_a4

Line 1631: ddp_custom_tbl lns_custom_pub.custom_tbl;

1627: , x_msg_data out nocopy VARCHAR2
1628: )
1629:
1630: as
1631: ddp_custom_tbl lns_custom_pub.custom_tbl;
1632: ddindx binary_integer; indx binary_integer;
1633: begin
1634:
1635: -- copy data to the local IN or IN-OUT args, if any

Line 1643: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_custom_tbl, p7_a0

1639:
1640:
1641:
1642:
1643: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_custom_tbl, p7_a0
1644: , p7_a1
1645: , p7_a2
1646: , p7_a3
1647: , p7_a4

Line 1697: lns_custom_pub.savecustomschedule(p_api_version,

1693:
1694:
1695:
1696: -- here's the delegated call to the old PL/SQL routine
1697: lns_custom_pub.savecustomschedule(p_api_version,
1698: p_init_msg_list,
1699: p_commit,
1700: p_validation_level,
1701: p_loan_id,

Line 1717: lns_custom_pub_w.rosetta_table_copy_out_p1(ddp_custom_tbl, p7_a0

1713:
1714:
1715:
1716:
1717: lns_custom_pub_w.rosetta_table_copy_out_p1(ddp_custom_tbl, p7_a0
1718: , p7_a1
1719: , p7_a2
1720: , p7_a3
1721: , p7_a4

Line 1834: ddp_custom_tbl lns_custom_pub.custom_tbl;

1830: , x_msg_data out nocopy VARCHAR2
1831: )
1832:
1833: as
1834: ddp_custom_tbl lns_custom_pub.custom_tbl;
1835: ddindx binary_integer; indx binary_integer;
1836: begin
1837:
1838: -- copy data to the local IN or IN-OUT args, if any

Line 1848: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_custom_tbl, p9_a0

1844:
1845:
1846:
1847:
1848: lns_custom_pub_w.rosetta_table_copy_in_p1(ddp_custom_tbl, p9_a0
1849: , p9_a1
1850: , p9_a2
1851: , p9_a3
1852: , p9_a4

Line 1902: lns_custom_pub.shiftcustomschedule(p_api_version,

1898:
1899:
1900:
1901: -- here's the delegated call to the old PL/SQL routine
1902: lns_custom_pub.shiftcustomschedule(p_api_version,
1903: p_init_msg_list,
1904: p_commit,
1905: p_validation_level,
1906: p_loan_id,

Line 1926: lns_custom_pub_w.rosetta_table_copy_out_p1(ddp_custom_tbl, p9_a0

1922:
1923:
1924:
1925:
1926: lns_custom_pub_w.rosetta_table_copy_out_p1(ddp_custom_tbl, p9_a0
1927: , p9_a1
1928: , p9_a2
1929: , p9_a3
1930: , p9_a4

Line 1980: end lns_custom_pub_w;

1976:
1977:
1978: end;
1979:
1980: end lns_custom_pub_w;