DBA Data[Home] [Help]

APPS.AR_DEPOSIT_VAL_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 136: FROM gl_daily_conversion_types

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