DBA Data[Home] [Help]

APPS.FND_GFM dependencies on FND_GLOBAL

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

1010: cs := substr(ct, eq, semi-eq);
1011: end if;
1012: end if;
1013:
1014: fnd_profile.get_specific('FND_NATIVE_CLIENT_ENCODING',fnd_global.user_id,NULL,NULL,nce,bb);
1015:
1016: if (pn = 'export' and nce is not null) then
1017: cs := fnd_gfm.oracle_to_iana(nce);
1018: nce := 'american_america.'||nce;