DBA Data[Home] [Help]

APPS.JL_ZZ_FA_VIEW_ACCT_PKG dependencies on FND_PROFILE

Line 30: l_country_code := fnd_profile.value('JGZZ_COUNTRY_CODE');

26:
27: BEGIN
28:
29: l_FA_view_acct_flag := FALSE;
30: l_country_code := fnd_profile.value('JGZZ_COUNTRY_CODE');
31: IF l_country_code IN ('CO') THEN
32: l_FA_view_acct_flag := TRUE;
33: ELSE
34: l_FA_view_acct_flag := FALSE;