DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on BOM_DEPARTMENTS

Line 212: from bom_departments bd

208: l_stmt_number := 60 ;
209: begin
210: select bd.department_code
211: into l_department_code
212: from bom_departments bd
213: where bd.organization_id = p_organization_id
214: and bd.department_id = p_work_request_owning_dept_id ;
215:
216: exception