DBA Data[Home] [Help]

APPS.ARRX_SALES_TAX_REP dependencies on GL_DAILY_CONVERSION_TYPES

Line 1870: from gl_daily_conversion_types

1866: rate_type VARCHAR(30);
1867:
1868: BEGIN
1869: select user_conversion_type into rate_type
1870: from gl_daily_conversion_types
1871: where conversion_type = c_exchange_rate_type;
1872:
1873: return(rate_type);
1874: