DBA Data[Home] [Help]

APPS.AMV_CATEGORY_PVT dependencies on AMV_C_CONTENT_TYPES

Line 1077: DELETE FROM amv_c_content_types

1073: -- Remove channel from keywords
1074: DELETE FROM amv_c_keywords
1075: WHERE channel_id = l_channel_id;
1076: -- Remove channel from content types
1077: DELETE FROM amv_c_content_types
1078: WHERE channel_id = l_channel_id;
1079: -- Remove channel from perspectives
1080: DELETE FROM amv_c_chl_perspectives
1081: WHERE channel_id = l_channel_id;