DBA Data[Home] [Help]

APPS.FND_GFM dependencies on FND_GLOBAL

Line 937: fnd_profile.get_specific('FND_NATIVE_CLIENT_ENCODING',fnd_global.user_id,NULL,NULL,nce,bb);

933: cs := substr(ct, eq, semi-eq);
934: end if;
935: end if;
936:
937: fnd_profile.get_specific('FND_NATIVE_CLIENT_ENCODING',fnd_global.user_id,NULL,NULL,nce,bb);
938:
939: if (pn = 'export' and nce is not null) then
940: cs := fnd_gfm.oracle_to_iana(nce);
941: nce := 'american_america.'||nce;