DBA Data[Home] [Help]

APPS.OKL_LEASE_APP_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 10755: FROM GL_DAILY_CONVERSION_TYPES

10751: RETURN l_return_status;
10752: ELSE
10753: SELECT USER_CONVERSION_TYPE
10754: INTO l_meaning
10755: FROM GL_DAILY_CONVERSION_TYPES
10756: WHERE CONVERSION_TYPE = p_curr_type;
10757:
10758: IF(l_meaning IS NULL)
10759: THEN