DBA Data[Home] [Help]

APPS.WMS_OP_RUNTIME_PVT_APIS dependencies on WMS_GLOBALS

Line 945: SET status=WMS_GLOBALS.G_OP_INS_STAT_COMPLETED

941: END IF;
942:
943: /*Updating the Plan Status to Completed*/
944: UPDATE WMS_OP_PLAN_INSTANCES
945: SET status=WMS_GLOBALS.G_OP_INS_STAT_COMPLETED
946: WHERE op_plan_instance_id=p_op_plan_instance_id;
947:
948:
949: IF SQL%NOTFOUND THEN