DBA Data[Home] [Help]

APPS.AHL_UA_UNIT_SCHEDULES_PVT_W dependencies on AHL_UA_FLIGHT_SCHEDULES_PVT

Line 1092: ddx_prec_flight_schedule ahl_ua_flight_schedules_pvt.flight_schedule_rec_type;

1088: )
1089:
1090: as
1091: ddx_prec_visit ahl_vwp_visits_pvt.visit_rec_type;
1092: ddx_prec_flight_schedule ahl_ua_flight_schedules_pvt.flight_schedule_rec_type;
1093: ddx_succ_visit ahl_vwp_visits_pvt.visit_rec_type;
1094: ddx_succ_flight_schedule ahl_ua_flight_schedules_pvt.flight_schedule_rec_type;
1095: ddindx binary_integer; indx binary_integer;
1096: begin

Line 1094: ddx_succ_flight_schedule ahl_ua_flight_schedules_pvt.flight_schedule_rec_type;

1090: as
1091: ddx_prec_visit ahl_vwp_visits_pvt.visit_rec_type;
1092: ddx_prec_flight_schedule ahl_ua_flight_schedules_pvt.flight_schedule_rec_type;
1093: ddx_succ_visit ahl_vwp_visits_pvt.visit_rec_type;
1094: ddx_succ_flight_schedule ahl_ua_flight_schedules_pvt.flight_schedule_rec_type;
1095: ddindx binary_integer; indx binary_integer;
1096: begin
1097:
1098: -- copy data to the local IN or IN-OUT args, if any