DBA Data[Home] [Help]

APPS.IBE_INV_DATABASE_TRIGGER_PVT dependencies on IBE_LOGICALCONTENT_GRP

Line 10: IBE_LogicalContent_GRP.Delete_Category(

6: )
7: IS
8: BEGIN
9: -- 1. Update the table IBE_DSP_OBJ_LGL_CTNT
10: IBE_LogicalContent_GRP.Delete_Category(
11: p_category_id => p_old_category_id);
12:
13: -- 2. Update the table IBE_DSP_TPL_CTG
14: IBE_TPLCategory_GRP.Delete_Category(

Line 116: IBE_LogicalContent_GRP.Delete_Item(

112: old_inventory_item_id => p_old_inventory_item_id,
113: old_organization_id => p_old_organization_id );
114:
115: -- 4. Update IBE_DSP_OBJ_LGL_CTNT table
116: IBE_LogicalContent_GRP.Delete_Item(
117: p_item_id => p_old_inventory_item_id);
118:
119: END MTL_System_Items_B_Deleted;
120: