DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_BO_PUB dependencies on FND_MSG_PUB

Line 1722: FND_MSG_PUB.initialize;

1718: x_return_status := FND_API.G_RET_STS_SUCCESS;
1719:
1720: -- Initialize message list if p_init_msg_list is set to TRUE
1721: IF FND_API.to_Boolean(p_init_msg_list) THEN
1722: FND_MSG_PUB.initialize;
1723: END IF;
1724:
1725: -- initialize Global variable to indicate the caller of V2API is from BO API
1726: HZ_UTILITY_V2PUB.G_CALLING_API := 'BO_API';

Line 2019: FND_MSG_PUB.ADD;

2015: HZ_UTILITY_V2PUB.G_CREATED_BY_MODULE := NULL;
2016:
2017: FND_MESSAGE.SET_NAME('AR', 'HZ_API_PROPAGATE_OBJECT_ERROR');
2018: FND_MESSAGE.SET_TOKEN('OBJECT', p_cp_type);
2019: FND_MSG_PUB.ADD;
2020:
2021: x_return_status := fnd_api.g_ret_sts_error;
2022:
2023: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

Line 2023: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

2019: FND_MSG_PUB.ADD;
2020:
2021: x_return_status := fnd_api.g_ret_sts_error;
2022:
2023: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2024: p_count => x_msg_count,
2025: p_data => x_msg_data);
2026:
2027: -- Debug info.

Line 2049: FND_MSG_PUB.ADD;

2045: HZ_UTILITY_V2PUB.G_CREATED_BY_MODULE := NULL;
2046:
2047: FND_MESSAGE.SET_NAME('AR', 'HZ_API_PROPAGATE_OBJECT_ERROR');
2048: FND_MESSAGE.SET_TOKEN('OBJECT', p_cp_type);
2049: FND_MSG_PUB.ADD;
2050:
2051: x_return_status := fnd_api.g_ret_sts_unexp_error;
2052:
2053: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

Line 2053: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

2049: FND_MSG_PUB.ADD;
2050:
2051: x_return_status := fnd_api.g_ret_sts_unexp_error;
2052:
2053: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2054: p_count => x_msg_count,
2055: p_data => x_msg_data);
2056:
2057: -- Debug info.

Line 2079: FND_MSG_PUB.ADD;

2075: HZ_UTILITY_V2PUB.G_CREATED_BY_MODULE := NULL;
2076:
2077: FND_MESSAGE.SET_NAME('AR', 'HZ_API_PROPAGATE_OBJECT_ERROR');
2078: FND_MESSAGE.SET_TOKEN('OBJECT', p_cp_type);
2079: FND_MSG_PUB.ADD;
2080:
2081: x_return_status := fnd_api.g_ret_sts_unexp_error;
2082:
2083: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');

Line 2085: fnd_msg_pub.add;

2081: x_return_status := fnd_api.g_ret_sts_unexp_error;
2082:
2083: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2084: fnd_message.set_token('ERROR' ,SQLERRM);
2085: fnd_msg_pub.add;
2086:
2087: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2088: p_count => x_msg_count,
2089: p_data => x_msg_data);

Line 2087: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

2083: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2084: fnd_message.set_token('ERROR' ,SQLERRM);
2085: fnd_msg_pub.add;
2086:
2087: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2088: p_count => x_msg_count,
2089: p_data => x_msg_data);
2090:
2091: -- Debug info.

Line 2803: FND_MSG_PUB.initialize;

2799: x_return_status := FND_API.G_RET_STS_SUCCESS;
2800:
2801: -- Initialize message list if p_init_msg_list is set to TRUE
2802: IF FND_API.to_Boolean(p_init_msg_list) THEN
2803: FND_MSG_PUB.initialize;
2804: END IF;
2805:
2806: -- initialize Global variable
2807: HZ_UTILITY_V2PUB.G_CALLING_API := 'BO_API';

Line 3074: FND_MSG_PUB.ADD;

3070: HZ_UTILITY_V2PUB.G_CREATED_BY_MODULE := NULL;
3071:
3072: FND_MESSAGE.SET_NAME('AR', 'HZ_API_PROPAGATE_OBJECT_ERROR');
3073: FND_MESSAGE.SET_TOKEN('OBJECT', p_cp_type);
3074: FND_MSG_PUB.ADD;
3075:
3076: x_return_status := fnd_api.g_ret_sts_error;
3077:
3078: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

Line 3078: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

3074: FND_MSG_PUB.ADD;
3075:
3076: x_return_status := fnd_api.g_ret_sts_error;
3077:
3078: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
3079: p_count => x_msg_count,
3080: p_data => x_msg_data);
3081:
3082: -- Debug info.

Line 3104: FND_MSG_PUB.ADD;

3100: HZ_UTILITY_V2PUB.G_CREATED_BY_MODULE := NULL;
3101:
3102: FND_MESSAGE.SET_NAME('AR', 'HZ_API_PROPAGATE_OBJECT_ERROR');
3103: FND_MESSAGE.SET_TOKEN('OBJECT', p_cp_type);
3104: FND_MSG_PUB.ADD;
3105:
3106: x_return_status := fnd_api.g_ret_sts_unexp_error;
3107:
3108: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

Line 3108: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

3104: FND_MSG_PUB.ADD;
3105:
3106: x_return_status := fnd_api.g_ret_sts_unexp_error;
3107:
3108: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
3109: p_count => x_msg_count,
3110: p_data => x_msg_data);
3111:
3112: -- Debug info.

Line 3134: FND_MSG_PUB.ADD;

3130: HZ_UTILITY_V2PUB.G_CREATED_BY_MODULE := NULL;
3131:
3132: FND_MESSAGE.SET_NAME('AR', 'HZ_API_PROPAGATE_OBJECT_ERROR');
3133: FND_MESSAGE.SET_TOKEN('OBJECT', p_cp_type);
3134: FND_MSG_PUB.ADD;
3135:
3136: x_return_status := fnd_api.g_ret_sts_unexp_error;
3137:
3138: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');

Line 3140: fnd_msg_pub.add;

3136: x_return_status := fnd_api.g_ret_sts_unexp_error;
3137:
3138: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
3139: fnd_message.set_token('ERROR' ,SQLERRM);
3140: fnd_msg_pub.add;
3141:
3142: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
3143: p_count => x_msg_count,
3144: p_data => x_msg_data);

Line 3142: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

3138: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
3139: fnd_message.set_token('ERROR' ,SQLERRM);
3140: fnd_msg_pub.add;
3141:
3142: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
3143: p_count => x_msg_count,
3144: p_data => x_msg_data);
3145:
3146: -- Debug info.

Line 3995: FND_MSG_PUB.initialize;

3991: x_return_status := FND_API.G_RET_STS_SUCCESS;
3992:
3993: -- Initialize message list if p_init_msg_list is set to TRUE
3994: IF FND_API.to_Boolean(p_init_msg_list) THEN
3995: FND_MSG_PUB.initialize;
3996: END IF;
3997:
3998: -- Debug info.
3999: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN

Line 4032: FND_MSG_PUB.ADD;

4028:
4029: IF(l_create_update_flag = 'E') THEN
4030: FND_MESSAGE.SET_NAME('AR', 'HZ_API_PROPAGATE_OBJECT_ERROR');
4031: FND_MESSAGE.SET_TOKEN('OBJECT', p_cp_type);
4032: FND_MSG_PUB.ADD;
4033: RAISE FND_API.G_EXC_ERROR;
4034: END IF;
4035:
4036: -- base on different contact point type to pass in different object

Line 4455: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

4451: HZ_UTILITY_V2PUB.G_CREATED_BY_MODULE := NULL;
4452:
4453: x_return_status := fnd_api.g_ret_sts_error;
4454:
4455: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4456: p_count => x_msg_count,
4457: p_data => x_msg_data);
4458:
4459: -- Debug info.

Line 4479: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

4475: HZ_UTILITY_V2PUB.G_CREATED_BY_MODULE := NULL;
4476:
4477: x_return_status := fnd_api.g_ret_sts_unexp_error;
4478:
4479: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4480: p_count => x_msg_count,
4481: p_data => x_msg_data);
4482:
4483: -- Debug info.

Line 4504: fnd_msg_pub.add;

4500: x_return_status := fnd_api.g_ret_sts_unexp_error;
4501:
4502: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
4503: fnd_message.set_token('ERROR' ,SQLERRM);
4504: fnd_msg_pub.add;
4505:
4506: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4507: p_count => x_msg_count,
4508: p_data => x_msg_data);

Line 4506: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

4502: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
4503: fnd_message.set_token('ERROR' ,SQLERRM);
4504: fnd_msg_pub.add;
4505:
4506: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4507: p_count => x_msg_count,
4508: p_data => x_msg_data);
4509:
4510: -- Debug info.

Line 4626: FND_MSG_PUB.initialize;

4622: x_return_status := FND_API.G_RET_STS_SUCCESS;
4623:
4624: -- Initialize message list if p_init_msg_list is set to TRUE
4625: IF FND_API.to_Boolean(p_init_msg_list) THEN
4626: FND_MSG_PUB.initialize;
4627: END IF;
4628:
4629:
4630: -- Debug info.

Line 4695: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

4691:
4692: WHEN fnd_api.g_exc_error THEN
4693: x_return_status := fnd_api.g_ret_sts_error;
4694:
4695: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4696: p_count => x_msg_count,
4697: p_data => x_msg_data);
4698:
4699: -- Debug info.

Line 4714: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

4710: END IF;
4711: WHEN fnd_api.g_exc_unexpected_error THEN
4712: x_return_status := fnd_api.g_ret_sts_unexp_error;
4713:
4714: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4715: p_count => x_msg_count,
4716: p_data => x_msg_data);
4717:
4718: -- Debug info.

Line 4735: fnd_msg_pub.add;

4731: x_return_status := fnd_api.g_ret_sts_unexp_error;
4732:
4733: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
4734: fnd_message.set_token('ERROR' ,SQLERRM);
4735: fnd_msg_pub.add;
4736:
4737: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4738: p_count => x_msg_count,
4739: p_data => x_msg_data);

Line 4737: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

4733: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
4734: fnd_message.set_token('ERROR' ,SQLERRM);
4735: fnd_msg_pub.add;
4736:
4737: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4738: p_count => x_msg_count,
4739: p_data => x_msg_data);
4740:
4741: -- Debug info.

Line 4839: FND_MSG_PUB.initialize;

4835: x_return_status := FND_API.G_RET_STS_SUCCESS;
4836:
4837: -- Initialize message list if p_init_msg_list is set to TRUE
4838: IF FND_API.to_Boolean(p_init_msg_list) THEN
4839: FND_MSG_PUB.initialize;
4840: END IF;
4841:
4842:
4843: -- Debug info.

Line 4908: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

4904:
4905: WHEN fnd_api.g_exc_error THEN
4906: x_return_status := fnd_api.g_ret_sts_error;
4907:
4908: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4909: p_count => x_msg_count,
4910: p_data => x_msg_data);
4911:
4912: -- Debug info.

Line 4927: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

4923: END IF;
4924: WHEN fnd_api.g_exc_unexpected_error THEN
4925: x_return_status := fnd_api.g_ret_sts_unexp_error;
4926:
4927: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4928: p_count => x_msg_count,
4929: p_data => x_msg_data);
4930:
4931: -- Debug info.

Line 4948: fnd_msg_pub.add;

4944: x_return_status := fnd_api.g_ret_sts_unexp_error;
4945:
4946: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
4947: fnd_message.set_token('ERROR' ,SQLERRM);
4948: fnd_msg_pub.add;
4949:
4950: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4951: p_count => x_msg_count,
4952: p_data => x_msg_data);

Line 4950: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

4946: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
4947: fnd_message.set_token('ERROR' ,SQLERRM);
4948: fnd_msg_pub.add;
4949:
4950: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4951: p_count => x_msg_count,
4952: p_data => x_msg_data);
4953:
4954: -- Debug info.

Line 5052: FND_MSG_PUB.initialize;

5048: x_return_status := FND_API.G_RET_STS_SUCCESS;
5049:
5050: -- Initialize message list if p_init_msg_list is set to TRUE
5051: IF FND_API.to_Boolean(p_init_msg_list) THEN
5052: FND_MSG_PUB.initialize;
5053: END IF;
5054:
5055:
5056: -- Debug info.

Line 5121: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5117:
5118: WHEN fnd_api.g_exc_error THEN
5119: x_return_status := fnd_api.g_ret_sts_error;
5120:
5121: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5122: p_count => x_msg_count,
5123: p_data => x_msg_data);
5124:
5125: -- Debug info.

Line 5140: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5136: END IF;
5137: WHEN fnd_api.g_exc_unexpected_error THEN
5138: x_return_status := fnd_api.g_ret_sts_unexp_error;
5139:
5140: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5141: p_count => x_msg_count,
5142: p_data => x_msg_data);
5143:
5144: -- Debug info.

Line 5161: fnd_msg_pub.add;

5157: x_return_status := fnd_api.g_ret_sts_unexp_error;
5158:
5159: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
5160: fnd_message.set_token('ERROR' ,SQLERRM);
5161: fnd_msg_pub.add;
5162:
5163: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5164: p_count => x_msg_count,
5165: p_data => x_msg_data);

Line 5163: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5159: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
5160: fnd_message.set_token('ERROR' ,SQLERRM);
5161: fnd_msg_pub.add;
5162:
5163: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5164: p_count => x_msg_count,
5165: p_data => x_msg_data);
5166:
5167: -- Debug info.

Line 5265: FND_MSG_PUB.initialize;

5261: x_return_status := FND_API.G_RET_STS_SUCCESS;
5262:
5263: -- Initialize message list if p_init_msg_list is set to TRUE
5264: IF FND_API.to_Boolean(p_init_msg_list) THEN
5265: FND_MSG_PUB.initialize;
5266: END IF;
5267:
5268:
5269: -- Debug info.

Line 5334: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5330:
5331: WHEN fnd_api.g_exc_error THEN
5332: x_return_status := fnd_api.g_ret_sts_error;
5333:
5334: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5335: p_count => x_msg_count,
5336: p_data => x_msg_data);
5337:
5338: -- Debug info.

Line 5353: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5349: END IF;
5350: WHEN fnd_api.g_exc_unexpected_error THEN
5351: x_return_status := fnd_api.g_ret_sts_unexp_error;
5352:
5353: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5354: p_count => x_msg_count,
5355: p_data => x_msg_data);
5356:
5357: -- Debug info.

Line 5374: fnd_msg_pub.add;

5370: x_return_status := fnd_api.g_ret_sts_unexp_error;
5371:
5372: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
5373: fnd_message.set_token('ERROR' ,SQLERRM);
5374: fnd_msg_pub.add;
5375:
5376: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5377: p_count => x_msg_count,
5378: p_data => x_msg_data);

Line 5376: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5372: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
5373: fnd_message.set_token('ERROR' ,SQLERRM);
5374: fnd_msg_pub.add;
5375:
5376: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5377: p_count => x_msg_count,
5378: p_data => x_msg_data);
5379:
5380: -- Debug info.

Line 5477: FND_MSG_PUB.initialize;

5473: x_return_status := FND_API.G_RET_STS_SUCCESS;
5474:
5475: -- Initialize message list if p_init_msg_list is set to TRUE
5476: IF FND_API.to_Boolean(p_init_msg_list) THEN
5477: FND_MSG_PUB.initialize;
5478: END IF;
5479:
5480:
5481: -- Debug info.

Line 5546: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5542:
5543: WHEN fnd_api.g_exc_error THEN
5544: x_return_status := fnd_api.g_ret_sts_error;
5545:
5546: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5547: p_count => x_msg_count,
5548: p_data => x_msg_data);
5549:
5550: -- Debug info.

Line 5565: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5561: END IF;
5562: WHEN fnd_api.g_exc_unexpected_error THEN
5563: x_return_status := fnd_api.g_ret_sts_unexp_error;
5564:
5565: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5566: p_count => x_msg_count,
5567: p_data => x_msg_data);
5568:
5569: -- Debug info.

Line 5586: fnd_msg_pub.add;

5582: x_return_status := fnd_api.g_ret_sts_unexp_error;
5583:
5584: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
5585: fnd_message.set_token('ERROR' ,SQLERRM);
5586: fnd_msg_pub.add;
5587:
5588: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5589: p_count => x_msg_count,
5590: p_data => x_msg_data);

Line 5588: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5584: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
5585: fnd_message.set_token('ERROR' ,SQLERRM);
5586: fnd_msg_pub.add;
5587:
5588: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5589: p_count => x_msg_count,
5590: p_data => x_msg_data);
5591:
5592: -- Debug info.

Line 5690: FND_MSG_PUB.initialize;

5686: x_return_status := FND_API.G_RET_STS_SUCCESS;
5687:
5688: -- Initialize message list if p_init_msg_list is set to TRUE
5689: IF FND_API.to_Boolean(p_init_msg_list) THEN
5690: FND_MSG_PUB.initialize;
5691: END IF;
5692:
5693:
5694: -- Debug info.

Line 5759: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5755:
5756: WHEN fnd_api.g_exc_error THEN
5757: x_return_status := fnd_api.g_ret_sts_error;
5758:
5759: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5760: p_count => x_msg_count,
5761: p_data => x_msg_data);
5762:
5763: -- Debug info.

Line 5778: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5774: END IF;
5775: WHEN fnd_api.g_exc_unexpected_error THEN
5776: x_return_status := fnd_api.g_ret_sts_unexp_error;
5777:
5778: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5779: p_count => x_msg_count,
5780: p_data => x_msg_data);
5781:
5782: -- Debug info.

Line 5799: fnd_msg_pub.add;

5795: x_return_status := fnd_api.g_ret_sts_unexp_error;
5796:
5797: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
5798: fnd_message.set_token('ERROR' ,SQLERRM);
5799: fnd_msg_pub.add;
5800:
5801: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5802: p_count => x_msg_count,
5803: p_data => x_msg_data);

Line 5801: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5797: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
5798: fnd_message.set_token('ERROR' ,SQLERRM);
5799: fnd_msg_pub.add;
5800:
5801: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5802: p_count => x_msg_count,
5803: p_data => x_msg_data);
5804:
5805: -- Debug info.

Line 5903: FND_MSG_PUB.initialize;

5899: x_return_status := FND_API.G_RET_STS_SUCCESS;
5900:
5901: -- Initialize message list if p_init_msg_list is set to TRUE
5902: IF FND_API.to_Boolean(p_init_msg_list) THEN
5903: FND_MSG_PUB.initialize;
5904: END IF;
5905:
5906:
5907: -- Debug info.

Line 5972: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5968:
5969: WHEN fnd_api.g_exc_error THEN
5970: x_return_status := fnd_api.g_ret_sts_error;
5971:
5972: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5973: p_count => x_msg_count,
5974: p_data => x_msg_data);
5975:
5976: -- Debug info.

Line 5991: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

5987: END IF;
5988: WHEN fnd_api.g_exc_unexpected_error THEN
5989: x_return_status := fnd_api.g_ret_sts_unexp_error;
5990:
5991: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
5992: p_count => x_msg_count,
5993: p_data => x_msg_data);
5994:
5995: -- Debug info.

Line 6012: fnd_msg_pub.add;

6008: x_return_status := fnd_api.g_ret_sts_unexp_error;
6009:
6010: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
6011: fnd_message.set_token('ERROR' ,SQLERRM);
6012: fnd_msg_pub.add;
6013:
6014: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
6015: p_count => x_msg_count,
6016: p_data => x_msg_data);

Line 6014: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

6010: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
6011: fnd_message.set_token('ERROR' ,SQLERRM);
6012: fnd_msg_pub.add;
6013:
6014: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
6015: p_count => x_msg_count,
6016: p_data => x_msg_data);
6017:
6018: -- Debug info.