DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on WIP_OPERATIONS

Line 2479: from bom_departments bd, wip_operations wo

2475: l_location_id(i) := l_location_id(i-1);
2476: else
2477: select bd.location_id
2478: into l_location_id(i)
2479: from bom_departments bd, wip_operations wo
2480: where bd.department_id = wo.department_id
2481: and bd.organization_id = wo.organization_id
2482: and wo.wip_entity_id = l_wip_entity_id_tbl(i)
2483: and wo.operation_seq_num = l_op_seq_num_tbl(i)