DBA Data[Home] [Help]

APPS.PA_CC_TRANSFER_PRICE dependencies on GL_DAILY_CONVERSION_TYPES

Line 1596: FROM gl_daily_conversion_types

1592: IF l_rate_type <> 'User' and l_rate_type IS NOT NULL THEN
1593: BEGIN
1594: SELECT conversion_type
1595: INTO l_rate_type1
1596: FROM gl_daily_conversion_types
1597: WHERE (user_conversion_type = l_rate_type
1598: OR conversion_type = l_rate_type);
1599: l_rate_type := l_rate_type1;
1600: EXCEPTION