DBA Data[Home] [Help]

APPS.IBE_M_MIGRATION_PVT dependencies on IBC_CONTENT_TYPES_VL

Line 298: FROM ibc_content_types_vl

294: l_title1 VARCHAR2(2000);
295:
296: CURSOR c_get_content_type(c_type_code VARCHAR2) IS
297: SELECT content_type_name
298: FROM ibc_content_types_vl
299: WHERE content_type_code = c_type_code;
300:
301: CURSOR c_get_mode(c_mode VARCHAR2) IS
302: SELECT meaning