DBA Data[Home] [Help]

APPS.EGO_ICC_BULKLOAD_PVT dependencies on FND_MSG_PUB

Line 6901: FND_MSG_PUB.count_and_get ( p_count => l_count

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: );
6904:
6905: IF l_count = 1 THEN

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 6941: FND_MSG_PUB.count_and_get ( p_count => l_count

6937: );
6938: IF x_return_status = G_RET_STS_ERROR THEN
6939:
6940: write_debug('EGO_UPLOAD_PUB.createBaseAttributePages', 'Error Messages :');
6941: FND_MSG_PUB.count_and_get ( p_count => l_count
6942: ,p_data => x_return_msg
6943: );
6944: IF l_count = 1 THEN
6945: ERROR_HANDLER.Add_Error_Message(

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

Line 7127: FND_MSG_PUB.count_and_get ( p_count => l_msg_count

7123: IF x_return_status = G_RET_STS_ERROR THEN
7124:
7125: write_debug('EGO_EXT_FWK_PUB.Create_Association', l_msg_data);
7126:
7127: FND_MSG_PUB.count_and_get ( p_count => l_msg_count
7128: ,p_data => l_msg_data
7129: );
7130:
7131: IF l_msg_count = 1 THEN

Line 7143: p_message_text => 'EGO_EXT_FWK_PUB.Create_Association'||FND_MSG_PUB.get

7139: );
7140: ELSE
7141: FOR i in 1..l_msg_count LOOP
7142: ERROR_HANDLER.Add_Error_Message(
7143: p_message_text => 'EGO_EXT_FWK_PUB.Create_Association'||FND_MSG_PUB.get
7144: ,p_application_id => G_APPL_NAME
7145:
7146: ,p_row_identifier => p_ag_assoc_rec.transaction_id
7147: ,p_entity_code => l_entity_code

Line 7178: FND_MSG_PUB.count_and_get ( p_count => l_msg_count

7174:
7175: x_return_status := EGO_ITEM_PUB.G_RET_STS_ERROR;
7176: write_debug('EGO_EXT_FWK_PUB.Delete_Association', l_msg_data);
7177:
7178: FND_MSG_PUB.count_and_get ( p_count => l_msg_count
7179: ,p_data => l_msg_data
7180: );
7181:
7182: IF l_msg_count = 1 THEN

Line 7194: p_message_text => 'EGO_EXT_FWK_PUB.Delete_Association'||FND_MSG_PUB.get

7190: );
7191: ELSE
7192: FOR i in 1..l_msg_count LOOP
7193: ERROR_HANDLER.Add_Error_Message(
7194: p_message_text => 'EGO_EXT_FWK_PUB.Delete_Association'||FND_MSG_PUB.get
7195: ,p_application_id => G_APPL_NAME
7196:
7197: ,p_row_identifier => p_ag_assoc_rec.transaction_id
7198: ,p_entity_code => l_entity_code

Line 7306: FND_MSG_PUB.count_and_get ( p_count => l_msg_count

7302: IF x_return_status = G_RET_STS_ERROR THEN
7303:
7304: write_debug('EGO_EXT_FWK_PUB.Create_Mapping', l_msg_data);
7305:
7306: FND_MSG_PUB.count_and_get ( p_count => l_msg_count
7307: ,p_data => l_msg_data
7308: );
7309:
7310: IF l_msg_count = 1 THEN

Line 7322: p_message_text => 'EGO_EXT_FWK_PUB.Create_Mapping'||FND_MSG_PUB.get

7318: );
7319: ELSE
7320: FOR i in 1..l_msg_count LOOP
7321: ERROR_HANDLER.Add_Error_Message(
7322: p_message_text => 'EGO_EXT_FWK_PUB.Create_Mapping'||FND_MSG_PUB.get
7323: ,p_application_id => G_APPL_NAME
7324:
7325: ,p_row_identifier => p_func_param_assoc_rec.transaction_id
7326: ,p_entity_code => l_entity_code

Line 7362: FND_MSG_PUB.count_and_get ( p_count => l_msg_count

7358:
7359: IF x_return_status = G_RET_STS_ERROR THEN
7360: write_debug('EGO_EXT_FWK_PUB.Create_Mapping', l_msg_data);
7361:
7362: FND_MSG_PUB.count_and_get ( p_count => l_msg_count
7363: ,p_data => l_msg_data
7364: );
7365:
7366: IF l_msg_count = 1 THEN

Line 7378: p_message_text => 'EGO_EXT_FWK_PUB.Create_Mapping'||FND_MSG_PUB.get

7374: );
7375: ELSE
7376: FOR i in 1..l_msg_count LOOP
7377: ERROR_HANDLER.Add_Error_Message(
7378: p_message_text => 'EGO_EXT_FWK_PUB.Create_Mapping'||FND_MSG_PUB.get
7379: ,p_application_id => G_APPL_NAME
7380:
7381: ,p_row_identifier => p_func_param_assoc_rec.transaction_id
7382: ,p_entity_code => l_entity_code

Line 7413: FND_MSG_PUB.count_and_get ( p_count => l_msg_count

7409: IF x_return_status = G_RET_STS_ERROR THEN
7410:
7411: write_debug('EGO_EXT_FWK_PUB.Create_Mapping', l_msg_data);
7412:
7413: FND_MSG_PUB.count_and_get ( p_count => l_msg_count
7414: ,p_data => l_msg_data
7415: );
7416:
7417: IF l_msg_count = 1 THEN

Line 7429: p_message_text => 'EGO_EXT_FWK_PUB.Create_Mapping'||FND_MSG_PUB.get

7425: );
7426: ELSE
7427: FOR i in 1..l_msg_count LOOP
7428: ERROR_HANDLER.Add_Error_Message(
7429: p_message_text => 'EGO_EXT_FWK_PUB.Create_Mapping'||FND_MSG_PUB.get
7430: ,p_application_id => G_APPL_NAME
7431:
7432: ,p_row_identifier => p_func_param_assoc_rec.transaction_id
7433: ,p_entity_code => l_entity_code

Line 7498: FND_MSG_PUB.RESET; --- resets the message index pointer to top of table, since count_and_get is called in above api

7494: ,x_msg_data => l_msg_data
7495: );
7496:
7497: IF x_return_status <> G_RET_STS_SUCCESS THEN
7498: FND_MSG_PUB.RESET; --- resets the message index pointer to top of table, since count_and_get is called in above api
7499:
7500: FOR i in 1..l_msg_count LOOP
7501: ERROR_HANDLER.Add_Error_Message(
7502: p_message_text => FND_MSG_PUB.GET ( p_encoded => FND_API.G_FALSE)

Line 7502: p_message_text => FND_MSG_PUB.GET ( p_encoded => FND_API.G_FALSE)

7498: FND_MSG_PUB.RESET; --- resets the message index pointer to top of table, since count_and_get is called in above api
7499:
7500: FOR i in 1..l_msg_count LOOP
7501: ERROR_HANDLER.Add_Error_Message(
7502: p_message_text => FND_MSG_PUB.GET ( p_encoded => FND_API.G_FALSE)
7503: ,p_application_id => G_APPL_NAME
7504: ,p_message_type => G_TYPE_ERROR
7505: ,p_row_identifier => p_icc_vers_rec.transaction_id
7506: ,p_entity_code => l_entity_code

Line 8068: l_count := fnd_msg_pub.count_msg;

8064: l_token_table.DELETE;
8065:
8066:
8067: -- Log the messages from the TA creation API
8068: l_count := fnd_msg_pub.count_msg;
8069: FND_MSG_PUB.RESET; --- resets the message index pointer to top of table
8070:
8071: FOR i in 1..l_count LOOP
8072: ERROR_HANDLER.Add_Error_Message(

Line 8069: FND_MSG_PUB.RESET; --- resets the message index pointer to top of table

8065:
8066:
8067: -- Log the messages from the TA creation API
8068: l_count := fnd_msg_pub.count_msg;
8069: FND_MSG_PUB.RESET; --- resets the message index pointer to top of table
8070:
8071: FOR i in 1..l_count LOOP
8072: ERROR_HANDLER.Add_Error_Message(
8073: p_message_text => FND_MSG_PUB.GET ( p_encoded => FND_API.G_FALSE) --- bug 9750497, 9756337

Line 8073: p_message_text => FND_MSG_PUB.GET ( p_encoded => FND_API.G_FALSE) --- bug 9750497, 9756337

8069: FND_MSG_PUB.RESET; --- resets the message index pointer to top of table
8070:
8071: FOR i in 1..l_count LOOP
8072: ERROR_HANDLER.Add_Error_Message(
8073: p_message_text => FND_MSG_PUB.GET ( p_encoded => FND_API.G_FALSE) --- bug 9750497, 9756337
8074: ,p_application_id => G_APPL_NAME
8075: ,p_token_tbl => l_token_table
8076: ,p_message_type => G_TYPE_WARNING
8077: ,p_row_identifier => p_icc_vers_rec.transaction_id

Line 9607: FND_MSG_PUB.RESET; --- resets the message index pointer to top of table, since count_and_get is called in above api

9603: ,x_msg_data => l_msg_data
9604: );
9605:
9606: IF x_return_status <> G_RET_STS_SUCCESS THEN
9607: FND_MSG_PUB.RESET; --- resets the message index pointer to top of table, since count_and_get is called in above api
9608:
9609: FOR i in 1..l_msg_count LOOP
9610: ERROR_HANDLER.Add_Error_Message(
9611: p_message_text => FND_MSG_PUB.GET ( p_encoded => FND_API.G_FALSE)

Line 9611: p_message_text => FND_MSG_PUB.GET ( p_encoded => FND_API.G_FALSE)

9607: FND_MSG_PUB.RESET; --- resets the message index pointer to top of table, since count_and_get is called in above api
9608:
9609: FOR i in 1..l_msg_count LOOP
9610: ERROR_HANDLER.Add_Error_Message(
9611: p_message_text => FND_MSG_PUB.GET ( p_encoded => FND_API.G_FALSE)
9612: ,p_application_id => G_APPL_NAME
9613: ,p_message_type => G_TYPE_ERROR
9614: --,p_row_identifier
9615: ,p_entity_code => G_ENTITY_ICC_VERSION

Line 9916: FND_MSG_PUB.initialize;

9912: ---
9913: --- initializing once since while calling ego_ext_fwk_pub APIS we need not initialize explicitly --
9914: --- changed during bug 9767869
9915: ---
9916: FND_MSG_PUB.initialize;
9917:
9918:
9919: write_debug (l_proc_name, 'Calling function metadata load');
9920: ----*************************