DBA Data[Home] [Help]

APPS.IBE_PROD_RELATION_RULE_PVT dependencies on IBE_PROD_RELATION_PVT

Line 198: IBE_Prod_Relation_PVT.Insert_Related_Items_Rows(

194: RAISE FND_API.G_EXC_ERROR;
195: END IF;
196: -- bug fix 3676064
197: IF (p_rel_type_code <>'AUTOPLACEMENT') THEN
198: IBE_Prod_Relation_PVT.Insert_Related_Items_Rows(
199: p_rel_type_code => p_rel_type_code ,
200: p_rel_rule_id => l_rule_id ,
201: p_origin_object_type => p_origin_object_type_tbl(i),
202: p_dest_object_type => p_dest_object_type_tbl(i) ,

Line 239: IBE_Prod_Relation_PVT.Insert_Related_Items_Rows(

235: RAISE FND_API.G_EXC_ERROR;
236: END IF;
237: -- bug fix 3676064
238: IF (p_rel_type_code <>'AUTOPLACEMENT') THEN
239: IBE_Prod_Relation_PVT.Insert_Related_Items_Rows(
240: p_rel_type_code => p_rel_type_code ,
241: p_rel_rule_id => l_rule_id ,
242: p_origin_object_type => p_origin_object_type_tbl(i),
243: p_dest_object_type => p_dest_object_type_tbl(j) ,

Line 481: IBE_Prod_Relation_PVT.Remove_Invalid_Exclusions();

477:
478: IF (l_debug = 'Y') THEN
479: IBE_UTIL.debug('Deleting rows in IBE_CT_REL_EXCLUSIONS.');
480: END IF;
481: IBE_Prod_Relation_PVT.Remove_Invalid_Exclusions();
482: -- End of API body.
483: IF (l_debug = 'Y') THEN
484: IBE_UTIL.debug('IBE_Prod_Relation_Rule_PVT.Delete_Rule(-)');
485: END IF;