DBA Data[Home] [Help]

APPS.ICX_CAT dependencies on ICX_RELATED_CATEGORIES_PUB

Line 582: ICX_Related_Categories_PUB.Insert_Relation

578:
579: -- insert top relation for this category if needed
580: if icx_relation = 'TOP' then
581:
582: ICX_Related_Categories_PUB.Insert_Relation
583: ( p_api_version_number => 1.0 ,
584: p_init_msg_list => FND_API.G_TRUE ,
585: p_simulate => FND_API.G_FALSE ,
586: p_commit => FND_API.G_TRUE ,

Line 605: ICX_Related_Categories_PUB.Insert_Relation

601:
602:
603: -- insert child relation for this category if needed
604: if l_return_status = 'S' and icx_related_category is not null then
605: ICX_Related_Categories_PUB.Insert_Relation
606: ( p_api_version_number => 1.0 ,
607: p_init_msg_list => FND_API.G_FALSE ,
608: p_simulate => FND_API.G_FALSE ,
609: p_commit => FND_API.G_TRUE ,

Line 669: ICX_Related_Categories_PUB.Delete_Relation

665:
666:
667: -- delete relation
668:
669: ICX_Related_Categories_PUB.Delete_Relation
670: ( p_api_version_number => 1.0 ,
671: p_init_msg_list => FND_API.G_TRUE ,
672: p_simulate => FND_API.G_FALSE ,
673: p_commit => FND_API.G_TRUE ,