DBA Data[Home] [Help]

APPS.LNS_FEE_ENGINE_W dependencies on LNS_FEE_ENGINE

Line 1: package body lns_fee_engine_w as

1: package body lns_fee_engine_w as
2: /* $Header: LNS_FEE_ENGINJ_B.pls 120.3 2005/08/02 14:38 raverma noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy lns_fee_engine.fee_basis_tbl, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_NUMBER_TABLE
5: ) as

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy lns_fee_engine.fee_basis_tbl, a0 JTF_VARCHAR2_TABLE_100

1: package body lns_fee_engine_w as
2: /* $Header: LNS_FEE_ENGINJ_B.pls 120.3 2005/08/02 14:38 raverma noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy lns_fee_engine.fee_basis_tbl, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_NUMBER_TABLE
5: ) as
6: ddindx binary_integer; indx binary_integer;
7: begin

Line 24: procedure rosetta_table_copy_out_p1(t lns_fee_engine.fee_basis_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100

20: end loop;
21: end if;
22: end if;
23: end rosetta_table_copy_in_p1;
24: procedure rosetta_table_copy_out_p1(t lns_fee_engine.fee_basis_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100
25: , a1 out nocopy JTF_NUMBER_TABLE
26: ) as
27: ddindx binary_integer; indx binary_integer;
28: begin

Line 53: procedure rosetta_table_copy_in_p3(t out nocopy lns_fee_engine.fee_structure_tbl, a0 JTF_NUMBER_TABLE

49: end if;
50: end if;
51: end rosetta_table_copy_out_p1;
52:
53: procedure rosetta_table_copy_in_p3(t out nocopy lns_fee_engine.fee_structure_tbl, a0 JTF_NUMBER_TABLE
54: , a1 JTF_VARCHAR2_TABLE_100
55: , a2 JTF_VARCHAR2_TABLE_300
56: , a3 JTF_VARCHAR2_TABLE_100
57: , a4 JTF_VARCHAR2_TABLE_100

Line 116: procedure rosetta_table_copy_out_p3(t lns_fee_engine.fee_structure_tbl, a0 out nocopy JTF_NUMBER_TABLE

112: end loop;
113: end if;
114: end if;
115: end rosetta_table_copy_in_p3;
116: procedure rosetta_table_copy_out_p3(t lns_fee_engine.fee_structure_tbl, a0 out nocopy JTF_NUMBER_TABLE
117: , a1 out nocopy JTF_VARCHAR2_TABLE_100
118: , a2 out nocopy JTF_VARCHAR2_TABLE_300
119: , a3 out nocopy JTF_VARCHAR2_TABLE_100
120: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 250: procedure rosetta_table_copy_in_p5(t out nocopy lns_fee_engine.fee_calc_tbl, a0 JTF_NUMBER_TABLE

246: end if;
247: end if;
248: end rosetta_table_copy_out_p3;
249:
250: procedure rosetta_table_copy_in_p5(t out nocopy lns_fee_engine.fee_calc_tbl, a0 JTF_NUMBER_TABLE
251: , a1 JTF_VARCHAR2_TABLE_100
252: , a2 JTF_VARCHAR2_TABLE_100
253: , a3 JTF_VARCHAR2_TABLE_100
254: , a4 JTF_NUMBER_TABLE

Line 297: procedure rosetta_table_copy_out_p5(t lns_fee_engine.fee_calc_tbl, a0 out nocopy JTF_NUMBER_TABLE

293: end loop;
294: end if;
295: end if;
296: end rosetta_table_copy_in_p5;
297: procedure rosetta_table_copy_out_p5(t lns_fee_engine.fee_calc_tbl, a0 out nocopy JTF_NUMBER_TABLE
298: , a1 out nocopy JTF_VARCHAR2_TABLE_100
299: , a2 out nocopy JTF_VARCHAR2_TABLE_100
300: , a3 out nocopy JTF_VARCHAR2_TABLE_100
301: , a4 out nocopy JTF_NUMBER_TABLE

Line 439: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;

435: , x_msg_data out nocopy VARCHAR2
436: )
437:
438: as
439: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;
440: ddp_fee_structures lns_fee_engine.fee_structure_tbl;
441: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;
442: ddindx binary_integer; indx binary_integer;
443: begin

Line 440: ddp_fee_structures lns_fee_engine.fee_structure_tbl;

436: )
437:
438: as
439: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;
440: ddp_fee_structures lns_fee_engine.fee_structure_tbl;
441: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;
442: ddindx binary_integer; indx binary_integer;
443: begin
444:

Line 441: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;

437:
438: as
439: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;
440: ddp_fee_structures lns_fee_engine.fee_structure_tbl;
441: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;
442: ddindx binary_integer; indx binary_integer;
443: begin
444:
445: -- copy data to the local IN or IN-OUT args, if any

Line 447: lns_fee_engine_w.rosetta_table_copy_in_p1(ddp_fee_basis_tbl, p1_a0

443: begin
444:
445: -- copy data to the local IN or IN-OUT args, if any
446:
447: lns_fee_engine_w.rosetta_table_copy_in_p1(ddp_fee_basis_tbl, p1_a0
448: , p1_a1
449: );
450:
451:

Line 452: lns_fee_engine_w.rosetta_table_copy_in_p3(ddp_fee_structures, p3_a0

448: , p1_a1
449: );
450:
451:
452: lns_fee_engine_w.rosetta_table_copy_in_p3(ddp_fee_structures, p3_a0
453: , p3_a1
454: , p3_a2
455: , p3_a3
456: , p3_a4

Line 482: lns_fee_engine.calculatefees(p_loan_id,

478:
479:
480:
481: -- here's the delegated call to the old PL/SQL routine
482: lns_fee_engine.calculatefees(p_loan_id,
483: ddp_fee_basis_tbl,
484: p_installment,
485: ddp_fee_structures,
486: ddx_fees_tbl,

Line 496: lns_fee_engine_w.rosetta_table_copy_out_p5(ddx_fees_tbl, p4_a0

492:
493:
494:
495:
496: lns_fee_engine_w.rosetta_table_copy_out_p5(ddx_fees_tbl, p4_a0
497: , p4_a1
498: , p4_a2
499: , p4_a3
500: , p4_a4

Line 541: ddp_fees_tbl lns_fee_engine.fee_calc_tbl;

537: , x_msg_data out nocopy VARCHAR2
538: )
539:
540: as
541: ddp_fees_tbl lns_fee_engine.fee_calc_tbl;
542: ddindx binary_integer; indx binary_integer;
543: begin
544:
545: -- copy data to the local IN or IN-OUT args, if any

Line 549: lns_fee_engine_w.rosetta_table_copy_in_p5(ddp_fees_tbl, p3_a0

545: -- copy data to the local IN or IN-OUT args, if any
546:
547:
548:
549: lns_fee_engine_w.rosetta_table_copy_in_p5(ddp_fees_tbl, p3_a0
550: , p3_a1
551: , p3_a2
552: , p3_a3
553: , p3_a4

Line 570: lns_fee_engine.writefeeschedule(p_init_msg_list,

566:
567:
568:
569: -- here's the delegated call to the old PL/SQL routine
570: lns_fee_engine.writefeeschedule(p_init_msg_list,
571: p_commit,
572: p_loan_id,
573: ddp_fees_tbl,
574: x_return_status,

Line 582: lns_fee_engine_w.rosetta_table_copy_out_p5(ddp_fees_tbl, p3_a0

578: -- copy data back from the local variables to OUT or IN-OUT args, if any
579:
580:
581:
582: lns_fee_engine_w.rosetta_table_copy_out_p5(ddp_fees_tbl, p3_a0
583: , p3_a1
584: , p3_a2
585: , p3_a3
586: , p3_a4

Line 627: ddp_fees_tbl lns_fee_engine.fee_calc_tbl;

623: , x_msg_data out nocopy VARCHAR2
624: )
625:
626: as
627: ddp_fees_tbl lns_fee_engine.fee_calc_tbl;
628: ddindx binary_integer; indx binary_integer;
629: begin
630:
631: -- copy data to the local IN or IN-OUT args, if any

Line 635: lns_fee_engine_w.rosetta_table_copy_in_p5(ddp_fees_tbl, p3_a0

631: -- copy data to the local IN or IN-OUT args, if any
632:
633:
634:
635: lns_fee_engine_w.rosetta_table_copy_in_p5(ddp_fees_tbl, p3_a0
636: , p3_a1
637: , p3_a2
638: , p3_a3
639: , p3_a4

Line 656: lns_fee_engine.updatefeeschedule(p_init_msg_list,

652:
653:
654:
655: -- here's the delegated call to the old PL/SQL routine
656: lns_fee_engine.updatefeeschedule(p_init_msg_list,
657: p_commit,
658: p_loan_id,
659: ddp_fees_tbl,
660: x_return_status,

Line 698: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;

694: , x_msg_data out nocopy VARCHAR2
695: )
696:
697: as
698: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;
699: ddindx binary_integer; indx binary_integer;
700: begin
701:
702: -- copy data to the local IN or IN-OUT args, if any

Line 712: lns_fee_engine.getfeeschedule(p_init_msg_list,

708:
709:
710:
711: -- here's the delegated call to the old PL/SQL routine
712: lns_fee_engine.getfeeschedule(p_init_msg_list,
713: p_loan_id,
714: p_installment_number,
715: p_disb_header_id,
716: ddx_fees_tbl,

Line 726: lns_fee_engine_w.rosetta_table_copy_out_p5(ddx_fees_tbl, p4_a0

722:
723:
724:
725:
726: lns_fee_engine_w.rosetta_table_copy_out_p5(ddx_fees_tbl, p4_a0
727: , p4_a1
728: , p4_a2
729: , p4_a3
730: , p4_a4

Line 775: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;

771: , x_msg_data out nocopy VARCHAR2
772: )
773:
774: as
775: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;
776: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;
777: ddindx binary_integer; indx binary_integer;
778: begin
779:

Line 776: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;

772: )
773:
774: as
775: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;
776: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;
777: ddindx binary_integer; indx binary_integer;
778: begin
779:
780: -- copy data to the local IN or IN-OUT args, if any

Line 784: lns_fee_engine_w.rosetta_table_copy_in_p1(ddp_fee_basis_tbl, p3_a0

780: -- copy data to the local IN or IN-OUT args, if any
781:
782:
783:
784: lns_fee_engine_w.rosetta_table_copy_in_p1(ddp_fee_basis_tbl, p3_a0
785: , p3_a1
786: );
787:
788:

Line 795: lns_fee_engine.getfeedetails(p_init_msg_list,

791:
792:
793:
794: -- here's the delegated call to the old PL/SQL routine
795: lns_fee_engine.getfeedetails(p_init_msg_list,
796: p_loan_id,
797: p_installment,
798: ddp_fee_basis_tbl,
799: p_based_on_terms,

Line 813: lns_fee_engine_w.rosetta_table_copy_out_p5(ddx_fees_tbl, p6_a0

809:
810:
811:
812:
813: lns_fee_engine_w.rosetta_table_copy_out_p5(ddx_fees_tbl, p6_a0
814: , p6_a1
815: , p6_a2
816: , p6_a3
817: , p6_a4

Line 884: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;

880: , x_msg_data out nocopy VARCHAR2
881: )
882:
883: as
884: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;
885: ddp_fee_structures lns_fee_engine.fee_structure_tbl;
886: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;
887: ddindx binary_integer; indx binary_integer;
888: begin

Line 885: ddp_fee_structures lns_fee_engine.fee_structure_tbl;

881: )
882:
883: as
884: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;
885: ddp_fee_structures lns_fee_engine.fee_structure_tbl;
886: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;
887: ddindx binary_integer; indx binary_integer;
888: begin
889:

Line 886: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;

882:
883: as
884: ddp_fee_basis_tbl lns_fee_engine.fee_basis_tbl;
885: ddp_fee_structures lns_fee_engine.fee_structure_tbl;
886: ddx_fees_tbl lns_fee_engine.fee_calc_tbl;
887: ddindx binary_integer; indx binary_integer;
888: begin
889:
890: -- copy data to the local IN or IN-OUT args, if any

Line 895: lns_fee_engine_w.rosetta_table_copy_in_p1(ddp_fee_basis_tbl, p4_a0

891:
892:
893:
894:
895: lns_fee_engine_w.rosetta_table_copy_in_p1(ddp_fee_basis_tbl, p4_a0
896: , p4_a1
897: );
898:
899: lns_fee_engine_w.rosetta_table_copy_in_p3(ddp_fee_structures, p5_a0

Line 899: lns_fee_engine_w.rosetta_table_copy_in_p3(ddp_fee_structures, p5_a0

895: lns_fee_engine_w.rosetta_table_copy_in_p1(ddp_fee_basis_tbl, p4_a0
896: , p4_a1
897: );
898:
899: lns_fee_engine_w.rosetta_table_copy_in_p3(ddp_fee_structures, p5_a0
900: , p5_a1
901: , p5_a2
902: , p5_a3
903: , p5_a4

Line 929: lns_fee_engine.processfees(p_init_msg_list,

925:
926:
927:
928: -- here's the delegated call to the old PL/SQL routine
929: lns_fee_engine.processfees(p_init_msg_list,
930: p_commit,
931: p_loan_id,
932: p_installment_number,
933: ddp_fee_basis_tbl,

Line 947: lns_fee_engine_w.rosetta_table_copy_out_p5(ddx_fees_tbl, p6_a0

943:
944:
945:
946:
947: lns_fee_engine_w.rosetta_table_copy_out_p5(ddx_fees_tbl, p6_a0
948: , p6_a1
949: , p6_a2
950: , p6_a3
951: , p6_a4

Line 968: end lns_fee_engine_w;

964:
965:
966: end;
967:
968: end lns_fee_engine_w;