DBA Data[Home] [Help]

APPS.FII_CURR_CONV_MAINTAIN_PKG dependencies on FII_TIME_MONTH

Line 101: from FII_TIME_MONTH

97: g_phase := 'Get the start date of the current period';
98:
99: select start_date
100: into g_current_start_date
101: from FII_TIME_MONTH
102: where end_date >= g_global_start_date
103: and sysdate between start_date and end_date;
104:
105: g_phase := 'Turn on trace if in debug mode';

Line 337: from FII_TIME_MONTH prd

333: , FII_USER_ID
334: , SYSDATE
335: , FII_USER_ID
336: , FII_LOGIN_ID
337: from FII_TIME_MONTH prd
338: , HRI_CONVERT_FROM_CURRENCIES_V cfr
339: , ( select g_prim_currency currency_code, g_prim_rate_type rate_type
340: from dual
341: union all