DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on BOM_DEPARTMENTS

Line 540: from wip_operations wo, bom_departments bd

536:
537: if( p_op_seq is not null ) then
538: select bd.department_code
539: into l_dept_code
540: from wip_operations wo, bom_departments bd
541: where wo.department_id = bd.department_id
542: and wo.wip_entity_id = p_wip_entity_id
543: and wo.operation_seq_num = p_op_seq;
544: