DBA Data[Home] [Help]

APPS.OKL_SUPP_INVOICE_DTLS_PUB_W dependencies on OKL_SUPP_INVOICE_DTLS_PUB

Line 1: package body okl_supp_invoice_dtls_pub_w as

1: package body okl_supp_invoice_dtls_pub_w as
2: /* $Header: OKLUSIDB.pls 120.1 2005/07/19 09:47:39 viselvar 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:

Line 92: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;

88: , p5_a30 NUMBER := 0-1962.0724
89: )
90:
91: as
92: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
93: ddx_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
94: ddindx binary_integer; indx binary_integer;
95: begin
96:

Line 93: ddx_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;

89: )
90:
91: as
92: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
93: ddx_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
94: ddindx binary_integer; indx binary_integer;
95: begin
96:
97: -- copy data to the local IN or IN-OUT args, if any

Line 137: okl_supp_invoice_dtls_pub.create_sup_inv_dtls(p_api_version,

133: ddp_sidv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
134:
135:
136: -- here's the delegated call to the old PL/SQL routine
137: okl_supp_invoice_dtls_pub.create_sup_inv_dtls(p_api_version,
138: p_init_msg_list,
139: x_return_status,
140: x_msg_count,
141: x_msg_data,

Line 255: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;

251: , p6_a30 out nocopy JTF_NUMBER_TABLE
252: )
253:
254: as
255: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
256: ddx_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
257: ddindx binary_integer; indx binary_integer;
258: begin
259:

Line 256: ddx_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;

252: )
253:
254: as
255: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
256: ddx_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
257: ddindx binary_integer; indx binary_integer;
258: begin
259:
260: -- copy data to the local IN or IN-OUT args, if any

Line 301: okl_supp_invoice_dtls_pub.create_sup_inv_dtls(p_api_version,

297: );
298:
299:
300: -- here's the delegated call to the old PL/SQL routine
301: okl_supp_invoice_dtls_pub.create_sup_inv_dtls(p_api_version,
302: p_init_msg_list,
303: x_return_status,
304: x_msg_count,
305: x_msg_data,

Line 420: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;

416: , p5_a30 NUMBER := 0-1962.0724
417: )
418:
419: as
420: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
421: ddx_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
422: ddindx binary_integer; indx binary_integer;
423: begin
424:

Line 421: ddx_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;

417: )
418:
419: as
420: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
421: ddx_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
422: ddindx binary_integer; indx binary_integer;
423: begin
424:
425: -- copy data to the local IN or IN-OUT args, if any

Line 465: okl_supp_invoice_dtls_pub.update_sup_inv_dtls(p_api_version,

461: ddp_sidv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
462:
463:
464: -- here's the delegated call to the old PL/SQL routine
465: okl_supp_invoice_dtls_pub.update_sup_inv_dtls(p_api_version,
466: p_init_msg_list,
467: x_return_status,
468: x_msg_count,
469: x_msg_data,

Line 583: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;

579: , p6_a30 out nocopy JTF_NUMBER_TABLE
580: )
581:
582: as
583: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
584: ddx_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
585: ddindx binary_integer; indx binary_integer;
586: begin
587:

Line 584: ddx_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;

580: )
581:
582: as
583: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
584: ddx_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
585: ddindx binary_integer; indx binary_integer;
586: begin
587:
588: -- copy data to the local IN or IN-OUT args, if any

Line 629: okl_supp_invoice_dtls_pub.update_sup_inv_dtls(p_api_version,

625: );
626:
627:
628: -- here's the delegated call to the old PL/SQL routine
629: okl_supp_invoice_dtls_pub.update_sup_inv_dtls(p_api_version,
630: p_init_msg_list,
631: x_return_status,
632: x_msg_count,
633: x_msg_data,

Line 717: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;

713: , p5_a30 NUMBER := 0-1962.0724
714: )
715:
716: as
717: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
718: ddindx binary_integer; indx binary_integer;
719: begin
720:
721: -- copy data to the local IN or IN-OUT args, if any

Line 760: okl_supp_invoice_dtls_pub.delete_sup_inv_dtls(p_api_version,

756: ddp_sidv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a29);
757: ddp_sidv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
758:
759: -- here's the delegated call to the old PL/SQL routine
760: okl_supp_invoice_dtls_pub.delete_sup_inv_dtls(p_api_version,
761: p_init_msg_list,
762: x_return_status,
763: x_msg_count,
764: x_msg_data,

Line 814: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;

810: , p5_a30 JTF_NUMBER_TABLE
811: )
812:
813: as
814: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
815: ddindx binary_integer; indx binary_integer;
816: begin
817:
818: -- copy data to the local IN or IN-OUT args, if any

Line 858: okl_supp_invoice_dtls_pub.delete_sup_inv_dtls(p_api_version,

854: , p5_a30
855: );
856:
857: -- here's the delegated call to the old PL/SQL routine
858: okl_supp_invoice_dtls_pub.delete_sup_inv_dtls(p_api_version,
859: p_init_msg_list,
860: x_return_status,
861: x_msg_count,
862: x_msg_data,

Line 912: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;

908: , p5_a30 NUMBER := 0-1962.0724
909: )
910:
911: as
912: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
913: ddindx binary_integer; indx binary_integer;
914: begin
915:
916: -- copy data to the local IN or IN-OUT args, if any

Line 955: okl_supp_invoice_dtls_pub.lock_sup_inv_dtls(p_api_version,

951: ddp_sidv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a29);
952: ddp_sidv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
953:
954: -- here's the delegated call to the old PL/SQL routine
955: okl_supp_invoice_dtls_pub.lock_sup_inv_dtls(p_api_version,
956: p_init_msg_list,
957: x_return_status,
958: x_msg_count,
959: x_msg_data,

Line 1009: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;

1005: , p5_a30 JTF_NUMBER_TABLE
1006: )
1007:
1008: as
1009: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
1010: ddindx binary_integer; indx binary_integer;
1011: begin
1012:
1013: -- copy data to the local IN or IN-OUT args, if any

Line 1053: okl_supp_invoice_dtls_pub.lock_sup_inv_dtls(p_api_version,

1049: , p5_a30
1050: );
1051:
1052: -- here's the delegated call to the old PL/SQL routine
1053: okl_supp_invoice_dtls_pub.lock_sup_inv_dtls(p_api_version,
1054: p_init_msg_list,
1055: x_return_status,
1056: x_msg_count,
1057: x_msg_data,

Line 1107: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;

1103: , p5_a30 NUMBER := 0-1962.0724
1104: )
1105:
1106: as
1107: ddp_sidv_rec okl_supp_invoice_dtls_pub.sidv_rec_type;
1108: ddindx binary_integer; indx binary_integer;
1109: begin
1110:
1111: -- copy data to the local IN or IN-OUT args, if any

Line 1150: okl_supp_invoice_dtls_pub.validate_sup_inv_dtls(p_api_version,

1146: ddp_sidv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a29);
1147: ddp_sidv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
1148:
1149: -- here's the delegated call to the old PL/SQL routine
1150: okl_supp_invoice_dtls_pub.validate_sup_inv_dtls(p_api_version,
1151: p_init_msg_list,
1152: x_return_status,
1153: x_msg_count,
1154: x_msg_data,

Line 1204: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;

1200: , p5_a30 JTF_NUMBER_TABLE
1201: )
1202:
1203: as
1204: ddp_sidv_tbl okl_supp_invoice_dtls_pub.sidv_tbl_type;
1205: ddindx binary_integer; indx binary_integer;
1206: begin
1207:
1208: -- copy data to the local IN or IN-OUT args, if any

Line 1248: okl_supp_invoice_dtls_pub.validate_sup_inv_dtls(p_api_version,

1244: , p5_a30
1245: );
1246:
1247: -- here's the delegated call to the old PL/SQL routine
1248: okl_supp_invoice_dtls_pub.validate_sup_inv_dtls(p_api_version,
1249: p_init_msg_list,
1250: x_return_status,
1251: x_msg_count,
1252: x_msg_data,

Line 1263: end okl_supp_invoice_dtls_pub_w;

1259:
1260:
1261: end;
1262:
1263: end okl_supp_invoice_dtls_pub_w;