DBA Data[Home] [Help]

APPS.WSM_JOBCOPIES_PVT dependencies on BOM_STANDARD_OPERATIONS

Line 383: BOM_STANDARD_OPERATIONS BSO,

379: BOS.attribute15,
380: BOS.original_system_reference,
381: BOS.lowest_acceptable_yield --mes
382: FROM BOM_OPERATION_SEQUENCES BOS,
383: BOM_STANDARD_OPERATIONS BSO,
384: BOM_DEPARTMENTS BD
385: WHERE BOS.routing_sequence_id = p_common_rtg_seq_id
386: AND p_rtg_rev_date between BOS.effectivity_date and nvl(BOS.disable_date, p_rtg_rev_date+1)
387: AND BOS.standard_operation_id = BSO.standard_operation_id (+)