DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on BOM_STANDARD_OPERATIONS

Line 455: FROM bom_standard_operations bso,

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