DBA Data[Home] [Help]

APPS.OKL_FUNDING_PUB_W dependencies on OKL_FUNDING_PUB

Line 1: package body okl_funding_pub_w as

1: package body okl_funding_pub_w as
2: /* $Header: OKLUFUNB.pls 120.6 2007/11/20 08:28:42 dcshanmu noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 181: ddp_tapv_rec okl_funding_pub.tapv_rec_type;

177: , p5_a73 DATE := fnd_api.g_miss_date
178: )
179:
180: as
181: ddp_tapv_rec okl_funding_pub.tapv_rec_type;
182: ddx_tapv_rec okl_funding_pub.tapv_rec_type;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:

Line 182: ddx_tapv_rec okl_funding_pub.tapv_rec_type;

178: )
179:
180: as
181: ddp_tapv_rec okl_funding_pub.tapv_rec_type;
182: ddx_tapv_rec okl_funding_pub.tapv_rec_type;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:
186: -- copy data to the local IN or IN-OUT args, if any

Line 269: okl_funding_pub.create_funding_header(p_api_version,

265: ddp_tapv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a73);
266:
267:
268: -- here's the delegated call to the old PL/SQL routine
269: okl_funding_pub.create_funding_header(p_api_version,
270: p_init_msg_list,
271: x_return_status,
272: x_msg_count,
273: x_msg_data,

Line 516: ddp_tapv_rec okl_funding_pub.tapv_rec_type;

512: , p5_a73 DATE := fnd_api.g_miss_date
513: )
514:
515: as
516: ddp_tapv_rec okl_funding_pub.tapv_rec_type;
517: ddx_tapv_rec okl_funding_pub.tapv_rec_type;
518: ddindx binary_integer; indx binary_integer;
519: begin
520:

Line 517: ddx_tapv_rec okl_funding_pub.tapv_rec_type;

513: )
514:
515: as
516: ddp_tapv_rec okl_funding_pub.tapv_rec_type;
517: ddx_tapv_rec okl_funding_pub.tapv_rec_type;
518: ddindx binary_integer; indx binary_integer;
519: begin
520:
521: -- copy data to the local IN or IN-OUT args, if any

Line 604: okl_funding_pub.update_funding_header(p_api_version,

600: ddp_tapv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a73);
601:
602:
603: -- here's the delegated call to the old PL/SQL routine
604: okl_funding_pub.update_funding_header(p_api_version,
605: p_init_msg_list,
606: x_return_status,
607: x_msg_count,
608: x_msg_data,

Line 777: ddp_tapv_rec okl_funding_pub.tapv_rec_type;

773: , p5_a73 DATE := fnd_api.g_miss_date
774: )
775:
776: as
777: ddp_tapv_rec okl_funding_pub.tapv_rec_type;
778: ddindx binary_integer; indx binary_integer;
779: begin
780:
781: -- copy data to the local IN or IN-OUT args, if any

Line 863: okl_funding_pub.delete_funding_header(p_api_version,

859: ddp_tapv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a72);
860: ddp_tapv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a73);
861:
862: -- here's the delegated call to the old PL/SQL routine
863: okl_funding_pub.delete_funding_header(p_api_version,
864: p_init_msg_list,
865: x_return_status,
866: x_msg_count,
867: x_msg_data,

Line 994: ddp_tplv_tbl okl_funding_pub.tplv_tbl_type;

990: , p6_a53 out nocopy JTF_NUMBER_TABLE
991: )
992:
993: as
994: ddp_tplv_tbl okl_funding_pub.tplv_tbl_type;
995: ddx_tplv_tbl okl_funding_pub.tplv_tbl_type;
996: ddindx binary_integer; indx binary_integer;
997: begin
998:

Line 995: ddx_tplv_tbl okl_funding_pub.tplv_tbl_type;

991: )
992:
993: as
994: ddp_tplv_tbl okl_funding_pub.tplv_tbl_type;
995: ddx_tplv_tbl okl_funding_pub.tplv_tbl_type;
996: ddindx binary_integer; indx binary_integer;
997: begin
998:
999: -- copy data to the local IN or IN-OUT args, if any

Line 1063: okl_funding_pub.create_funding_lines(p_api_version,

1059: );
1060:
1061:
1062: -- here's the delegated call to the old PL/SQL routine
1063: okl_funding_pub.create_funding_lines(p_api_version,
1064: p_init_msg_list,
1065: x_return_status,
1066: x_msg_count,
1067: x_msg_data,

Line 1200: ddx_tplv_tbl okl_funding_pub.tplv_tbl_type;

1196: , p8_a53 out nocopy JTF_NUMBER_TABLE
1197: )
1198:
1199: as
1200: ddx_tplv_tbl okl_funding_pub.tplv_tbl_type;
1201: ddindx binary_integer; indx binary_integer;
1202: begin
1203:
1204: -- copy data to the local IN or IN-OUT args, if any

Line 1215: okl_funding_pub.create_funding_lines(p_api_version,

1211:
1212:
1213:
1214: -- here's the delegated call to the old PL/SQL routine
1215: okl_funding_pub.create_funding_lines(p_api_version,
1216: p_init_msg_list,
1217: x_return_status,
1218: x_msg_count,
1219: x_msg_data,

Line 1407: ddp_tplv_tbl okl_funding_pub.tplv_tbl_type;

1403: , p6_a53 out nocopy JTF_NUMBER_TABLE
1404: )
1405:
1406: as
1407: ddp_tplv_tbl okl_funding_pub.tplv_tbl_type;
1408: ddx_tplv_tbl okl_funding_pub.tplv_tbl_type;
1409: ddindx binary_integer; indx binary_integer;
1410: begin
1411:

Line 1408: ddx_tplv_tbl okl_funding_pub.tplv_tbl_type;

1404: )
1405:
1406: as
1407: ddp_tplv_tbl okl_funding_pub.tplv_tbl_type;
1408: ddx_tplv_tbl okl_funding_pub.tplv_tbl_type;
1409: ddindx binary_integer; indx binary_integer;
1410: begin
1411:
1412: -- copy data to the local IN or IN-OUT args, if any

Line 1476: okl_funding_pub.update_funding_lines(p_api_version,

1472: );
1473:
1474:
1475: -- here's the delegated call to the old PL/SQL routine
1476: okl_funding_pub.update_funding_lines(p_api_version,
1477: p_init_msg_list,
1478: x_return_status,
1479: x_msg_count,
1480: x_msg_data,

Line 1610: ddp_tplv_tbl okl_funding_pub.tplv_tbl_type;

1606: , p5_a53 JTF_NUMBER_TABLE
1607: )
1608:
1609: as
1610: ddp_tplv_tbl okl_funding_pub.tplv_tbl_type;
1611: ddindx binary_integer; indx binary_integer;
1612: begin
1613:
1614: -- copy data to the local IN or IN-OUT args, if any

Line 1677: okl_funding_pub.delete_funding_lines(p_api_version,

1673: , p5_a53
1674: );
1675:
1676: -- here's the delegated call to the old PL/SQL routine
1677: okl_funding_pub.delete_funding_lines(p_api_version,
1678: p_init_msg_list,
1679: x_return_status,
1680: x_msg_count,
1681: x_msg_data,

Line 1692: end okl_funding_pub_w;

1688:
1689:
1690: end;
1691:
1692: end okl_funding_pub_w;