DBA Data[Home] [Help]

APPS.WIP_OVERCOMPLETION dependencies on STANDARD

Line 976: from bom_standard_operations bso,

972: INTO
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

Line 981: AND wo.standard_operation_id = bso.standard_operation_id (+)

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 (+)
982: AND wo.organization_id = x_org_id
983: AND wo.wip_entity_id = x_wip_entity_id
984: AND (wo.repetitive_schedule_id is NULL
985: OR