DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on BOM_STANDARD_OPERATIONS

Line 403: FROM bom_standard_operations bso,

399: BEGIN
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)