DBA Data[Home] [Help]

APPS.WIP_OVERCOMPLETION dependencies on BOM_DEPARTMENTS

Line 977: bom_departments bd,

973: x_last_operation_code,
974: x_last_department_id,
975: x_last_department_code
976: from bom_standard_operations bso,
977: bom_departments bd,
978: wip_operations wo
979: WHERE wo.operation_seq_num = x_last_operation_seq_num
980: AND wo.department_id = bd.department_id
981: AND wo.standard_operation_id = bso.standard_operation_id (+)