DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 1221: from gl_daily_conversion_types

1217: ) is
1218:
1219: cursor c_type is
1220: select 'x'
1221: from gl_daily_conversion_types
1222: where UPPER(conversion_type) = UPPER(p_conversion_type);
1223:
1224: l_dummy_value VARCHAR2(1) := '?';
1225: