DBA Data[Home] [Help]

APPS.ICX_TEMPLATE_HEIRARCHY dependencies on FND_API

Line 517: p_init_msg_list => FND_API.G_TRUE ,

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 ,
520: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
521: p_return_status => l_return_status ,

Line 518: p_simulate => FND_API.G_FALSE ,

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 ,
520: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
521: p_return_status => l_return_status ,
522: p_msg_count => l_msg_count ,

Line 519: p_commit => FND_API.G_TRUE ,

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 ,
520: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
521: p_return_status => l_return_status ,
522: p_msg_count => l_msg_count ,
523: p_msg_data => l_msg_data ,

Line 520: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,

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 ,
520: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
521: p_return_status => l_return_status ,
522: p_msg_count => l_msg_count ,
523: p_msg_data => l_msg_data ,
524: p_template => icx_template1 ,

Line 537: p_init_msg_list => FND_API.G_FALSE ,

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 ,
540: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
541: p_return_status => l_return_status ,

Line 538: p_simulate => FND_API.G_FALSE ,

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 ,
540: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
541: p_return_status => l_return_status ,
542: p_msg_count => l_msg_count ,

Line 539: p_commit => FND_API.G_TRUE ,

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 ,
540: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
541: p_return_status => l_return_status ,
542: p_msg_count => l_msg_count ,
543: p_msg_data => l_msg_data ,

Line 540: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,

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 ,
540: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
541: p_return_status => l_return_status ,
542: p_msg_count => l_msg_count ,
543: p_msg_data => l_msg_data ,
544: p_template => icx_template1 ,

Line 592: p_init_msg_list => FND_API.G_TRUE ,

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 ,
595: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
596: p_return_status => l_return_status ,

Line 593: p_simulate => FND_API.G_FALSE ,

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 ,
595: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
596: p_return_status => l_return_status ,
597: p_msg_count => l_msg_count ,

Line 594: p_commit => FND_API.G_TRUE ,

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 ,
595: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
596: p_return_status => l_return_status ,
597: p_msg_count => l_msg_count ,
598: p_msg_data => l_msg_data ,

Line 595: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,

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 ,
595: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
596: p_return_status => l_return_status ,
597: p_msg_count => l_msg_count ,
598: p_msg_data => l_msg_data ,
599: p_template => l_icx_template1 ,