DBA Data[Home] [Help]

APPS.CCT_CLASS_ENGINE_UPG dependencies on CCT_SUPPORTED_MEDIA_TYPES

Line 126: 1 from cct_supported_media_types a, cct_classifications b

122: CREATION_DATE, CREATED_BY)
123: select cct_classification_mt_map_s.nextval, b.classification_id,
124: a.media_type_uuid, TO_DATE ('01/01/1951', 'DD/MM/YYYY'), 1,
125: TO_DATE ('01/01/1951', 'DD/MM/YYYY'),
126: 1 from cct_supported_media_types a, cct_classifications b
127: where nvl(b.f_deletedflag,'N')<>'D';
128:
129: --dbms_output.put_line(' Populate cct_mt_map table ');
130: