DBA Data[Home] [Help]

APPS.EGO_UPLOAD_PUB dependencies on FND_API

Line 530: IF FND_API.TO_BOOLEAN(x_return_status) THEN

526: , x_return_status => x_return_status
527: , x_errorcode => l_errorcode
528: , x_grant_guid => l_grant_guid
529: );
530: IF FND_API.TO_BOOLEAN(x_return_status) THEN
531: x_return_status := EGO_ITEM_PUB.G_RET_STS_SUCCESS;
532: ELSE
533: x_return_status := EGO_ITEM_PUB.G_RET_STS_ERROR;
534: END IF;

Line 536: IF FND_API.TO_BOOLEAN(p_commit) AND

532: ELSE
533: x_return_status := EGO_ITEM_PUB.G_RET_STS_ERROR;
534: END IF;
535: END IF;
536: IF FND_API.TO_BOOLEAN(p_commit) AND
537: x_return_status = EGO_ITEM_PUB.G_RET_STS_SUCCESS THEN
538: COMMIT WORK;
539: END IF;
540: -- code_debug('Sync_Catalog_Group returning with status '||x_return_status);

Line 609: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE

605: ,p_attr_group_id => l_attr_group_id
606: ,p_enabled_flag => p_enabled_flag
607: ,p_view_privilege_id => NULL --ignored for now
608: ,p_edit_privilege_id => NULL --ignored for now
609: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
610: ,p_commit => p_commit
611: ,x_association_id => x_association_id
612: ,x_return_status => x_return_status
613: ,x_errorcode => l_errorcode

Line 624: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE

620: ,p_association_id => x_association_id
621: ,p_enabled_flag => p_enabled_flag
622: ,p_view_privilege_id => NULL --ignored for now
623: ,p_edit_privilege_id => NULL --ignored for now
624: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
625: ,p_commit => p_commit
626: ,x_return_status => x_return_status
627: ,x_errorcode => l_errorcode
628: ,x_msg_count => x_msg_count

Line 694: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE

690: ,p_internal_name => p_page_int_name
691: ,p_display_name => p_name
692: ,p_description => p_desc
693: ,p_sequence => p_sequence
694: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
695: ,p_commit => p_commit
696: ,x_page_id => x_page_id
697: ,x_return_status => x_return_status
698: ,x_errorcode => l_errorcode

Line 710: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE

706: ,p_internal_name => p_page_int_name
707: ,p_display_name => p_name
708: ,p_description => p_desc
709: ,p_sequence => p_sequence
710: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
711: ,p_commit => p_commit
712: -- ,p_is_nls_mode IN VARCHAR2 DEFAULT FND_API.G_FALSE
713: ,x_return_status => x_return_status
714: ,x_errorcode => l_errorcode

Line 712: -- ,p_is_nls_mode IN VARCHAR2 DEFAULT FND_API.G_FALSE

708: ,p_description => p_desc
709: ,p_sequence => p_sequence
710: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
711: ,p_commit => p_commit
712: -- ,p_is_nls_mode IN VARCHAR2 DEFAULT FND_API.G_FALSE
713: ,x_return_status => x_return_status
714: ,x_errorcode => l_errorcode
715: ,x_msg_count => x_msg_count
716: ,x_msg_data => x_msg_data

Line 838: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE

834: ,p_page_id => l_page_id
835: ,p_association_id => l_association_id
836: ,p_sequence => p_sequence
837: ,p_classification_code => TO_CHAR(l_catalog_group_id)
838: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
839: ,p_commit => p_commit
840: ,x_return_status => x_return_status
841: ,x_errorcode => l_errorcode
842: ,x_msg_count => x_msg_count

Line 856: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE

852: ,p_page_id => l_page_id
853: ,p_new_association_id => l_association_id
854: ,p_old_association_id => l_association_id
855: ,p_sequence => p_sequence
856: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
857: ,p_commit => p_commit
858: ,x_return_status => x_return_status
859: ,x_errorcode => l_errorcode
860: ,x_msg_count => x_msg_count