DBA Data[Home] [Help]

APPS.AHL_SIMULATION_PVT dependencies on AHL_UMP_MAINT_REQMNTS

Line 153: FROM ahl_ump_maint_reqmnts

149:
150: -- Deletion of simulation plan should also remove the UMP BOM entries for the plan
151: IF (l_locked_rows = 'N') THEN
152: DELETE
153: FROM ahl_ump_maint_reqmnts
154: WHERE simulation_plan_id = p_simulation_plan_id
155: AND object_type = 'SIM';
156:
157: DELETE