DBA Data[Home] [Help]

APPS.EGO_UPLOAD_PUB dependencies on FND_API

Line 390: IF FND_API.TO_BOOLEAN(x_return_status) THEN

386: , x_return_status => x_return_status
387: , x_errorcode => l_errorcode
388: , x_grant_guid => l_grant_guid
389: );
390: IF FND_API.TO_BOOLEAN(x_return_status) THEN
391: x_return_status := EGO_ITEM_PUB.G_RET_STS_SUCCESS;
392: ELSE
393: x_return_status := EGO_ITEM_PUB.G_RET_STS_ERROR;
394: END IF;

Line 396: IF FND_API.TO_BOOLEAN(p_commit) AND

392: ELSE
393: x_return_status := EGO_ITEM_PUB.G_RET_STS_ERROR;
394: END IF;
395: END IF;
396: IF FND_API.TO_BOOLEAN(p_commit) AND
397: x_return_status = EGO_ITEM_PUB.G_RET_STS_SUCCESS THEN
398: COMMIT WORK;
399: END IF;
400: -- code_debug('Sync_Catalog_Group returning with status '||x_return_status);

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

465: ,p_attr_group_id => l_attr_group_id
466: ,p_enabled_flag => p_enabled_flag
467: ,p_view_privilege_id => NULL --ignored for now
468: ,p_edit_privilege_id => NULL --ignored for now
469: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
470: ,p_commit => p_commit
471: ,x_association_id => x_association_id
472: ,x_return_status => x_return_status
473: ,x_errorcode => l_errorcode

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

480: ,p_association_id => x_association_id
481: ,p_enabled_flag => p_enabled_flag
482: ,p_view_privilege_id => NULL --ignored for now
483: ,p_edit_privilege_id => NULL --ignored for now
484: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
485: ,p_commit => p_commit
486: ,x_return_status => x_return_status
487: ,x_errorcode => l_errorcode
488: ,x_msg_count => x_msg_count

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

550: ,p_internal_name => p_page_int_name
551: ,p_display_name => p_name
552: ,p_description => p_desc
553: ,p_sequence => p_sequence
554: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
555: ,p_commit => p_commit
556: ,x_page_id => x_page_id
557: ,x_return_status => x_return_status
558: ,x_errorcode => l_errorcode

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

566: ,p_internal_name => p_page_int_name
567: ,p_display_name => p_name
568: ,p_description => p_desc
569: ,p_sequence => p_sequence
570: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
571: ,p_commit => p_commit
572: -- ,p_is_nls_mode IN VARCHAR2 DEFAULT FND_API.G_FALSE
573: ,x_return_status => x_return_status
574: ,x_errorcode => l_errorcode

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

568: ,p_description => p_desc
569: ,p_sequence => p_sequence
570: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
571: ,p_commit => p_commit
572: -- ,p_is_nls_mode IN VARCHAR2 DEFAULT FND_API.G_FALSE
573: ,x_return_status => x_return_status
574: ,x_errorcode => l_errorcode
575: ,x_msg_count => x_msg_count
576: ,x_msg_data => x_msg_data

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

668: ,p_page_id => l_page_id
669: ,p_association_id => l_association_id
670: ,p_sequence => p_sequence
671: ,p_classification_code => TO_CHAR(l_catalog_group_id)
672: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
673: ,p_commit => p_commit
674: ,x_return_status => x_return_status
675: ,x_errorcode => l_errorcode
676: ,x_msg_count => x_msg_count

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

686: ,p_page_id => l_page_id
687: ,p_new_association_id => l_association_id
688: ,p_old_association_id => l_association_id
689: ,p_sequence => p_sequence
690: -- ,p_init_msg_list IN VARCHAR2 := fnd_api.g_FALSE
691: ,p_commit => p_commit
692: ,x_return_status => x_return_status
693: ,x_errorcode => l_errorcode
694: ,x_msg_count => x_msg_count