DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on BOM_DEPARTMENTS

Line 581: from wip_operations wo, bom_departments bd

577:
578: if( p_op_seq is not null ) then
579: select bd.department_code
580: into l_dept_code
581: from wip_operations wo, bom_departments bd
582: where wo.department_id = bd.department_id
583: and wo.wip_entity_id = p_wip_entity_id
584: and wo.operation_seq_num = p_op_seq;
585: