DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on BOM_RESOURCES

Line 344: bom_resources br

340: bor.attribute14,
341: bor.attribute15
342: from bom_operation_sequences bos,
343: bom_operation_resources bor,
344: bom_resources br
345: where bos.routing_sequence_id = l_routingSeqID
346: and bos.effectivity_date <= p_routingRevDate
347: and nvl(bos.disable_date, p_routingRevDate+1) >= p_routingRevDate
348: and bos.operation_sequence_id = bor.operation_sequence_id

Line 477: from bom_resources br,

473: bsor.attribute12,
474: bsor.attribute13,
475: bsor.attribute14,
476: bsor.attribute15
477: from bom_resources br,
478: bom_sub_operation_resources bsor,
479: wip_operations wo
480: where wo.organization_id = p_orgID
481: and wo.wip_entity_id = p_wipEntityID