DBA Data[Home] [Help]

APPS.AHL_UMP_PROCESSUNIT_EXTN_PVT dependencies on AHL_SIMULATION_PLANS_B

Line 1312: UPDATE ahl_simulation_plans_b

1308: END LOOP; /* for node */
1309: END IF;
1310:
1311: --AJPRASAN:: Fix for bug# 13085043
1312: UPDATE ahl_simulation_plans_b
1313: SET last_bue_run = SYSDATE, object_version_number = object_version_number + 1
1314: WHERE primary_plan_flag = 'Y'
1315: AND status_code = 'ACTIVE'
1316: AND simulation_type = 'UMP';

Line 4102: UPDATE AHL_SIMULATION_PLANS_B

4098: -- Delete temp table data.
4099: G_SIM_UE_ID_TBL.DELETE;
4100:
4101: --Update sim table for last bue run date
4102: UPDATE AHL_SIMULATION_PLANS_B
4103: SET LAST_BUE_RUN = sysdate
4104: WHERE simulation_plan_id = p_simulation_plan_id;
4105:
4106: IF G_DEBUG = 'Y' THEN