DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on WIP_OPERATIONS

Line 456: wip_operations wop

452:
453: SELECT bso.operation_code
454: INTO x_wip_operation_code
455: FROM bom_standard_operations bso,
456: wip_operations wop
457: WHERE ( x_wip_rep_schedule_id IS NULL
458: OR wop.repetitive_schedule_id
459: = x_wip_rep_schedule_id)
460: AND wop.wip_entity_id = x_wip_entity_id

Line 494: wip_operations wop

490:
491: SELECT bod.department_code
492: INTO x_bom_department_code
493: FROM bom_departments bod,
494: wip_operations wop
495: WHERE ( x_wip_rep_schedule_id IS NULL
496: OR wop.repetitive_schedule_id
497: = x_wip_rep_schedule_id)
498: AND wop.wip_entity_id = x_wip_entity_id