DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on BOM_DEPARTMENTS

Line 199: from bom_departments bd

195: l_stmt_number := 60 ;
196: begin
197: select bd.department_code
198: into l_department_code
199: from bom_departments bd
200: where bd.organization_id = p_organization_id
201: and bd.department_id = p_work_request_owning_dept_id ;
202:
203: exception