DBA Data[Home] [Help]

APPS.EAM_WORKORDERREP_PVT dependencies on QA_PLAN_CHARS

Line 507: from QA_PLAN_CHARS q

503:
504: --Cursor for Quality Plan Elements
505: cursor qplanelement_cursor(p_plan_id number) is
506: select XMLELEMENT("ELEMENTNAME",q.prompt ) QPlanElement
507: from QA_PLAN_CHARS q
508: where q.plan_id=p_plan_id;
509:
510: --Cursor for Asset BOM
511: cursor assetbom_cursor(p_wip_id in number) is