DBA Data[Home] [Help]

APPS.EGO_ICC_BULKLOAD_PVT dependencies on FND_API

Line 4338: p_icc_rec.Segment1 <> FND_API.G_MISS_CHAR

4334: RETURN BOOLEAN
4335: IS
4336: BEGIN
4337: IF ( (p_icc_rec.Segment1 IS NOT NULL AND
4338: p_icc_rec.Segment1 <> FND_API.G_MISS_CHAR
4339: ) OR
4340: (p_icc_rec.Segment2 IS NOT NULL AND
4341: p_icc_rec.Segment2 <> FND_API.G_MISS_CHAR
4342: ) OR

Line 4341: p_icc_rec.Segment2 <> FND_API.G_MISS_CHAR

4337: IF ( (p_icc_rec.Segment1 IS NOT NULL AND
4338: p_icc_rec.Segment1 <> FND_API.G_MISS_CHAR
4339: ) OR
4340: (p_icc_rec.Segment2 IS NOT NULL AND
4341: p_icc_rec.Segment2 <> FND_API.G_MISS_CHAR
4342: ) OR
4343: (p_icc_rec.Segment3 IS NOT NULL AND
4344: p_icc_rec.Segment3 <> FND_API.G_MISS_CHAR
4345: ) OR

Line 4344: p_icc_rec.Segment3 <> FND_API.G_MISS_CHAR

4340: (p_icc_rec.Segment2 IS NOT NULL AND
4341: p_icc_rec.Segment2 <> FND_API.G_MISS_CHAR
4342: ) OR
4343: (p_icc_rec.Segment3 IS NOT NULL AND
4344: p_icc_rec.Segment3 <> FND_API.G_MISS_CHAR
4345: ) OR
4346: (p_icc_rec.Segment4 IS NOT NULL AND
4347: p_icc_rec.Segment4 <> FND_API.G_MISS_CHAR
4348: ) OR

Line 4347: p_icc_rec.Segment4 <> FND_API.G_MISS_CHAR

4343: (p_icc_rec.Segment3 IS NOT NULL AND
4344: p_icc_rec.Segment3 <> FND_API.G_MISS_CHAR
4345: ) OR
4346: (p_icc_rec.Segment4 IS NOT NULL AND
4347: p_icc_rec.Segment4 <> FND_API.G_MISS_CHAR
4348: ) OR
4349: (p_icc_rec.Segment5 IS NOT NULL AND
4350: p_icc_rec.Segment5 <> FND_API.G_MISS_CHAR
4351: ) OR

Line 4350: p_icc_rec.Segment5 <> FND_API.G_MISS_CHAR

4346: (p_icc_rec.Segment4 IS NOT NULL AND
4347: p_icc_rec.Segment4 <> FND_API.G_MISS_CHAR
4348: ) OR
4349: (p_icc_rec.Segment5 IS NOT NULL AND
4350: p_icc_rec.Segment5 <> FND_API.G_MISS_CHAR
4351: ) OR
4352: (p_icc_rec.Segment6 IS NOT NULL AND
4353: p_icc_rec.Segment6 <> FND_API.G_MISS_CHAR
4354: ) OR

Line 4353: p_icc_rec.Segment6 <> FND_API.G_MISS_CHAR

4349: (p_icc_rec.Segment5 IS NOT NULL AND
4350: p_icc_rec.Segment5 <> FND_API.G_MISS_CHAR
4351: ) OR
4352: (p_icc_rec.Segment6 IS NOT NULL AND
4353: p_icc_rec.Segment6 <> FND_API.G_MISS_CHAR
4354: ) OR
4355: (p_icc_rec.Segment7 IS NOT NULL AND
4356: p_icc_rec.Segment7 <> FND_API.G_MISS_CHAR
4357: ) OR

Line 4356: p_icc_rec.Segment7 <> FND_API.G_MISS_CHAR

4352: (p_icc_rec.Segment6 IS NOT NULL AND
4353: p_icc_rec.Segment6 <> FND_API.G_MISS_CHAR
4354: ) OR
4355: (p_icc_rec.Segment7 IS NOT NULL AND
4356: p_icc_rec.Segment7 <> FND_API.G_MISS_CHAR
4357: ) OR
4358: (p_icc_rec.Segment8 IS NOT NULL AND
4359: p_icc_rec.Segment8 <> FND_API.G_MISS_CHAR
4360: ) OR

Line 4359: p_icc_rec.Segment8 <> FND_API.G_MISS_CHAR

4355: (p_icc_rec.Segment7 IS NOT NULL AND
4356: p_icc_rec.Segment7 <> FND_API.G_MISS_CHAR
4357: ) OR
4358: (p_icc_rec.Segment8 IS NOT NULL AND
4359: p_icc_rec.Segment8 <> FND_API.G_MISS_CHAR
4360: ) OR
4361: (p_icc_rec.Segment9 IS NOT NULL AND
4362: p_icc_rec.Segment9 <> FND_API.G_MISS_CHAR
4363: ) OR

Line 4362: p_icc_rec.Segment9 <> FND_API.G_MISS_CHAR

4358: (p_icc_rec.Segment8 IS NOT NULL AND
4359: p_icc_rec.Segment8 <> FND_API.G_MISS_CHAR
4360: ) OR
4361: (p_icc_rec.Segment9 IS NOT NULL AND
4362: p_icc_rec.Segment9 <> FND_API.G_MISS_CHAR
4363: ) OR
4364: (p_icc_rec.Segment10 IS NOT NULL AND
4365: p_icc_rec.Segment10 <> FND_API.G_MISS_CHAR
4366: ) OR

Line 4365: p_icc_rec.Segment10 <> FND_API.G_MISS_CHAR

4361: (p_icc_rec.Segment9 IS NOT NULL AND
4362: p_icc_rec.Segment9 <> FND_API.G_MISS_CHAR
4363: ) OR
4364: (p_icc_rec.Segment10 IS NOT NULL AND
4365: p_icc_rec.Segment10 <> FND_API.G_MISS_CHAR
4366: ) OR
4367: (p_icc_rec.Segment11 IS NOT NULL AND
4368: p_icc_rec.Segment12 <> FND_API.G_MISS_CHAR
4369: ) OR

Line 4368: p_icc_rec.Segment12 <> FND_API.G_MISS_CHAR

4364: (p_icc_rec.Segment10 IS NOT NULL AND
4365: p_icc_rec.Segment10 <> FND_API.G_MISS_CHAR
4366: ) OR
4367: (p_icc_rec.Segment11 IS NOT NULL AND
4368: p_icc_rec.Segment12 <> FND_API.G_MISS_CHAR
4369: ) OR
4370: (p_icc_rec.Segment13 IS NOT NULL AND
4371: p_icc_rec.Segment13 <> FND_API.G_MISS_CHAR
4372: ) OR

Line 4371: p_icc_rec.Segment13 <> FND_API.G_MISS_CHAR

4367: (p_icc_rec.Segment11 IS NOT NULL AND
4368: p_icc_rec.Segment12 <> FND_API.G_MISS_CHAR
4369: ) OR
4370: (p_icc_rec.Segment13 IS NOT NULL AND
4371: p_icc_rec.Segment13 <> FND_API.G_MISS_CHAR
4372: ) OR
4373: (p_icc_rec.Segment14 IS NOT NULL AND
4374: p_icc_rec.Segment14 <> FND_API.G_MISS_CHAR
4375: ) OR

Line 4374: p_icc_rec.Segment14 <> FND_API.G_MISS_CHAR

4370: (p_icc_rec.Segment13 IS NOT NULL AND
4371: p_icc_rec.Segment13 <> FND_API.G_MISS_CHAR
4372: ) OR
4373: (p_icc_rec.Segment14 IS NOT NULL AND
4374: p_icc_rec.Segment14 <> FND_API.G_MISS_CHAR
4375: ) OR
4376: (p_icc_rec.Segment15 IS NOT NULL AND
4377: p_icc_rec.Segment15 <> FND_API.G_MISS_CHAR
4378: ) OR

Line 4377: p_icc_rec.Segment15 <> FND_API.G_MISS_CHAR

4373: (p_icc_rec.Segment14 IS NOT NULL AND
4374: p_icc_rec.Segment14 <> FND_API.G_MISS_CHAR
4375: ) OR
4376: (p_icc_rec.Segment15 IS NOT NULL AND
4377: p_icc_rec.Segment15 <> FND_API.G_MISS_CHAR
4378: ) OR
4379: (p_icc_rec.Segment16 IS NOT NULL AND
4380: p_icc_rec.Segment16 <> FND_API.G_MISS_CHAR
4381: ) OR

Line 4380: p_icc_rec.Segment16 <> FND_API.G_MISS_CHAR

4376: (p_icc_rec.Segment15 IS NOT NULL AND
4377: p_icc_rec.Segment15 <> FND_API.G_MISS_CHAR
4378: ) OR
4379: (p_icc_rec.Segment16 IS NOT NULL AND
4380: p_icc_rec.Segment16 <> FND_API.G_MISS_CHAR
4381: ) OR
4382: (p_icc_rec.Segment17 IS NOT NULL AND
4383: p_icc_rec.Segment17 <> FND_API.G_MISS_CHAR
4384: ) OR

Line 4383: p_icc_rec.Segment17 <> FND_API.G_MISS_CHAR

4379: (p_icc_rec.Segment16 IS NOT NULL AND
4380: p_icc_rec.Segment16 <> FND_API.G_MISS_CHAR
4381: ) OR
4382: (p_icc_rec.Segment17 IS NOT NULL AND
4383: p_icc_rec.Segment17 <> FND_API.G_MISS_CHAR
4384: ) OR
4385: (p_icc_rec.Segment18 IS NOT NULL AND
4386: p_icc_rec.Segment18 <> FND_API.G_MISS_CHAR
4387: ) OR

Line 4386: p_icc_rec.Segment18 <> FND_API.G_MISS_CHAR

4382: (p_icc_rec.Segment17 IS NOT NULL AND
4383: p_icc_rec.Segment17 <> FND_API.G_MISS_CHAR
4384: ) OR
4385: (p_icc_rec.Segment18 IS NOT NULL AND
4386: p_icc_rec.Segment18 <> FND_API.G_MISS_CHAR
4387: ) OR
4388: (p_icc_rec.Segment19 IS NOT NULL AND
4389: p_icc_rec.Segment19<> FND_API.G_MISS_CHAR
4390: ) OR

Line 4389: p_icc_rec.Segment19<> FND_API.G_MISS_CHAR

4385: (p_icc_rec.Segment18 IS NOT NULL AND
4386: p_icc_rec.Segment18 <> FND_API.G_MISS_CHAR
4387: ) OR
4388: (p_icc_rec.Segment19 IS NOT NULL AND
4389: p_icc_rec.Segment19<> FND_API.G_MISS_CHAR
4390: ) OR
4391: (p_icc_rec.Segment20 IS NOT NULL AND
4392: p_icc_rec.Segment20 <> FND_API.G_MISS_CHAR
4393: )

Line 4392: p_icc_rec.Segment20 <> FND_API.G_MISS_CHAR

4388: (p_icc_rec.Segment19 IS NOT NULL AND
4389: p_icc_rec.Segment19<> FND_API.G_MISS_CHAR
4390: ) OR
4391: (p_icc_rec.Segment20 IS NOT NULL AND
4392: p_icc_rec.Segment20 <> FND_API.G_MISS_CHAR
4393: )
4394: )
4395: THEN
4396: return true;

Line 5756: ,p_init_msg_list => FND_API.G_false

5752: ,p_description => null
5753: ,p_function_id => p_function_id
5754: ,p_enable_key_attrs => p_enable_key_attrs
5755: ,p_security_privilege_id => NULL
5756: ,p_init_msg_list => FND_API.G_false
5757: ,p_commit => FND_API.G_FALSE
5758: ,x_action_id => x_action_id
5759: ,x_return_status => x_return_status
5760: ,x_errorcode => l_error_code

Line 5757: ,p_commit => FND_API.G_FALSE

5753: ,p_function_id => p_function_id
5754: ,p_enable_key_attrs => p_enable_key_attrs
5755: ,p_security_privilege_id => NULL
5756: ,p_init_msg_list => FND_API.G_false
5757: ,p_commit => FND_API.G_FALSE
5758: ,x_action_id => x_action_id
5759: ,x_return_status => x_return_status
5760: ,x_errorcode => l_error_code
5761: ,x_msg_count => l_msg_count

Line 5771: ,p_init_msg_list => fnd_api.g_FALSE

5767: EGO_EXT_FWK_PUB.Create_Action_Display (
5768: p_api_version => 1.0
5769: ,p_action_id => x_action_id
5770: ,p_trigger_code => NULL
5771: ,p_init_msg_list => fnd_api.g_FALSE
5772: ,p_commit => fnd_api.g_FALSE
5773: ,x_return_status => x_return_status
5774: ,x_errorcode => l_error_code
5775: ,x_msg_count => l_msg_count

Line 5772: ,p_commit => fnd_api.g_FALSE

5768: p_api_version => 1.0
5769: ,p_action_id => x_action_id
5770: ,p_trigger_code => NULL
5771: ,p_init_msg_list => fnd_api.g_FALSE
5772: ,p_commit => fnd_api.g_FALSE
5773: ,x_return_status => x_return_status
5774: ,x_errorcode => l_error_code
5775: ,x_msg_count => l_msg_count
5776: ,x_msg_data => x_return_msg

Line 5820: ,p_init_msg_list => FND_API.G_false

5816: ,p_description => null
5817: ,p_function_id => p_function_id
5818: ,p_enable_key_attrs => p_enable_key_attrs
5819: ,p_security_privilege_id => null
5820: ,p_init_msg_list => FND_API.G_false
5821: ,p_commit => FND_API.G_FALSE
5822: ,x_return_status => x_return_status
5823: ,x_errorcode => l_error_code
5824: ,x_msg_count => l_msg_count

Line 5821: ,p_commit => FND_API.G_FALSE

5817: ,p_function_id => p_function_id
5818: ,p_enable_key_attrs => p_enable_key_attrs
5819: ,p_security_privilege_id => null
5820: ,p_init_msg_list => FND_API.G_false
5821: ,p_commit => FND_API.G_FALSE
5822: ,x_return_status => x_return_status
5823: ,x_errorcode => l_error_code
5824: ,x_msg_count => l_msg_count
5825: ,x_msg_data => x_return_msg

Line 5856: ,p_init_msg_list => FND_API.g_false

5852:
5853: EGO_EXT_FWK_PUB.Delete_Action (
5854: p_api_version => 1.0
5855: ,p_action_id => p_action_id
5856: ,p_init_msg_list => FND_API.g_false
5857: ,p_commit => FND_API.g_false
5858: ,x_return_status => x_return_status
5859: ,x_errorcode => l_error_code
5860: ,x_msg_count => l_msg_count

Line 5857: ,p_commit => FND_API.g_false

5853: EGO_EXT_FWK_PUB.Delete_Action (
5854: p_api_version => 1.0
5855: ,p_action_id => p_action_id
5856: ,p_init_msg_list => FND_API.g_false
5857: ,p_commit => FND_API.g_false
5858: ,x_return_status => x_return_status
5859: ,x_errorcode => l_error_code
5860: ,x_msg_count => l_msg_count
5861: ,x_msg_data => x_return_msg

Line 5869: ,p_init_msg_list => FND_API.g_false

5865:
5866: EGO_EXT_FWK_PUB.Delete_Action_Display (
5867: p_api_version => 1.0
5868: ,p_action_id => p_action_id
5869: ,p_init_msg_list => FND_API.g_false
5870: ,p_commit => FND_API.g_false
5871: ,x_return_status => x_return_status
5872: ,x_errorcode => l_error_code
5873: ,x_msg_count => l_msg_count

Line 5870: ,p_commit => FND_API.g_false

5866: EGO_EXT_FWK_PUB.Delete_Action_Display (
5867: p_api_version => 1.0
5868: ,p_action_id => p_action_id
5869: ,p_init_msg_list => FND_API.g_false
5870: ,p_commit => FND_API.g_false
5871: ,x_return_status => x_return_status
5872: ,x_errorcode => l_error_code
5873: ,x_msg_count => l_msg_count
5874: ,x_msg_data => x_return_msg

Line 6893: IF FND_API.TO_BOOLEAN(x_return_status) THEN

6889: , x_return_status => x_return_status
6890: , x_errorcode => l_error_code
6891: , x_grant_guid => l_grant_guid
6892: );
6893: IF FND_API.TO_BOOLEAN(x_return_status) THEN
6894: x_return_status := EGO_ITEM_PUB.G_RET_STS_SUCCESS;
6895:
6896: ELSE
6897:

Line 7115: ,p_init_msg_list => fnd_api.g_FALSE

7111: ,p_attr_group_id => p_ag_assoc_rec.attr_group_id
7112: ,p_enabled_flag => 'Y'
7113: ,p_view_privilege_id => NULL --ignored for now
7114: ,p_edit_privilege_id => NULL --ignored for now
7115: ,p_init_msg_list => fnd_api.g_FALSE
7116: ,p_commit => fnd_api.g_FALSE
7117: ,x_association_id => l_association_id
7118: ,x_return_status => x_return_status
7119: ,x_errorcode => l_error_code

Line 7116: ,p_commit => fnd_api.g_FALSE

7112: ,p_enabled_flag => 'Y'
7113: ,p_view_privilege_id => NULL --ignored for now
7114: ,p_edit_privilege_id => NULL --ignored for now
7115: ,p_init_msg_list => fnd_api.g_FALSE
7116: ,p_commit => fnd_api.g_FALSE
7117: ,x_association_id => l_association_id
7118: ,x_return_status => x_return_status
7119: ,x_errorcode => l_error_code
7120: ,x_msg_count => l_msg_count

Line 7164: ,p_init_msg_list => fnd_api.g_FALSE

7160:
7161: EGO_EXT_FWK_PUB.Delete_Association (
7162: p_api_version => 1.0
7163: ,p_association_id => p_ag_assoc_rec.association_id
7164: ,p_init_msg_list => fnd_api.g_FALSE
7165: ,p_commit => fnd_api.g_FALSE
7166: ,p_force => fnd_api.g_FALSE
7167: ,x_return_status => x_return_status
7168: ,x_errorcode => l_error_code

Line 7165: ,p_commit => fnd_api.g_FALSE

7161: EGO_EXT_FWK_PUB.Delete_Association (
7162: p_api_version => 1.0
7163: ,p_association_id => p_ag_assoc_rec.association_id
7164: ,p_init_msg_list => fnd_api.g_FALSE
7165: ,p_commit => fnd_api.g_FALSE
7166: ,p_force => fnd_api.g_FALSE
7167: ,x_return_status => x_return_status
7168: ,x_errorcode => l_error_code
7169: ,x_msg_count => l_msg_count

Line 7166: ,p_force => fnd_api.g_FALSE

7162: p_api_version => 1.0
7163: ,p_association_id => p_ag_assoc_rec.association_id
7164: ,p_init_msg_list => fnd_api.g_FALSE
7165: ,p_commit => fnd_api.g_FALSE
7166: ,p_force => fnd_api.g_FALSE
7167: ,x_return_status => x_return_status
7168: ,x_errorcode => l_error_code
7169: ,x_msg_count => l_msg_count
7170: ,x_msg_data => l_msg_data

Line 7295: ,p_init_msg_list => fnd_api.g_FALSE

7291: ,p_mapping_value => p_func_param_assoc_rec.ATTr_name
7292: ,p_mapped_uom_parameter => p_func_param_assoc_rec.mapped_uom_parameter
7293: ,p_value_uom_source => p_func_param_assoc_rec.uom_param_value_type
7294: ,p_fixed_uom => p_func_param_assoc_rec.fixed_uom_value
7295: ,p_init_msg_list => fnd_api.g_FALSE
7296: ,p_commit => fnd_api.g_FALSE
7297: ,x_return_status => X_RETURN_STATUS
7298: ,x_errorcode => l_error_code
7299: ,x_msg_count => l_msg_count

Line 7296: ,p_commit => fnd_api.g_FALSE

7292: ,p_mapped_uom_parameter => p_func_param_assoc_rec.mapped_uom_parameter
7293: ,p_value_uom_source => p_func_param_assoc_rec.uom_param_value_type
7294: ,p_fixed_uom => p_func_param_assoc_rec.fixed_uom_value
7295: ,p_init_msg_list => fnd_api.g_FALSE
7296: ,p_commit => fnd_api.g_FALSE
7297: ,x_return_status => X_RETURN_STATUS
7298: ,x_errorcode => l_error_code
7299: ,x_msg_count => l_msg_count
7300: ,x_msg_data => l_msg_data

Line 7351: ,p_init_msg_list => fnd_api.g_false

7347: ,p_new_mapping_value => p_func_param_assoc_rec.attr_name
7348: ,p_mapped_uom_parameter => p_func_param_assoc_rec.mapped_uom_parameter
7349: ,p_value_uom_source => p_func_param_assoc_rec.uom_param_value_type
7350: ,p_fixed_uom => p_func_param_assoc_rec.fixed_uom_value
7351: ,p_init_msg_list => fnd_api.g_false
7352: ,p_commit => fnd_api.g_FALSE
7353: ,x_return_status => X_RETURN_STATUS
7354: ,x_errorcode => l_error_code
7355: ,x_msg_count => l_msg_count

Line 7352: ,p_commit => fnd_api.g_FALSE

7348: ,p_mapped_uom_parameter => p_func_param_assoc_rec.mapped_uom_parameter
7349: ,p_value_uom_source => p_func_param_assoc_rec.uom_param_value_type
7350: ,p_fixed_uom => p_func_param_assoc_rec.fixed_uom_value
7351: ,p_init_msg_list => fnd_api.g_false
7352: ,p_commit => fnd_api.g_FALSE
7353: ,x_return_status => X_RETURN_STATUS
7354: ,x_errorcode => l_error_code
7355: ,x_msg_count => l_msg_count
7356: ,x_msg_data => l_msg_data

Line 7401: ,p_init_msg_list => fnd_api.g_false

7397: ,p_function_id => p_func_param_assoc_rec.function_id
7398: ,p_mapped_obj_type => l_mapped_obj_type
7399: ,p_mapped_obj_pk1_value => l_action_id
7400: ,p_func_param_id => p_func_param_assoc_rec.parameter_id
7401: ,p_init_msg_list => fnd_api.g_false
7402: ,p_commit => fnd_api.g_FALSE
7403: ,x_return_status => X_RETURN_STATUS
7404: ,x_errorcode => l_error_code
7405: ,x_msg_count => l_msg_count

Line 7402: ,p_commit => fnd_api.g_FALSE

7398: ,p_mapped_obj_type => l_mapped_obj_type
7399: ,p_mapped_obj_pk1_value => l_action_id
7400: ,p_func_param_id => p_func_param_assoc_rec.parameter_id
7401: ,p_init_msg_list => fnd_api.g_false
7402: ,p_commit => fnd_api.g_FALSE
7403: ,x_return_status => X_RETURN_STATUS
7404: ,x_errorcode => l_error_code
7405: ,x_msg_count => l_msg_count
7406: ,x_msg_data => l_msg_data

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 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 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