DBA Data[Home] [Help]

APPS.AMV_CATEGORY_PVT dependencies on AMV_C_ITEM_TYPES

Line 1083: DELETE FROM amv_c_item_types

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;
1085:
1086: -- Remove channels
1087: AMV_C_CHANNELS_PKG.DELETE_ROW( l_channel_id);