DBA Data[Home] [Help]

APPS.BOM_OP_RES_UTIL dependencies on BOM_OPERATION_SEQUENCES

Line 161: FROM BOM_OPERATION_SEQUENCES

157:
158: begin
159: SELECT old_operation_sequence_id
160: INTO l_operation_sequence_id
161: FROM BOM_OPERATION_SEQUENCES
162: WHERE operation_sequence_id = p_operation_sequence_id ;
163: end ;
164:
165: END IF ;