DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on GL_DAILY_CONVERSION_TYPES

Line 1684: from gl_daily_conversion_types

1680: -- we want to return the conversion_type, hence:
1681: --
1682: select conversion_type
1683: into l_conversion_type
1684: from gl_daily_conversion_types
1685: where user_conversion_type = l_value;
1686: --
1687: hr_utility.set_location(' Leaving:' || l_proc,30);
1688: return l_conversion_type;