DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_OP_RESOURCE_INSTANCES

Line 1038: DELETE FROM WIP_OP_RESOURCE_INSTANCES

1034: NVL(repetitive_schedule_id, -1) = NVL(l_Repetitive_Sched_Id, -1) and
1035: operation_seq_num = l_Operation_Seq_Num and
1036: resource_seq_num = res_rec.resource_seq_num;
1037:
1038: DELETE FROM WIP_OP_RESOURCE_INSTANCES
1039: WHERE
1040: wip_entity_id = l_Wip_Entity_Id and
1041: operation_seq_num = l_Operation_Seq_Num and
1042: resource_seq_num = res_rec.resource_seq_num;