DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on WIP_OPERATIONS

Line 404: wip_operations wop

400:
401: SELECT bso.operation_code
402: INTO x_wip_operation_code
403: FROM bom_standard_operations bso,
404: wip_operations wop
405: WHERE ( x_wip_rep_schedule_id IS NULL
406: OR wop.repetitive_schedule_id
407: = x_wip_rep_schedule_id)
408: AND wop.wip_entity_id = x_wip_entity_id

Line 442: wip_operations wop

438:
439: SELECT bod.department_code
440: INTO x_bom_department_code
441: FROM bom_departments bod,
442: wip_operations wop
443: WHERE ( x_wip_rep_schedule_id IS NULL
444: OR wop.repetitive_schedule_id
445: = x_wip_rep_schedule_id)
446: AND wop.wip_entity_id = x_wip_entity_id