DBA Data[Home] [Help]

APPS.AMV_CATEGORY_PVT dependencies on AMV_C_CHL_PERSPECTIVES

Line 1080: DELETE FROM amv_c_chl_perspectives

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;
1082: -- Remove channel from item types
1083: DELETE FROM amv_c_item_types
1084: WHERE channel_id = l_channel_id;