DBA Data[Home] [Help]

APPS.BOM_DELETE_ENTITY dependencies on BOM_OPERATION_SEQUENCES

Line 223: FROM bom_operation_sequences

219: RETURN NUMBER
220: IS
221: CURSOR operseq is
222: select operation_sequence_id
223: FROM bom_operation_sequences
224: where routing_sequence_id = rtg_seq and
225: operation_seq_num = oper_seq_num and
226: -- effectivity_date = effective_date and -- Changed for bug 2647027
227: trunc(effectivity_date) = trunc(effective_date) and -- Changed back for bug 3738241