DBA Data[Home] [Help]

APPS.EAM_WORKORDERREP_PVT dependencies on QA_PLAN_CHARS

Line 489: from QA_PLAN_CHARS q

485:
486: --Cursor for Quality Plan Elements
487: cursor qplanelement_cursor(p_plan_id number) is
488: select XMLELEMENT("ELEMENTNAME",q.prompt ) QPlanElement
489: from QA_PLAN_CHARS q
490: where q.plan_id=p_plan_id;
491:
492: --Cursor for Asset BOM
493: cursor assetbom_cursor(p_wip_id in number) is