DBA Data[Home] [Help]

APPS.FII_CURRENCY dependencies on FND_PROFILE

Line 12: g_fii_fixed_curr_it constant varchar2(40) := fnd_profile.value('FII_FIXED_CURRENCY_IT');

8: g_sec_rate_type constant varchar2(30) := bis_common_parameters.get_secondary_rate_type;
9: g_treasury_rate_type constant Varchar2(30) := bis_common_parameters.get_treasury_rate_type;
10:
11: /* Below mentioned three variable are for Oracle Internal only */
12: g_fii_fixed_curr_it constant varchar2(40) := fnd_profile.value('FII_FIXED_CURRENCY_IT');
13: g_fii_left_curr constant varchar2(15) := substrb(g_fii_fixed_curr_it,1,INSTR(g_fii_fixed_curr_it,'=')-1);
14: g_fii_right_curr constant varchar2(15):=substrb(g_fii_fixed_curr_it,INSTR(g_fii_fixed_curr_it,'=')+1);
15: /* Below mentioned three variables for maintaining the cahce */
16: g_stack_count number:=0;