DBA Data[Home] [Help]

APPS.QA_RESULTS_INTERFACE_PKG dependencies on QA_PLANS

Line 570: plan_name qa_plans.name%TYPE;

566: source_code IN VARCHAR2 default null,
567: source_line_id IN NUMBER default null,
568: po_agent_id IN NUMBER default null ) IS
569:
570: plan_name qa_plans.name%TYPE;
571: org_code mtl_parameters.organization_code%TYPE;
572:
573:
574:

Line 586: from qa_plans

582: where organization_id = org_id;
583:
584:
585: select name into plan_name
586: from qa_plans
587: where plan_id = given_plan_id;
588:
589: -- plan_name := ''''||upper(plan_name)|| '''';
590: -- CHANGED on Aug 20,1999 to fix single quotes problem