DBA Data[Home] [Help]

APPS.WIP_OVERCOMPLETION dependencies on BOM_DEPARTMENTS

Line 983: bom_departments bd,

979: x_last_operation_code,
980: x_last_department_id,
981: x_last_department_code
982: from bom_standard_operations bso,
983: bom_departments bd,
984: wip_operations wo
985: WHERE wo.operation_seq_num = x_last_operation_seq_num
986: AND wo.department_id = bd.department_id
987: AND wo.standard_operation_id = bso.standard_operation_id (+)