DBA Data[Home] [Help]

APPS.ICX_TEMPLATE_HEIRARCHY dependencies on ICX_RELATED_TEMPLATES_PUB

Line 515: ICX_Related_Templates_PUB.Insert_Relation

511:
512: -- insert top relation for this category if needed
513: if icx_relation = 'TOP' then
514:
515: ICX_Related_Templates_PUB.Insert_Relation
516: ( p_api_version_number => 1.0 ,
517: p_init_msg_list => FND_API.G_TRUE ,
518: p_simulate => FND_API.G_FALSE ,
519: p_commit => FND_API.G_TRUE ,

Line 535: ICX_Related_Templates_PUB.Insert_Relation

531:
532:
533: -- insert child relation for this category if needed
534: if l_return_status = 'S' and icx_related_template is not null then
535: ICX_Related_Templates_PUB.Insert_Relation
536: ( p_api_version_number => 1.0 ,
537: p_init_msg_list => FND_API.G_FALSE ,
538: p_simulate => FND_API.G_FALSE ,
539: p_commit => FND_API.G_TRUE ,

Line 590: ICX_Related_Templates_PUB.Delete_Relation

586:
587:
588: -- delete relation
589:
590: ICX_Related_Templates_PUB.Delete_Relation
591: ( p_api_version_number => 1.0 ,
592: p_init_msg_list => FND_API.G_TRUE ,
593: p_simulate => FND_API.G_FALSE ,
594: p_commit => FND_API.G_TRUE ,