DBA Data[Home] [Help]

APPS.BOM_STD_SUB_OP_RESOURCES_T3 dependencies on STANDARD

Line 10: WHERE standard_operation_id = :old.standard_operation_id

6:
7: CURSOR op_seq IS
8: SELECT operation_sequence_id
9: FROM bom_operation_sequences
10: WHERE standard_operation_id = :old.standard_operation_id
11: AND reference_flag = 1;
12:
13: var_op_seq_id NUMBER;
14: BEGIN