DBA Data[Home] [Help]

APPS.BOM_OP_RES_UTIL dependencies on BOM_SUB_OPERATION_RESOURCES

Line 719: DELETE FROM BOM_SUB_OPERATION_RESOURCES sor

715: -- by first logging a warning notifying the user of the cascaded
716: -- Delete.
717: *******************************************************************/
718:
719: DELETE FROM BOM_SUB_OPERATION_RESOURCES sor
720: WHERE NOT EXISTS ( SELECT 'AnOther Res not exist'
721: FROM BOM_OPERATION_RESOURCES bor
722: WHERE bor.substitute_group_num = sor.substitute_group_num
723: AND bor.operation_sequence_id = sor.operation_sequence_id