DBA Data[Home] [Help]

APPS.PAY_GCC_CURR_CONV dependencies on GL_DAILY_CONVERSION_TYPES

Line 59: from gl_daily_conversion_types

55: -- we want to return the conversion_type, hence:
56: --
57: select conversion_type
58: into l_conversion_type
59: from gl_daily_conversion_types
60: where user_conversion_type = l_value;
61: --
62: if l_value is NULL then
63: l_conversion_type := 'PY_GCC_USR_TAB_ERROR';