DBA Data[Home] [Help]

APPS.OKL_TRX_ASSETS_PUB_W dependencies on OKL_TRX_ASSETS_PUB

Line 1: package body okl_trx_assets_pub_w as

1: package body okl_trx_assets_pub_w as
2: /* $Header: OKLUTASB.pls 120.2 2007/11/06 07:42: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 103: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;

99: , p5_a34 DATE := fnd_api.g_miss_date
100: )
101:
102: as
103: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;
104: ddx_thpv_rec okl_trx_assets_pub.thpv_rec_type;
105: ddindx binary_integer; indx binary_integer;
106: begin
107:

Line 104: ddx_thpv_rec okl_trx_assets_pub.thpv_rec_type;

100: )
101:
102: as
103: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;
104: ddx_thpv_rec okl_trx_assets_pub.thpv_rec_type;
105: ddindx binary_integer; indx binary_integer;
106: begin
107:
108: -- copy data to the local IN or IN-OUT args, if any

Line 152: okl_trx_assets_pub.create_trx_ass_h_def(p_api_version,

148: ddp_thpv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a34);
149:
150:
151: -- here's the delegated call to the old PL/SQL routine
152: okl_trx_assets_pub.create_trx_ass_h_def(p_api_version,
153: p_init_msg_list,
154: x_return_status,
155: x_msg_count,
156: x_msg_data,

Line 282: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;

278: , p6_a34 out nocopy JTF_DATE_TABLE
279: )
280:
281: as
282: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
283: ddx_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
284: ddindx binary_integer; indx binary_integer;
285: begin
286:

Line 283: ddx_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;

279: )
280:
281: as
282: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
283: ddx_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
284: ddindx binary_integer; indx binary_integer;
285: begin
286:
287: -- copy data to the local IN or IN-OUT args, if any

Line 332: okl_trx_assets_pub.create_trx_ass_h_def(p_api_version,

328: );
329:
330:
331: -- here's the delegated call to the old PL/SQL routine
332: okl_trx_assets_pub.create_trx_ass_h_def(p_api_version,
333: p_init_msg_list,
334: x_return_status,
335: x_msg_count,
336: x_msg_data,

Line 463: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;

459: , p5_a34 DATE := fnd_api.g_miss_date
460: )
461:
462: as
463: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;
464: ddx_thpv_rec okl_trx_assets_pub.thpv_rec_type;
465: ddindx binary_integer; indx binary_integer;
466: begin
467:

Line 464: ddx_thpv_rec okl_trx_assets_pub.thpv_rec_type;

460: )
461:
462: as
463: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;
464: ddx_thpv_rec okl_trx_assets_pub.thpv_rec_type;
465: ddindx binary_integer; indx binary_integer;
466: begin
467:
468: -- copy data to the local IN or IN-OUT args, if any

Line 512: okl_trx_assets_pub.update_trx_ass_h_def(p_api_version,

508: ddp_thpv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a34);
509:
510:
511: -- here's the delegated call to the old PL/SQL routine
512: okl_trx_assets_pub.update_trx_ass_h_def(p_api_version,
513: p_init_msg_list,
514: x_return_status,
515: x_msg_count,
516: x_msg_data,

Line 642: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;

638: , p6_a34 out nocopy JTF_DATE_TABLE
639: )
640:
641: as
642: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
643: ddx_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
644: ddindx binary_integer; indx binary_integer;
645: begin
646:

Line 643: ddx_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;

639: )
640:
641: as
642: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
643: ddx_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
644: ddindx binary_integer; indx binary_integer;
645: begin
646:
647: -- copy data to the local IN or IN-OUT args, if any

Line 692: okl_trx_assets_pub.update_trx_ass_h_def(p_api_version,

688: );
689:
690:
691: -- here's the delegated call to the old PL/SQL routine
692: okl_trx_assets_pub.update_trx_ass_h_def(p_api_version,
693: p_init_msg_list,
694: x_return_status,
695: x_msg_count,
696: x_msg_data,

Line 788: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;

784: , p5_a34 DATE := fnd_api.g_miss_date
785: )
786:
787: as
788: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;
789: ddindx binary_integer; indx binary_integer;
790: begin
791:
792: -- copy data to the local IN or IN-OUT args, if any

Line 835: okl_trx_assets_pub.delete_trx_ass_h_def(p_api_version,

831: ddp_thpv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a33);
832: ddp_thpv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a34);
833:
834: -- here's the delegated call to the old PL/SQL routine
835: okl_trx_assets_pub.delete_trx_ass_h_def(p_api_version,
836: p_init_msg_list,
837: x_return_status,
838: x_msg_count,
839: x_msg_data,

Line 893: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;

889: , p5_a34 JTF_DATE_TABLE
890: )
891:
892: as
893: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
894: ddindx binary_integer; indx binary_integer;
895: begin
896:
897: -- copy data to the local IN or IN-OUT args, if any

Line 941: okl_trx_assets_pub.delete_trx_ass_h_def(p_api_version,

937: , p5_a34
938: );
939:
940: -- here's the delegated call to the old PL/SQL routine
941: okl_trx_assets_pub.delete_trx_ass_h_def(p_api_version,
942: p_init_msg_list,
943: x_return_status,
944: x_msg_count,
945: x_msg_data,

Line 999: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;

995: , p5_a34 DATE := fnd_api.g_miss_date
996: )
997:
998: as
999: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;
1000: ddindx binary_integer; indx binary_integer;
1001: begin
1002:
1003: -- copy data to the local IN or IN-OUT args, if any

Line 1046: okl_trx_assets_pub.lock_trx_ass_h_def(p_api_version,

1042: ddp_thpv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a33);
1043: ddp_thpv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a34);
1044:
1045: -- here's the delegated call to the old PL/SQL routine
1046: okl_trx_assets_pub.lock_trx_ass_h_def(p_api_version,
1047: p_init_msg_list,
1048: x_return_status,
1049: x_msg_count,
1050: x_msg_data,

Line 1104: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;

1100: , p5_a34 JTF_DATE_TABLE
1101: )
1102:
1103: as
1104: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
1105: ddindx binary_integer; indx binary_integer;
1106: begin
1107:
1108: -- copy data to the local IN or IN-OUT args, if any

Line 1152: okl_trx_assets_pub.lock_trx_ass_h_def(p_api_version,

1148: , p5_a34
1149: );
1150:
1151: -- here's the delegated call to the old PL/SQL routine
1152: okl_trx_assets_pub.lock_trx_ass_h_def(p_api_version,
1153: p_init_msg_list,
1154: x_return_status,
1155: x_msg_count,
1156: x_msg_data,

Line 1210: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;

1206: , p5_a34 DATE := fnd_api.g_miss_date
1207: )
1208:
1209: as
1210: ddp_thpv_rec okl_trx_assets_pub.thpv_rec_type;
1211: ddindx binary_integer; indx binary_integer;
1212: begin
1213:
1214: -- copy data to the local IN or IN-OUT args, if any

Line 1257: okl_trx_assets_pub.validate_trx_ass_h_def(p_api_version,

1253: ddp_thpv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a33);
1254: ddp_thpv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a34);
1255:
1256: -- here's the delegated call to the old PL/SQL routine
1257: okl_trx_assets_pub.validate_trx_ass_h_def(p_api_version,
1258: p_init_msg_list,
1259: x_return_status,
1260: x_msg_count,
1261: x_msg_data,

Line 1315: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;

1311: , p5_a34 JTF_DATE_TABLE
1312: )
1313:
1314: as
1315: ddp_thpv_tbl okl_trx_assets_pub.thpv_tbl_type;
1316: ddindx binary_integer; indx binary_integer;
1317: begin
1318:
1319: -- copy data to the local IN or IN-OUT args, if any

Line 1363: okl_trx_assets_pub.validate_trx_ass_h_def(p_api_version,

1359: , p5_a34
1360: );
1361:
1362: -- here's the delegated call to the old PL/SQL routine
1363: okl_trx_assets_pub.validate_trx_ass_h_def(p_api_version,
1364: p_init_msg_list,
1365: x_return_status,
1366: x_msg_count,
1367: x_msg_data,

Line 1378: end okl_trx_assets_pub_w;

1374:
1375:
1376: end;
1377:
1378: end okl_trx_assets_pub_w;