DBA Data[Home] [Help]

APPS.OKL_TRX_AR_INVOICES_PUB_W dependencies on OKL_TRX_AR_INVOICES_PUB

Line 1: package body okl_trx_ar_invoices_pub_w as

1: package body okl_trx_ar_invoices_pub_w as
2: /* $Header: OKLUTAIB.pls 120.4 2007/11/06 14:07:44 veramach ship $ */
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_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;

177: , p6_a73 out nocopy JTF_DATE_TABLE
178: )
179:
180: as
181: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;
182: ddx_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:

Line 182: ddx_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;

178: )
179:
180: as
181: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;
182: ddx_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_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 270: okl_trx_ar_invoices_pub.insert_trx_ar_invoices(p_api_version,

266: );
267:
268:
269: -- here's the delegated call to the old PL/SQL routine
270: okl_trx_ar_invoices_pub.insert_trx_ar_invoices(p_api_version,
271: p_init_msg_list,
272: x_return_status,
273: x_msg_count,
274: x_msg_data,

Line 518: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

514: , p5_a73 DATE := fnd_api.g_miss_date
515: )
516:
517: as
518: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
519: ddx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
520: ddindx binary_integer; indx binary_integer;
521: begin
522:

Line 519: ddx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

515: )
516:
517: as
518: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
519: ddx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
520: ddindx binary_integer; indx binary_integer;
521: begin
522:
523: -- copy data to the local IN or IN-OUT args, if any

Line 606: okl_trx_ar_invoices_pub.insert_trx_ar_invoices(p_api_version,

602: ddp_taiv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a73);
603:
604:
605: -- here's the delegated call to the old PL/SQL routine
606: okl_trx_ar_invoices_pub.insert_trx_ar_invoices(p_api_version,
607: p_init_msg_list,
608: x_return_status,
609: x_msg_count,
610: x_msg_data,

Line 779: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;

775: , p5_a73 JTF_DATE_TABLE
776: )
777:
778: as
779: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;
780: ddindx binary_integer; indx binary_integer;
781: begin
782:
783: -- copy data to the local IN or IN-OUT args, if any

Line 866: okl_trx_ar_invoices_pub.lock_trx_ar_invoices(p_api_version,

862: , p5_a73
863: );
864:
865: -- here's the delegated call to the old PL/SQL routine
866: okl_trx_ar_invoices_pub.lock_trx_ar_invoices(p_api_version,
867: p_init_msg_list,
868: x_return_status,
869: x_msg_count,
870: x_msg_data,

Line 963: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

959: , p5_a73 DATE := fnd_api.g_miss_date
960: )
961:
962: as
963: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
964: ddindx binary_integer; indx binary_integer;
965: begin
966:
967: -- copy data to the local IN or IN-OUT args, if any

Line 1049: okl_trx_ar_invoices_pub.lock_trx_ar_invoices(p_api_version,

1045: ddp_taiv_rec.private_label := p5_a72;
1046: ddp_taiv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a73);
1047:
1048: -- here's the delegated call to the old PL/SQL routine
1049: okl_trx_ar_invoices_pub.lock_trx_ar_invoices(p_api_version,
1050: p_init_msg_list,
1051: x_return_status,
1052: x_msg_count,
1053: x_msg_data,

Line 1220: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;

1216: , p6_a73 out nocopy JTF_DATE_TABLE
1217: )
1218:
1219: as
1220: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;
1221: ddx_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;
1222: ddindx binary_integer; indx binary_integer;
1223: begin
1224:

Line 1221: ddx_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;

1217: )
1218:
1219: as
1220: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;
1221: ddx_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;
1222: ddindx binary_integer; indx binary_integer;
1223: begin
1224:
1225: -- copy data to the local IN or IN-OUT args, if any

Line 1309: okl_trx_ar_invoices_pub.update_trx_ar_invoices(p_api_version,

1305: );
1306:
1307:
1308: -- here's the delegated call to the old PL/SQL routine
1309: okl_trx_ar_invoices_pub.update_trx_ar_invoices(p_api_version,
1310: p_init_msg_list,
1311: x_return_status,
1312: x_msg_count,
1313: x_msg_data,

Line 1557: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

1553: , p5_a73 DATE := fnd_api.g_miss_date
1554: )
1555:
1556: as
1557: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
1558: ddx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
1559: ddindx binary_integer; indx binary_integer;
1560: begin
1561:

Line 1558: ddx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

1554: )
1555:
1556: as
1557: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
1558: ddx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
1559: ddindx binary_integer; indx binary_integer;
1560: begin
1561:
1562: -- copy data to the local IN or IN-OUT args, if any

Line 1645: okl_trx_ar_invoices_pub.update_trx_ar_invoices(p_api_version,

1641: ddp_taiv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a73);
1642:
1643:
1644: -- here's the delegated call to the old PL/SQL routine
1645: okl_trx_ar_invoices_pub.update_trx_ar_invoices(p_api_version,
1646: p_init_msg_list,
1647: x_return_status,
1648: x_msg_count,
1649: x_msg_data,

Line 1818: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;

1814: , p5_a73 JTF_DATE_TABLE
1815: )
1816:
1817: as
1818: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;
1819: ddindx binary_integer; indx binary_integer;
1820: begin
1821:
1822: -- copy data to the local IN or IN-OUT args, if any

Line 1905: okl_trx_ar_invoices_pub.delete_trx_ar_invoices(p_api_version,

1901: , p5_a73
1902: );
1903:
1904: -- here's the delegated call to the old PL/SQL routine
1905: okl_trx_ar_invoices_pub.delete_trx_ar_invoices(p_api_version,
1906: p_init_msg_list,
1907: x_return_status,
1908: x_msg_count,
1909: x_msg_data,

Line 2002: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

1998: , p5_a73 DATE := fnd_api.g_miss_date
1999: )
2000:
2001: as
2002: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
2003: ddindx binary_integer; indx binary_integer;
2004: begin
2005:
2006: -- copy data to the local IN or IN-OUT args, if any

Line 2088: okl_trx_ar_invoices_pub.delete_trx_ar_invoices(p_api_version,

2084: ddp_taiv_rec.private_label := p5_a72;
2085: ddp_taiv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a73);
2086:
2087: -- here's the delegated call to the old PL/SQL routine
2088: okl_trx_ar_invoices_pub.delete_trx_ar_invoices(p_api_version,
2089: p_init_msg_list,
2090: x_return_status,
2091: x_msg_count,
2092: x_msg_data,

Line 2185: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;

2181: , p5_a73 JTF_DATE_TABLE
2182: )
2183:
2184: as
2185: ddp_taiv_tbl okl_trx_ar_invoices_pub.taiv_tbl_type;
2186: ddindx binary_integer; indx binary_integer;
2187: begin
2188:
2189: -- copy data to the local IN or IN-OUT args, if any

Line 2272: okl_trx_ar_invoices_pub.validate_trx_ar_invoices(p_api_version,

2268: , p5_a73
2269: );
2270:
2271: -- here's the delegated call to the old PL/SQL routine
2272: okl_trx_ar_invoices_pub.validate_trx_ar_invoices(p_api_version,
2273: p_init_msg_list,
2274: x_return_status,
2275: x_msg_count,
2276: x_msg_data,

Line 2369: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

2365: , p5_a73 DATE := fnd_api.g_miss_date
2366: )
2367:
2368: as
2369: ddp_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
2370: ddindx binary_integer; indx binary_integer;
2371: begin
2372:
2373: -- copy data to the local IN or IN-OUT args, if any

Line 2455: okl_trx_ar_invoices_pub.validate_trx_ar_invoices(p_api_version,

2451: ddp_taiv_rec.private_label := p5_a72;
2452: ddp_taiv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a73);
2453:
2454: -- here's the delegated call to the old PL/SQL routine
2455: okl_trx_ar_invoices_pub.validate_trx_ar_invoices(p_api_version,
2456: p_init_msg_list,
2457: x_return_status,
2458: x_msg_count,
2459: x_msg_data,

Line 2470: end okl_trx_ar_invoices_pub_w;

2466:
2467:
2468: end;
2469:
2470: end okl_trx_ar_invoices_pub_w;