DBA Data[Home] [Help]

APPS.WIP_PREFERENCES_PKG dependencies on BOM_DEPARTMENTS

Line 517: from bom_departments bd

513: dept varchar2(240);
514:
515: cursor d is
516: select bd.department_code department
517: from bom_departments bd
518: where bd.department_id = p_dept_id;
519: begin
520: open d;
521: fetch d into dept;