DBA Data[Home] [Help]

APPS.AHL_UMP_UNITMAINT_PVT dependencies on AHL_SIMULATION_PLANS_B

Line 5311: FROM ahl_simulation_plans_b SIM ,ahl_fleet_unit_assocs ASSO

5307:
5308: -- JKJain, NR Analysis and Forecasting
5309: CURSOR ahl_simulation_plan_csr (c_simulation_plan_id NUMBER, c_unit_config_header_id NUMBER) IS
5310: SELECT 'X'
5311: FROM ahl_simulation_plans_b SIM ,ahl_fleet_unit_assocs ASSO
5312: WHERE SIM.simulation_plan_id = c_simulation_plan_id
5313: AND primary_plan_flag = 'N'
5314: AND SIM.simulation_plan_id = ASSO.simulation_plan_id
5315: AND ASSO.unit_config_header_id = nvl (c_unit_config_header_id,ASSO.unit_config_header_id)