DBA Data[Home] [Help]

APPS.OKL_TXD_ASSETS_PUB_W dependencies on OKL_TXD_ASSETS_PUB

Line 1: package body okl_txd_assets_pub_w as

1: package body okl_txd_assets_pub_w as
2: /* $Header: OKLUASDB.pls 115.6 2002/12/20 19:24:01 avsingh 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 114: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;

110: , p5_a41 DATE := fnd_api.g_miss_date
111: )
112:
113: as
114: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;
115: ddx_adpv_rec okl_txd_assets_pub.adpv_rec_type;
116: ddindx binary_integer; indx binary_integer;
117: begin
118:

Line 115: ddx_adpv_rec okl_txd_assets_pub.adpv_rec_type;

111: )
112:
113: as
114: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;
115: ddx_adpv_rec okl_txd_assets_pub.adpv_rec_type;
116: ddindx binary_integer; indx binary_integer;
117: begin
118:
119: -- copy data to the local IN or IN-OUT args, if any

Line 170: okl_txd_assets_pub.create_txd_asset_def(p_api_version,

166: ddp_adpv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p5_a41);
167:
168:
169: -- here's the delegated call to the old PL/SQL routine
170: okl_txd_assets_pub.create_txd_asset_def(p_api_version,
171: p_init_msg_list,
172: x_return_status,
173: x_msg_count,
174: x_msg_data,

Line 321: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;

317: , p6_a41 out nocopy JTF_DATE_TABLE
318: )
319:
320: as
321: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
322: ddx_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
323: ddindx binary_integer; indx binary_integer;
324: begin
325:

Line 322: ddx_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;

318: )
319:
320: as
321: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
322: ddx_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
323: ddindx binary_integer; indx binary_integer;
324: begin
325:
326: -- copy data to the local IN or IN-OUT args, if any

Line 378: okl_txd_assets_pub.create_txd_asset_def(p_api_version,

374: );
375:
376:
377: -- here's the delegated call to the old PL/SQL routine
378: okl_txd_assets_pub.create_txd_asset_def(p_api_version,
379: p_init_msg_list,
380: x_return_status,
381: x_msg_count,
382: x_msg_data,

Line 530: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;

526: , p5_a41 DATE := fnd_api.g_miss_date
527: )
528:
529: as
530: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;
531: ddx_adpv_rec okl_txd_assets_pub.adpv_rec_type;
532: ddindx binary_integer; indx binary_integer;
533: begin
534:

Line 531: ddx_adpv_rec okl_txd_assets_pub.adpv_rec_type;

527: )
528:
529: as
530: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;
531: ddx_adpv_rec okl_txd_assets_pub.adpv_rec_type;
532: ddindx binary_integer; indx binary_integer;
533: begin
534:
535: -- copy data to the local IN or IN-OUT args, if any

Line 586: okl_txd_assets_pub.update_txd_asset_def(p_api_version,

582: ddp_adpv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p5_a41);
583:
584:
585: -- here's the delegated call to the old PL/SQL routine
586: okl_txd_assets_pub.update_txd_asset_def(p_api_version,
587: p_init_msg_list,
588: x_return_status,
589: x_msg_count,
590: x_msg_data,

Line 737: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;

733: , p6_a41 out nocopy JTF_DATE_TABLE
734: )
735:
736: as
737: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
738: ddx_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
739: ddindx binary_integer; indx binary_integer;
740: begin
741:

Line 738: ddx_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;

734: )
735:
736: as
737: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
738: ddx_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
739: ddindx binary_integer; indx binary_integer;
740: begin
741:
742: -- copy data to the local IN or IN-OUT args, if any

Line 794: okl_txd_assets_pub.update_txd_asset_def(p_api_version,

790: );
791:
792:
793: -- here's the delegated call to the old PL/SQL routine
794: okl_txd_assets_pub.update_txd_asset_def(p_api_version,
795: p_init_msg_list,
796: x_return_status,
797: x_msg_count,
798: x_msg_data,

Line 904: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;

900: , p5_a41 DATE := fnd_api.g_miss_date
901: )
902:
903: as
904: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;
905: ddindx binary_integer; indx binary_integer;
906: begin
907:
908: -- copy data to the local IN or IN-OUT args, if any

Line 958: okl_txd_assets_pub.delete_txd_asset_def(p_api_version,

954: ddp_adpv_rec.currency_conversion_rate := rosetta_g_miss_num_map(p5_a40);
955: ddp_adpv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p5_a41);
956:
957: -- here's the delegated call to the old PL/SQL routine
958: okl_txd_assets_pub.delete_txd_asset_def(p_api_version,
959: p_init_msg_list,
960: x_return_status,
961: x_msg_count,
962: x_msg_data,

Line 1023: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;

1019: , p5_a41 JTF_DATE_TABLE
1020: )
1021:
1022: as
1023: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
1024: ddindx binary_integer; indx binary_integer;
1025: begin
1026:
1027: -- copy data to the local IN or IN-OUT args, if any

Line 1078: okl_txd_assets_pub.delete_txd_asset_def(p_api_version,

1074: , p5_a41
1075: );
1076:
1077: -- here's the delegated call to the old PL/SQL routine
1078: okl_txd_assets_pub.delete_txd_asset_def(p_api_version,
1079: p_init_msg_list,
1080: x_return_status,
1081: x_msg_count,
1082: x_msg_data,

Line 1143: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;

1139: , p5_a41 DATE := fnd_api.g_miss_date
1140: )
1141:
1142: as
1143: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;
1144: ddindx binary_integer; indx binary_integer;
1145: begin
1146:
1147: -- copy data to the local IN or IN-OUT args, if any

Line 1197: okl_txd_assets_pub.lock_txd_asset_def(p_api_version,

1193: ddp_adpv_rec.currency_conversion_rate := rosetta_g_miss_num_map(p5_a40);
1194: ddp_adpv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p5_a41);
1195:
1196: -- here's the delegated call to the old PL/SQL routine
1197: okl_txd_assets_pub.lock_txd_asset_def(p_api_version,
1198: p_init_msg_list,
1199: x_return_status,
1200: x_msg_count,
1201: x_msg_data,

Line 1262: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;

1258: , p5_a41 JTF_DATE_TABLE
1259: )
1260:
1261: as
1262: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
1263: ddindx binary_integer; indx binary_integer;
1264: begin
1265:
1266: -- copy data to the local IN or IN-OUT args, if any

Line 1317: okl_txd_assets_pub.lock_txd_asset_def(p_api_version,

1313: , p5_a41
1314: );
1315:
1316: -- here's the delegated call to the old PL/SQL routine
1317: okl_txd_assets_pub.lock_txd_asset_def(p_api_version,
1318: p_init_msg_list,
1319: x_return_status,
1320: x_msg_count,
1321: x_msg_data,

Line 1382: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;

1378: , p5_a41 DATE := fnd_api.g_miss_date
1379: )
1380:
1381: as
1382: ddp_adpv_rec okl_txd_assets_pub.adpv_rec_type;
1383: ddindx binary_integer; indx binary_integer;
1384: begin
1385:
1386: -- copy data to the local IN or IN-OUT args, if any

Line 1436: okl_txd_assets_pub.validate_txd_asset_def(p_api_version,

1432: ddp_adpv_rec.currency_conversion_rate := rosetta_g_miss_num_map(p5_a40);
1433: ddp_adpv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p5_a41);
1434:
1435: -- here's the delegated call to the old PL/SQL routine
1436: okl_txd_assets_pub.validate_txd_asset_def(p_api_version,
1437: p_init_msg_list,
1438: x_return_status,
1439: x_msg_count,
1440: x_msg_data,

Line 1501: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;

1497: , p5_a41 JTF_DATE_TABLE
1498: )
1499:
1500: as
1501: ddp_adpv_tbl okl_txd_assets_pub.adpv_tbl_type;
1502: ddindx binary_integer; indx binary_integer;
1503: begin
1504:
1505: -- copy data to the local IN or IN-OUT args, if any

Line 1556: okl_txd_assets_pub.validate_txd_asset_def(p_api_version,

1552: , p5_a41
1553: );
1554:
1555: -- here's the delegated call to the old PL/SQL routine
1556: okl_txd_assets_pub.validate_txd_asset_def(p_api_version,
1557: p_init_msg_list,
1558: x_return_status,
1559: x_msg_count,
1560: x_msg_data,

Line 1571: end okl_txd_assets_pub_w;

1567:
1568:
1569: end;
1570:
1571: end okl_txd_assets_pub_w;