DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_OPERATION_RESOURCE_USAGE

Line 1031: DELETE FROM WIP_OPERATION_RESOURCE_USAGE

1027: NVL(repetitive_schedule_id, -1) = NVL(l_Repetitive_Sched_Id, -1) and
1028: operation_seq_num = l_Operation_Seq_Num and
1029: parent_resource_seq = res_rec.resource_seq_num;
1030:
1031: DELETE FROM WIP_OPERATION_RESOURCE_USAGE
1032: WHERE
1033: wip_entity_id = l_Wip_Entity_Id and
1034: NVL(repetitive_schedule_id, -1) = NVL(l_Repetitive_Sched_Id, -1) and
1035: operation_seq_num = l_Operation_Seq_Num and