DBA Data[Home] [Help]

APPS.PA_CC_TRANSFER_PRICE dependencies on GL_DAILY_CONVERSION_TYPES

Line 1573: FROM gl_daily_conversion_types

1569: IF l_rate_type <> 'User' and l_rate_type IS NOT NULL THEN
1570: BEGIN
1571: SELECT conversion_type
1572: INTO l_rate_type1
1573: FROM gl_daily_conversion_types
1574: WHERE (user_conversion_type = l_rate_type
1575: OR conversion_type = l_rate_type);
1576: l_rate_type := l_rate_type1;
1577: EXCEPTION