DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_RESPONSIBILITY_VL

Line 771: buffer fnd_responsibility_vl.responsibility_name%type;

767: end resp_id;
768:
769: -- RESP_NAME -
770: function resp_name return varchar2 is
771: buffer fnd_responsibility_vl.responsibility_name%type;
772: v_rid integer := resp_id;
773: v_raid integer := resp_appl_id;
774: begin
775: if v_rid is null or v_raid is null then

Line 787: from fnd_responsibility_vl r

783:
784: -- Re-query every time in case of language change --
785: select r.responsibility_name
786: into buffer
787: from fnd_responsibility_vl r
788: where r.responsibility_id = v_rid
789: and r.application_id = v_raid;
790:
791: -- no caching of RESP_NAME