DBA Data[Home] [Help]

APPS.IBE_INV_DATABASE_TRIGGER_PVT dependencies on IBE_PROD_RELATION_PVT

Line 18: IBE_Prod_Relation_PVT.Category_Deleted(

14: IBE_TPLCategory_GRP.Delete_Category(
15: p_category_id => p_old_category_id);
16:
17: -- 3. Update the table IBE_CT_RELATION_RULES
18: IBE_Prod_Relation_PVT.Category_Deleted(
19: p_category_id => p_old_category_id);
20: END MTL_Categories_B_Deleted;
21:
22:

Line 32: IBE_Prod_Relation_PVT.Item_Category_Inserted(

28: )
29: IS
30: BEGIN
31: -- 1. Update IBE_CT_RELATED_ITEMS table
32: IBE_Prod_Relation_PVT.Item_Category_Inserted(
33: p_category_id => p_new_category_id ,
34: p_inventory_item_id => p_new_inventory_item_id ,
35: p_organization_id => p_new_organization_id); --Bug 2922902
36:

Line 55: IBE_Prod_Relation_PVT.Item_Category_Deleted(

51: )
52: IS
53: BEGIN
54: -- 1. Update IBE_CT_IMEDIA_SEARCH table
55: IBE_Prod_Relation_PVT.Item_Category_Deleted(
56: p_category_id => p_old_category_id ,
57: p_inventory_item_id => p_old_inventory_item_id,
58: p_organization_id => p_old_organization_id); --Bug 2922902
59:

Line 101: IBE_Prod_Relation_PVT.Item_Deleted(

97: )
98: IS
99: BEGIN
100: -- 1. Update IBE_CT_RELATED_ITEMS table
101: IBE_Prod_Relation_PVT.Item_Deleted(
102: p_inventory_item_id => p_old_inventory_item_id,
103: p_organization_id => p_old_organization_id );
104:
105: -- 2. Update section-items tables

Line 134: IBE_Prod_Relation_PVT.Item_Deleted(

130:
131: IF (p_old_web_status <> 'DISABLED' AND p_old_web_status IS NOT NULL) AND
132: (p_new_web_status = 'DISABLED' OR p_new_web_status IS NULL) THEN
133: -- 1. Update IBE_CT_RELATED_ITEMS table
134: IBE_Prod_Relation_PVT.Item_Deleted(
135: p_inventory_item_id => p_old_inventory_item_id,
136: p_organization_id => p_old_organization_id );
137:
138: -- 2. Update section-items tables