DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_APPLICATION_VL

Line 645: buffer fnd_application_vl.application_name%type;

641: end audit_active;
642:
643: -- APPLICATION_NAME -
644: function application_name return varchar2 is
645: buffer fnd_application_vl.application_name%type;
646: v_raid integer := resp_appl_id;
647: begin
648: if v_raid is null then
649: return null;

Line 660: from fnd_application_vl a

656:
657: -- Re-query every time in case of language change --
658: select a.application_name
659: into buffer
660: from fnd_application_vl a
661: where a.application_id = v_raid;
662:
663: -- no caching of APPLICATION_NAME
664: -- to avoid changing pragma in spec