DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on GL_DAILY_CONVERSION_TYPES

Line 1784: from gl_daily_conversion_types

1780: -- we want to return the conversion_type, hence:
1781: --
1782: select conversion_type
1783: into l_conversion_type
1784: from gl_daily_conversion_types
1785: where user_conversion_type = l_value;
1786: --
1787: hr_utility.set_location(' Leaving:' || l_proc,30);
1788: return l_conversion_type;