DBA Data[Home] [Help]

APPS.AHL_MM_RESERVATIONS_PVT_W dependencies on AHL_MM_RESERVATIONS_PVT_W

Line 1: package body ahl_mm_reservations_pvt_w as

1: package body ahl_mm_reservations_pvt_w as
2: /* $Header: AHLWMMRB.pls 120.0.12020000.2 2012/12/13 06:01:51 shnatu noship $ */
3: procedure rosetta_table_copy_in_p2(t out nocopy ahl_mm_reservations_pvt.serial_number_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: ) as

Line 306: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p9_a0

302: ddp_rsv_rec.orig_demand_source_line_id := p8_a68;
303: ddp_rsv_rec.orig_demand_source_line_detail := p8_a69;
304: ddp_rsv_rec.serial_number := p8_a70;
305:
306: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p9_a0
307: , p9_a1
308: );
309:
310:

Line 509: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p10_a0

505: ddp_rsv_rec.orig_demand_source_line_id := p9_a68;
506: ddp_rsv_rec.orig_demand_source_line_detail := p9_a69;
507: ddp_rsv_rec.serial_number := p9_a70;
508:
509: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p10_a0
510: , p10_a1
511: );
512:
513: -- here's the delegated call to the old PL/SQL routine

Line 567: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p9_a0

563:
564:
565:
566:
567: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p9_a0
568: , p9_a1
569: );
570:
571: -- here's the delegated call to the old PL/SQL routine

Line 768: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p10_a0

764: ddp_to_rsv_rec.orig_demand_source_line_id := p9_a68;
765: ddp_to_rsv_rec.orig_demand_source_line_detail := p9_a69;
766: ddp_to_rsv_rec.serial_number := p9_a70;
767:
768: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p10_a0
769: , p10_a1
770: );
771:
772:

Line 973: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p9_a0

969: ddp_rsv_rec.orig_demand_source_line_id := p8_a68;
970: ddp_rsv_rec.orig_demand_source_line_detail := p8_a69;
971: ddp_rsv_rec.serial_number := p8_a70;
972:
973: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p9_a0
974: , p9_a1
975: );
976:
977:

Line 1002: ahl_mm_reservations_pvt_w.rosetta_table_copy_out_p4(ddx_reservation_id_tbl, x_reservation_id_tbl);

998:
999:
1000:
1001:
1002: ahl_mm_reservations_pvt_w.rosetta_table_copy_out_p4(ddx_reservation_id_tbl, x_reservation_id_tbl);
1003: end;
1004:
1005: procedure cancel_reservation(p_api_version NUMBER
1006: , p_init_msg_list VARCHAR2

Line 1033: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p8_a0

1029:
1030:
1031:
1032:
1033: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p8_a0
1034: , p8_a1
1035: );
1036:
1037: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p4(ddp_reservation_id_tbl, p_reservation_id_tbl);

Line 1037: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p4(ddp_reservation_id_tbl, p_reservation_id_tbl);

1033: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p2(ddp_serial_number_tbl, p8_a0
1034: , p8_a1
1035: );
1036:
1037: ahl_mm_reservations_pvt_w.rosetta_table_copy_in_p4(ddp_reservation_id_tbl, p_reservation_id_tbl);
1038:
1039: -- here's the delegated call to the old PL/SQL routine
1040: ahl_mm_reservations_pvt.cancel_reservation(p_api_version,
1041: p_init_msg_list,

Line 1063: end ahl_mm_reservations_pvt_w;

1059:
1060:
1061: end;
1062:
1063: end ahl_mm_reservations_pvt_w;