DBA Data[Home] [Help]

APPS.OKL_DEAL_CHARGES_PVT_W dependencies on OKL_DEAL_CHARGES_PVT

Line 1: package body okl_deal_charges_pvt_w as

1: package body okl_deal_charges_pvt_w as
2: /* $Header: OKLEKACB.pls 120.0 2007/04/20 06:27:16 udhenuko noship $ */
3: procedure rosetta_table_copy_in_p13(t out nocopy okl_deal_charges_pvt.fee_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p13(t out nocopy okl_deal_charges_pvt.fee_tbl_type, a0 JTF_NUMBER_TABLE

1: package body okl_deal_charges_pvt_w as
2: /* $Header: OKLEKACB.pls 120.0 2007/04/20 06:27:16 udhenuko noship $ */
3: procedure rosetta_table_copy_in_p13(t out nocopy okl_deal_charges_pvt.fee_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100
6: , a3 JTF_NUMBER_TABLE
7: , a4 JTF_VARCHAR2_TABLE_200

Line 110: procedure rosetta_table_copy_out_p13(t okl_deal_charges_pvt.fee_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

106: end loop;
107: end if;
108: end if;
109: end rosetta_table_copy_in_p13;
110: procedure rosetta_table_copy_out_p13(t okl_deal_charges_pvt.fee_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
111: , a1 out nocopy JTF_NUMBER_TABLE
112: , a2 out nocopy JTF_VARCHAR2_TABLE_100
113: , a3 out nocopy JTF_NUMBER_TABLE
114: , a4 out nocopy JTF_VARCHAR2_TABLE_200

Line 354: procedure rosetta_table_copy_in_p15(t out nocopy okl_deal_charges_pvt.cov_asset_tbl_type, a0 JTF_NUMBER_TABLE

350: end if;
351: end if;
352: end rosetta_table_copy_out_p13;
353:
354: procedure rosetta_table_copy_in_p15(t out nocopy okl_deal_charges_pvt.cov_asset_tbl_type, a0 JTF_NUMBER_TABLE
355: , a1 JTF_NUMBER_TABLE
356: , a2 JTF_NUMBER_TABLE
357: , a3 JTF_VARCHAR2_TABLE_200
358: , a4 JTF_VARCHAR2_TABLE_2000

Line 391: procedure rosetta_table_copy_out_p15(t okl_deal_charges_pvt.cov_asset_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

387: end loop;
388: end if;
389: end if;
390: end rosetta_table_copy_in_p15;
391: procedure rosetta_table_copy_out_p15(t okl_deal_charges_pvt.cov_asset_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
392: , a1 out nocopy JTF_NUMBER_TABLE
393: , a2 out nocopy JTF_NUMBER_TABLE
394: , a3 out nocopy JTF_VARCHAR2_TABLE_200
395: , a4 out nocopy JTF_VARCHAR2_TABLE_2000

Line 482: ddx_cov_asset_tbl okl_deal_charges_pvt.cov_asset_tbl_type;

478: , p9_a9 out nocopy JTF_VARCHAR2_TABLE_100
479: )
480:
481: as
482: ddx_cov_asset_tbl okl_deal_charges_pvt.cov_asset_tbl_type;
483: ddindx binary_integer; indx binary_integer;
484: begin
485:
486: -- copy data to the local IN or IN-OUT args, if any

Line 498: okl_deal_charges_pvt.allocate_amount_charges(p_api_version,

494:
495:
496:
497: -- here's the delegated call to the old PL/SQL routine
498: okl_deal_charges_pvt.allocate_amount_charges(p_api_version,
499: p_init_msg_list,
500: x_return_status,
501: x_msg_count,
502: x_msg_data,

Line 519: okl_deal_charges_pvt_w.rosetta_table_copy_out_p15(ddx_cov_asset_tbl, p9_a0

515:
516:
517:
518:
519: okl_deal_charges_pvt_w.rosetta_table_copy_out_p15(ddx_cov_asset_tbl, p9_a0
520: , p9_a1
521: , p9_a2
522: , p9_a3
523: , p9_a4

Line 630: ddp_fee_rec okl_deal_charges_pvt.fee_rec_type;

626: , p6_a44 out nocopy VARCHAR2
627: )
628:
629: as
630: ddp_fee_rec okl_deal_charges_pvt.fee_rec_type;
631: ddx_fee_rec okl_deal_charges_pvt.fee_rec_type;
632: ddindx binary_integer; indx binary_integer;
633: begin
634:

Line 631: ddx_fee_rec okl_deal_charges_pvt.fee_rec_type;

627: )
628:
629: as
630: ddp_fee_rec okl_deal_charges_pvt.fee_rec_type;
631: ddx_fee_rec okl_deal_charges_pvt.fee_rec_type;
632: ddindx binary_integer; indx binary_integer;
633: begin
634:
635: -- copy data to the local IN or IN-OUT args, if any

Line 689: okl_deal_charges_pvt.create_fee(p_api_version,

685: ddp_fee_rec.rul_lafexp_rule_information2 := p5_a44;
686:
687:
688: -- here's the delegated call to the old PL/SQL routine
689: okl_deal_charges_pvt.create_fee(p_api_version,
690: p_init_msg_list,
691: x_return_status,
692: x_msg_count,
693: x_msg_data,

Line 849: ddp_fee_rec okl_deal_charges_pvt.fee_rec_type;

845: , p6_a44 out nocopy VARCHAR2
846: )
847:
848: as
849: ddp_fee_rec okl_deal_charges_pvt.fee_rec_type;
850: ddx_fee_rec okl_deal_charges_pvt.fee_rec_type;
851: ddindx binary_integer; indx binary_integer;
852: begin
853:

Line 850: ddx_fee_rec okl_deal_charges_pvt.fee_rec_type;

846: )
847:
848: as
849: ddp_fee_rec okl_deal_charges_pvt.fee_rec_type;
850: ddx_fee_rec okl_deal_charges_pvt.fee_rec_type;
851: ddindx binary_integer; indx binary_integer;
852: begin
853:
854: -- copy data to the local IN or IN-OUT args, if any

Line 908: okl_deal_charges_pvt.update_fee(p_api_version,

904: ddp_fee_rec.rul_lafexp_rule_information2 := p5_a44;
905:
906:
907: -- here's the delegated call to the old PL/SQL routine
908: okl_deal_charges_pvt.update_fee(p_api_version,
909: p_init_msg_list,
910: x_return_status,
911: x_msg_count,
912: x_msg_data,

Line 970: end okl_deal_charges_pvt_w;

966: p6_a43 := ddx_fee_rec.rul_lafexp_rule_information1;
967: p6_a44 := ddx_fee_rec.rul_lafexp_rule_information2;
968: end;
969:
970: end okl_deal_charges_pvt_w;