DBA Data[Home] [Help]

APPS.EGO_ICC_BULKLOAD_PVT dependencies on EGO_SECURITY_PUB

Line 6875: EGO_SECURITY_PUB.grant_role_guid(

6871: ---***************************************************
6872:
6873:
6874: l_entity_code := G_ENTITY_ICC_HEADER;
6875: EGO_SECURITY_PUB.grant_role_guid(
6876: p_api_version => 1.0
6877: , p_role_name => 'EGO_CATALOG_GROUP_USER'
6878: , p_object_name => 'EGO_CATALOG_GROUP'
6879: , p_instance_type => EGO_ITEM_PUB.G_INSTANCE_TYPE_INSTANCE

Line 6899: write_debug('EGO_SECURITY_PUB.grant_role_guid', 'Error Messages :');

6895:
6896: ELSE
6897:
6898: x_return_status := EGO_ITEM_PUB.G_RET_STS_ERROR;
6899: write_debug('EGO_SECURITY_PUB.grant_role_guid', 'Error Messages :');
6900:
6901: FND_MSG_PUB.count_and_get ( p_count => l_count
6902: ,p_data => x_return_msg
6903: );

Line 6907: p_message_text => 'EGO_SECURITY_PUB.grant_role_guid'||x_return_msg

6903: );
6904:
6905: IF l_count = 1 THEN
6906: ERROR_HANDLER.Add_Error_Message(
6907: p_message_text => 'EGO_SECURITY_PUB.grant_role_guid'||x_return_msg
6908: ,p_application_id => G_APPL_NAME
6909:
6910: ,p_row_identifier => p_icc_rec.transaction_id
6911: ,p_entity_code => l_entity_code

Line 6917: p_message_text => 'EGO_SECURITY_PUB.grant_role_guid'||FND_MSG_PUB.get

6913: );
6914: ELSE
6915: FOR i in 1..l_count LOOP
6916: ERROR_HANDLER.Add_Error_Message(
6917: p_message_text => 'EGO_SECURITY_PUB.grant_role_guid'||FND_MSG_PUB.get
6918: ,p_application_id => G_APPL_NAME
6919:
6920: ,p_row_identifier => p_icc_rec.transaction_id
6921: ,p_entity_code => l_entity_code

Line 6946: p_message_text => 'EGO_SECURITY_PUB.grant_role_guid'||x_return_msg

6942: ,p_data => x_return_msg
6943: );
6944: IF l_count = 1 THEN
6945: ERROR_HANDLER.Add_Error_Message(
6946: p_message_text => 'EGO_SECURITY_PUB.grant_role_guid'||x_return_msg
6947: ,p_application_id => G_APPL_NAME
6948:
6949: ,p_row_identifier => p_icc_rec.transaction_id
6950: ,p_entity_code => l_entity_code

Line 6956: p_message_text => 'EGO_SECURITY_PUB.grant_role_guid'||FND_MSG_PUB.get

6952: );
6953: ELSE
6954: FOR i in 1..l_count LOOP
6955: ERROR_HANDLER.Add_Error_Message(
6956: p_message_text => 'EGO_SECURITY_PUB.grant_role_guid'||FND_MSG_PUB.get
6957: ,p_application_id => G_APPL_NAME
6958:
6959: ,p_row_identifier => p_icc_rec.transaction_id
6960: ,p_entity_code => l_entity_code