DBA Data[Home] [Help]

APPS.BOMPVALB dependencies on BOM_OPERATION_SEQUENCES

Line 2191: from bom_operation_sequences a, bom_operational_routings b

2187:
2188: if (op_seq <> 1) then
2189: select operation_seq_num
2190: into dummy
2191: from bom_operation_sequences a, bom_operational_routings b
2192: where b.organization_id = org_id
2193: and b.assembly_item_id = assy_id
2194: and operation_seq_num = op_seq
2195: and b.common_routing_sequence_id = a.routing_sequence_id