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 236: profile_in_char := fnd_profile.value('JLZZ_INF_RATIO_PRECISION');

232: -----------------------------------------------------------
233: -- Pick profile value --
234: -----------------------------------------------------------
235:
236: profile_in_char := fnd_profile.value('JLZZ_INF_RATIO_PRECISION');
237:
238: IF profile_in_char is NULL then
239:
240: adj_rate_precision := 0;

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

378: -- Check for the country profile. --
379: -- If Country is 'Chile', then introduce one period lag. -- --
380: ---------------------------------------------------------------
381:
382: IF fnd_profile.value('JGZZ_COUNTRY_CODE') = 'CL' THEN
383:
384: IF NOT get_previous_period( p_period_set_name
385: ,p_period_name
386: ,ix_period_name) THEN