DBA Data[Home] [Help]

APPS.HRI_BPL_CURRENCY dependencies on FND_PROFILE

Line 6: g_default_rate_type VARCHAR2(30) := fnd_profile.value('BIS_PRIMARY_RATE_TYPE');

2: /* $Header: hribcrnc.pkb 120.3 2006/10/09 15:18:21 jtitmas noship $ */
3:
4: TYPE g_varchar_tabtype IS TABLE OF VARCHAR2(30) INDEX BY BINARY_INTEGER;
5: g_rate_type_tab g_varchar_tabtype;
6: g_default_rate_type VARCHAR2(30) := fnd_profile.value('BIS_PRIMARY_RATE_TYPE');
7:
8: /******************************************************************************/
9: /* Function to convert an amount from one currency to another, given a */
10: /* specified conversion rate type */