DBA Data[Home] [Help]

APPS.CSTPPWAS dependencies on WIP_REQUIREMENT_OPERATIONS

Line 1056: FROM WIP_REQUIREMENT_OPERATIONS wro

1052: 2, (wro.quantity_per_assembly / l_lot_size),
1053: wro.quantity_per_assembly) / decode(l_include_comp_yield,
1054: 1, nvl(wro.component_yield_factor,1),
1055: 1) quantity_per_assembly
1056: FROM WIP_REQUIREMENT_OPERATIONS wro
1057: WHERE wro.wip_entity_id = p_entity_id
1058: AND nvl(wro.repetitive_schedule_id ,-99) = nvl(l_repetitive_schedule_id,-99)
1059: AND wro.operation_seq_num = c_op_sequence
1060: AND wro.wip_supply_type NOT IN (4,5,6);