DBA Data[Home] [Help]

APPS.OKL_STREAM_INTERFACES_PUB_W dependencies on OKL_STREAM_INTERFACES_PUB

Line 1: package body okl_stream_interfaces_pub_w as

1: package body okl_stream_interfaces_pub_w as
2: /* $Header: OKLUSIFB.pls 115.7 2002/12/23 06:42:47 smahapat 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 146: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;

142: , p5_a57 VARCHAR2 := fnd_api.g_miss_char
143: )
144:
145: as
146: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
147: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
148: ddindx binary_integer; indx binary_integer;
149: begin
150:

Line 147: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;

143: )
144:
145: as
146: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
147: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
148: ddindx binary_integer; indx binary_integer;
149: begin
150:
151: -- copy data to the local IN or IN-OUT args, if any

Line 218: okl_stream_interfaces_pub.insert_stream_interfaces(p_api_version,

214: ddp_sifv_rec.purpose_code := p5_a57;
215:
216:
217: -- here's the delegated call to the old PL/SQL routine
218: okl_stream_interfaces_pub.insert_stream_interfaces(p_api_version,
219: p_init_msg_list,
220: x_return_status,
221: x_msg_count,
222: x_msg_data,

Line 417: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;

413: , p6_a57 out nocopy JTF_VARCHAR2_TABLE_100
414: )
415:
416: as
417: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
418: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
419: ddindx binary_integer; indx binary_integer;
420: begin
421:

Line 418: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;

414: )
415:
416: as
417: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
418: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
419: ddindx binary_integer; indx binary_integer;
420: begin
421:
422: -- copy data to the local IN or IN-OUT args, if any

Line 490: okl_stream_interfaces_pub.insert_stream_interfaces(p_api_version,

486: );
487:
488:
489: -- here's the delegated call to the old PL/SQL routine
490: okl_stream_interfaces_pub.insert_stream_interfaces(p_api_version,
491: p_init_msg_list,
492: x_return_status,
493: x_msg_count,
494: x_msg_data,

Line 632: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;

628: , p5_a57 VARCHAR2 := fnd_api.g_miss_char
629: )
630:
631: as
632: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
633: ddindx binary_integer; indx binary_integer;
634: begin
635:
636: -- copy data to the local IN or IN-OUT args, if any

Line 702: okl_stream_interfaces_pub.lock_stream_interfaces(p_api_version,

698: ddp_sifv_rec.sif_id := rosetta_g_miss_num_map(p5_a56);
699: ddp_sifv_rec.purpose_code := p5_a57;
700:
701: -- here's the delegated call to the old PL/SQL routine
702: okl_stream_interfaces_pub.lock_stream_interfaces(p_api_version,
703: p_init_msg_list,
704: x_return_status,
705: x_msg_count,
706: x_msg_data,

Line 783: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;

779: , p5_a57 JTF_VARCHAR2_TABLE_100
780: )
781:
782: as
783: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
784: ddindx binary_integer; indx binary_integer;
785: begin
786:
787: -- copy data to the local IN or IN-OUT args, if any

Line 854: okl_stream_interfaces_pub.lock_stream_interfaces(p_api_version,

850: , p5_a57
851: );
852:
853: -- here's the delegated call to the old PL/SQL routine
854: okl_stream_interfaces_pub.lock_stream_interfaces(p_api_version,
855: p_init_msg_list,
856: x_return_status,
857: x_msg_count,
858: x_msg_data,

Line 993: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;

989: , p5_a57 VARCHAR2 := fnd_api.g_miss_char
990: )
991:
992: as
993: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
994: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
995: ddindx binary_integer; indx binary_integer;
996: begin
997:

Line 994: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;

990: )
991:
992: as
993: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
994: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
995: ddindx binary_integer; indx binary_integer;
996: begin
997:
998: -- copy data to the local IN or IN-OUT args, if any

Line 1065: okl_stream_interfaces_pub.update_stream_interfaces(p_api_version,

1061: ddp_sifv_rec.purpose_code := p5_a57;
1062:
1063:
1064: -- here's the delegated call to the old PL/SQL routine
1065: okl_stream_interfaces_pub.update_stream_interfaces(p_api_version,
1066: p_init_msg_list,
1067: x_return_status,
1068: x_msg_count,
1069: x_msg_data,

Line 1264: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;

1260: , p6_a57 out nocopy JTF_VARCHAR2_TABLE_100
1261: )
1262:
1263: as
1264: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
1265: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
1266: ddindx binary_integer; indx binary_integer;
1267: begin
1268:

Line 1265: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;

1261: )
1262:
1263: as
1264: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
1265: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
1266: ddindx binary_integer; indx binary_integer;
1267: begin
1268:
1269: -- copy data to the local IN or IN-OUT args, if any

Line 1337: okl_stream_interfaces_pub.update_stream_interfaces(p_api_version,

1333: );
1334:
1335:
1336: -- here's the delegated call to the old PL/SQL routine
1337: okl_stream_interfaces_pub.update_stream_interfaces(p_api_version,
1338: p_init_msg_list,
1339: x_return_status,
1340: x_msg_count,
1341: x_msg_data,

Line 1537: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;

1533: , p5_a57 VARCHAR2 := fnd_api.g_miss_char
1534: )
1535:
1536: as
1537: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
1538: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
1539: ddindx binary_integer; indx binary_integer;
1540: begin
1541:

Line 1538: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;

1534: )
1535:
1536: as
1537: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
1538: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
1539: ddindx binary_integer; indx binary_integer;
1540: begin
1541:
1542: -- copy data to the local IN or IN-OUT args, if any

Line 1609: okl_stream_interfaces_pub.delete_stream_interfaces(p_api_version,

1605: ddp_sifv_rec.purpose_code := p5_a57;
1606:
1607:
1608: -- here's the delegated call to the old PL/SQL routine
1609: okl_stream_interfaces_pub.delete_stream_interfaces(p_api_version,
1610: p_init_msg_list,
1611: x_return_status,
1612: x_msg_count,
1613: x_msg_data,

Line 1808: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;

1804: , p6_a57 out nocopy JTF_VARCHAR2_TABLE_100
1805: )
1806:
1807: as
1808: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
1809: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
1810: ddindx binary_integer; indx binary_integer;
1811: begin
1812:

Line 1809: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;

1805: )
1806:
1807: as
1808: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
1809: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
1810: ddindx binary_integer; indx binary_integer;
1811: begin
1812:
1813: -- copy data to the local IN or IN-OUT args, if any

Line 1881: okl_stream_interfaces_pub.delete_stream_interfaces(p_api_version,

1877: );
1878:
1879:
1880: -- here's the delegated call to the old PL/SQL routine
1881: okl_stream_interfaces_pub.delete_stream_interfaces(p_api_version,
1882: p_init_msg_list,
1883: x_return_status,
1884: x_msg_count,
1885: x_msg_data,

Line 2081: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;

2077: , p5_a57 VARCHAR2 := fnd_api.g_miss_char
2078: )
2079:
2080: as
2081: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
2082: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
2083: ddindx binary_integer; indx binary_integer;
2084: begin
2085:

Line 2082: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;

2078: )
2079:
2080: as
2081: ddp_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
2082: ddx_sifv_rec okl_stream_interfaces_pub.sifv_rec_type;
2083: ddindx binary_integer; indx binary_integer;
2084: begin
2085:
2086: -- copy data to the local IN or IN-OUT args, if any

Line 2153: okl_stream_interfaces_pub.validate_stream_interfaces(p_api_version,

2149: ddp_sifv_rec.purpose_code := p5_a57;
2150:
2151:
2152: -- here's the delegated call to the old PL/SQL routine
2153: okl_stream_interfaces_pub.validate_stream_interfaces(p_api_version,
2154: p_init_msg_list,
2155: x_return_status,
2156: x_msg_count,
2157: x_msg_data,

Line 2352: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;

2348: , p6_a57 out nocopy JTF_VARCHAR2_TABLE_100
2349: )
2350:
2351: as
2352: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
2353: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
2354: ddindx binary_integer; indx binary_integer;
2355: begin
2356:

Line 2353: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;

2349: )
2350:
2351: as
2352: ddp_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
2353: ddx_sifv_tbl okl_stream_interfaces_pub.sifv_tbl_type;
2354: ddindx binary_integer; indx binary_integer;
2355: begin
2356:
2357: -- copy data to the local IN or IN-OUT args, if any

Line 2425: okl_stream_interfaces_pub.validate_stream_interfaces(p_api_version,

2421: );
2422:
2423:
2424: -- here's the delegated call to the old PL/SQL routine
2425: okl_stream_interfaces_pub.validate_stream_interfaces(p_api_version,
2426: p_init_msg_list,
2427: x_return_status,
2428: x_msg_count,
2429: x_msg_data,

Line 2501: end okl_stream_interfaces_pub_w;

2497: , p6_a57
2498: );
2499: end;
2500:
2501: end okl_stream_interfaces_pub_w;