DBA Data[Home] [Help]

APPS.FII_PSI_JE_DTL_PKG dependencies on FND_PROFILE

Line 187: l_industry_profile := FND_PROFILE.value('INDUSTRY');

183: and currency code != 'STAT'
184: - If budget source = 'GL', add: currency_code in (primary, secondary currency)
185: and currency_code != 'STAT' */
186: -- Find out if this is commercial or government install
187: l_industry_profile := FND_PROFILE.value('INDUSTRY');
188:
189: -- Find out the source of budget
190: l_budget_source := FND_PROFILE.value('FII_BUDGET_SOURCE');
191:

Line 190: l_budget_source := FND_PROFILE.value('FII_BUDGET_SOURCE');

186: -- Find out if this is commercial or government install
187: l_industry_profile := FND_PROFILE.value('INDUSTRY');
188:
189: -- Find out the source of budget
190: l_budget_source := FND_PROFILE.value('FII_BUDGET_SOURCE');
191:
192: -- Set currency where clause depends on industry and budget source profile
193: IF (l_industry_profile = 'G') THEN
194: l_currency_where := ' AND f.currency_code = '''||l_prim_global_curr||'''