DBA Data[Home] [Help]

APPS.BOMPASGR dependencies on BOM_OPERATION_SEQUENCES_S

Line 875: bom_operation_sequences_s.nextval)

871: loop
872: update bom_op_sequences_interface
873: set transaction_id = mtl_system_items_interface_s.nextval,
874: operation_sequence_id = nvl(operation_sequence_id,
875: bom_operation_sequences_s.nextval)
876: where transaction_id is null
877: and process_flag = 1
878: and rownum < 500;
879: EXIT when SQL%NOTFOUND;