DBA Data[Home] [Help]

APPS.QA_RESULTS_INTERFACE_PKG dependencies on MTL_PARAMETERS

Line 571: org_code mtl_parameters.organization_code%TYPE;

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:
575: BEGIN

Line 581: from mtl_parameters

577: script := null;
578: tail_script := null;
579:
580: select organization_code into org_code
581: from mtl_parameters
582: where organization_id = org_id;
583:
584:
585: select name into plan_name