DBA Data[Home] [Help]

APPS.CSTPPWAS dependencies on WIP_REQUIREMENT_OPERATIONS

Line 1456: FROM WIP_REQUIREMENT_OPERATIONS wro

1452: 2, (wro.quantity_per_assembly / l_lot_size),
1453: wro.quantity_per_assembly) / decode(l_include_comp_yield,
1454: 1, nvl(wro.component_yield_factor,1),
1455: 1) quantity_per_assembly
1456: FROM WIP_REQUIREMENT_OPERATIONS wro
1457: WHERE wro.wip_entity_id = p_entity_id
1458: AND nvl(wro.repetitive_schedule_id ,-99) = nvl(l_repetitive_schedule_id,-99)
1459: AND wro.operation_seq_num = c_op_sequence
1460: AND wro.wip_supply_type NOT IN (4,5,6);