DBA Data[Home] [Help]

APPS.AR_DEPOSIT_VAL_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 135: FROM gl_daily_conversion_types

131: -- if invalid then return
132: BEGIN
133: SELECT 'Y'
134: INTO l_exchange_rate_valid
135: FROM gl_daily_conversion_types
136: WHERE conversion_type = p_exchange_rate_type;
137: EXCEPTION
138: WHEN no_data_found THEN
139: p_return_status := FND_API.G_RET_STS_ERROR;