DBA Data[Home] [Help]

APPS.OKL_LEASE_APP_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 10907: FROM GL_DAILY_CONVERSION_TYPES

10903: RETURN l_return_status;
10904: ELSE
10905: SELECT USER_CONVERSION_TYPE
10906: INTO l_meaning
10907: FROM GL_DAILY_CONVERSION_TYPES
10908: WHERE CONVERSION_TYPE = p_curr_type;
10909:
10910: IF(l_meaning IS NULL)
10911: THEN