DBA Data[Home] [Help]

APPS.OKL_TRX_ASSETS_PVT_W dependencies on OKL_TRX_ASSETS_PVT

Line 1: package body okl_trx_assets_pvt_w as

1: package body okl_trx_assets_pvt_w as
2: /* $Header: OKLOTASB.pls 120.2 2007/11/06 07:38:33 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_tasv_rec okl_trx_assets_pvt.tavv_rec_type;

99: , p5_a34 DATE := fnd_api.g_miss_date
100: )
101:
102: as
103: ddp_tasv_rec okl_trx_assets_pvt.tavv_rec_type;
104: ddx_tasv_rec okl_trx_assets_pvt.tavv_rec_type;
105: ddindx binary_integer; indx binary_integer;
106: begin
107:

Line 104: ddx_tasv_rec okl_trx_assets_pvt.tavv_rec_type;

100: )
101:
102: as
103: ddp_tasv_rec okl_trx_assets_pvt.tavv_rec_type;
104: ddx_tasv_rec okl_trx_assets_pvt.tavv_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_pvt.create_trx_ass_h_def(p_api_version,

148: ddp_tasv_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_pvt.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_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;

278: , p6_a34 out nocopy JTF_DATE_TABLE
279: )
280:
281: as
282: ddp_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;
283: ddx_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;
284: ddindx binary_integer; indx binary_integer;
285: begin
286:

Line 283: ddx_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;

279: )
280:
281: as
282: ddp_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;
283: ddx_tasv_tbl okl_trx_assets_pvt.tavv_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_pvt.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_pvt.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 428: ddp_tasv_rec okl_trx_assets_pvt.tavv_rec_type;

424: , p5_a34 DATE := fnd_api.g_miss_date
425: )
426:
427: as
428: ddp_tasv_rec okl_trx_assets_pvt.tavv_rec_type;
429: ddindx binary_integer; indx binary_integer;
430: begin
431:
432: -- copy data to the local IN or IN-OUT args, if any

Line 475: okl_trx_assets_pvt.lock_trx_ass_h_def(p_api_version,

471: ddp_tasv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a33);
472: ddp_tasv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a34);
473:
474: -- here's the delegated call to the old PL/SQL routine
475: okl_trx_assets_pvt.lock_trx_ass_h_def(p_api_version,
476: p_init_msg_list,
477: x_return_status,
478: x_msg_count,
479: x_msg_data,

Line 533: ddp_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;

529: , p5_a34 JTF_DATE_TABLE
530: )
531:
532: as
533: ddp_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;
534: ddindx binary_integer; indx binary_integer;
535: begin
536:
537: -- copy data to the local IN or IN-OUT args, if any

Line 581: okl_trx_assets_pvt.lock_trx_ass_h_def(p_api_version,

577: , p5_a34
578: );
579:
580: -- here's the delegated call to the old PL/SQL routine
581: okl_trx_assets_pvt.lock_trx_ass_h_def(p_api_version,
582: p_init_msg_list,
583: x_return_status,
584: x_msg_count,
585: x_msg_data,

Line 674: ddp_tasv_rec okl_trx_assets_pvt.tavv_rec_type;

670: , p5_a34 DATE := fnd_api.g_miss_date
671: )
672:
673: as
674: ddp_tasv_rec okl_trx_assets_pvt.tavv_rec_type;
675: ddx_tasv_rec okl_trx_assets_pvt.tavv_rec_type;
676: ddindx binary_integer; indx binary_integer;
677: begin
678:

Line 675: ddx_tasv_rec okl_trx_assets_pvt.tavv_rec_type;

671: )
672:
673: as
674: ddp_tasv_rec okl_trx_assets_pvt.tavv_rec_type;
675: ddx_tasv_rec okl_trx_assets_pvt.tavv_rec_type;
676: ddindx binary_integer; indx binary_integer;
677: begin
678:
679: -- copy data to the local IN or IN-OUT args, if any

Line 723: okl_trx_assets_pvt.update_trx_ass_h_def(p_api_version,

719: ddp_tasv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a34);
720:
721:
722: -- here's the delegated call to the old PL/SQL routine
723: okl_trx_assets_pvt.update_trx_ass_h_def(p_api_version,
724: p_init_msg_list,
725: x_return_status,
726: x_msg_count,
727: x_msg_data,

Line 853: ddp_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;

849: , p6_a34 out nocopy JTF_DATE_TABLE
850: )
851:
852: as
853: ddp_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;
854: ddx_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;
855: ddindx binary_integer; indx binary_integer;
856: begin
857:

Line 854: ddx_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;

850: )
851:
852: as
853: ddp_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;
854: ddx_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;
855: ddindx binary_integer; indx binary_integer;
856: begin
857:
858: -- copy data to the local IN or IN-OUT args, if any

Line 903: okl_trx_assets_pvt.update_trx_ass_h_def(p_api_version,

899: );
900:
901:
902: -- here's the delegated call to the old PL/SQL routine
903: okl_trx_assets_pvt.update_trx_ass_h_def(p_api_version,
904: p_init_msg_list,
905: x_return_status,
906: x_msg_count,
907: x_msg_data,

Line 999: ddp_tasv_rec okl_trx_assets_pvt.tavv_rec_type;

995: , p5_a34 DATE := fnd_api.g_miss_date
996: )
997:
998: as
999: ddp_tasv_rec okl_trx_assets_pvt.tavv_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_pvt.delete_trx_ass_h_def(p_api_version,

1042: ddp_tasv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a33);
1043: ddp_tasv_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_pvt.delete_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_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;

1100: , p5_a34 JTF_DATE_TABLE
1101: )
1102:
1103: as
1104: ddp_tasv_tbl okl_trx_assets_pvt.tavv_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_pvt.delete_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_pvt.delete_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_tasv_rec okl_trx_assets_pvt.tavv_rec_type;

1206: , p5_a34 DATE := fnd_api.g_miss_date
1207: )
1208:
1209: as
1210: ddp_tasv_rec okl_trx_assets_pvt.tavv_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_pvt.validate_trx_ass_h_def(p_api_version,

1253: ddp_tasv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a33);
1254: ddp_tasv_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_pvt.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_tasv_tbl okl_trx_assets_pvt.tavv_tbl_type;

1311: , p5_a34 JTF_DATE_TABLE
1312: )
1313:
1314: as
1315: ddp_tasv_tbl okl_trx_assets_pvt.tavv_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_pvt.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_pvt.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_pvt_w;

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