DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 1207: from gl_daily_conversion_types

1203: ) is
1204:
1205: cursor c_type is
1206: select 'x'
1207: from gl_daily_conversion_types
1208: where UPPER(conversion_type) = UPPER(p_conversion_type);
1209:
1210: l_dummy_value VARCHAR2(1) := '?';
1211: