DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_APPLICATION_VL

Line 553: buffer fnd_application_vl.application_name%type;

549: end audit_active;
550:
551: -- APPLICATION_NAME -
552: function application_name return varchar2 is
553: buffer fnd_application_vl.application_name%type;
554: v_raid integer := resp_appl_id;
555: begin
556: if v_raid is null then
557: return null;

Line 568: from fnd_application_vl a

564:
565: -- Re-query every time in case of language change --
566: select a.application_name
567: into buffer
568: from fnd_application_vl a
569: where a.application_id = v_raid;
570:
571: -- no caching of APPLICATION_NAME
572: -- to avoid changing pragma in spec