DBA Data[Home] [Help]

APPS.JL_ZZ_GL_INFL_ADJ_PKG dependencies on FND_PROFILE

Line 90: --profile_country_code VARCHAR2(10) := fnd_profile.value('JGZZ_COUNTRY_CODE');

86: acct_begin_YTD_adj_amount NUMBER;
87: YTD_prev_period_name VARCHAR2 (25);
88: zero_main_records VARCHAR2(3) := 'YES';
89:
90: --profile_country_code VARCHAR2(10) := fnd_profile.value('JGZZ_COUNTRY_CODE');
91: profile_country_code VARCHAR2(10) := jg_zz_shared_pkg.get_country(null,null);
92:
93: program_abort EXCEPTION;
94:

Line 251: profile_in_char := fnd_profile.value('JLZZ_INF_RATIO_PRECISION');

247: -----------------------------------------------------------
248: -- Pick profile value --
249: -----------------------------------------------------------
250:
251: profile_in_char := fnd_profile.value('JLZZ_INF_RATIO_PRECISION');
252:
253: IF profile_in_char is NULL then
254:
255: adj_rate_precision := 0;

Line 397: IF fnd_profile.value('JGZZ_COUNTRY_CODE') = 'CL' THEN

393: -- Check for the country profile. --
394: -- If Country is 'Chile', then introduce one period lag. -- --
395: ---------------------------------------------------------------
396:
397: IF fnd_profile.value('JGZZ_COUNTRY_CODE') = 'CL' THEN
398:
399: IF NOT get_previous_period( p_period_set_name
400: ,p_period_name
401: ,ix_period_name) THEN