DBA Data[Home] [Help]

APPS.AMS_CLAIM_GRP dependencies on FND_MSG_PUB

Line 21: AMS_DEBUG_LOW_ON BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);

17: G_OPEN_STATUS CONSTANT VARCHAR2(30) := 'OPEN';
18: G_UPDATE_EVENT CONSTANT VARCHAR2(30) := 'UPDATE';
19: G_INVOICE CONSTANT VARCHAR2(30) := 'INVOICE';
20:
21: AMS_DEBUG_LOW_ON BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);
22:
23:
24: PROCEDURE Complete_OZF_Claim_Grp_Rec(
25: p_ams_claim_grp_rec IN AMS_CLAIM_GRP.DEDUCTION_REC_TYPE

Line 338: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

334:
335: EXCEPTION
336: WHEN OTHERS THEN
337: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
338: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
339: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_COMP_GRP_REC_ERR');
340: FND_MSG_PUB.add;
341: END IF;
342:

Line 340: FND_MSG_PUB.add;

336: WHEN OTHERS THEN
337: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
338: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
339: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_COMP_GRP_REC_ERR');
340: FND_MSG_PUB.add;
341: END IF;
342:
343: END Complete_OZF_Claim_Grp_Rec;
344:

Line 427: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

423:
424: EXCEPTION
425: WHEN OTHERS THEN
426: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
427: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
428: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_CRE_DEDU_ERR');
429: FND_MSG_PUB.add;
430: END IF;
431: -- Standard call to get message count and if count=1, get the message

Line 429: FND_MSG_PUB.add;

425: WHEN OTHERS THEN
426: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
427: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
428: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_CRE_DEDU_ERR');
429: FND_MSG_PUB.add;
430: END IF;
431: -- Standard call to get message count and if count=1, get the message
432: FND_MSG_PUB.Count_And_Get (
433: p_encoded => FND_API.G_FALSE,

Line 432: FND_MSG_PUB.Count_And_Get (

428: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_CRE_DEDU_ERR');
429: FND_MSG_PUB.add;
430: END IF;
431: -- Standard call to get message count and if count=1, get the message
432: FND_MSG_PUB.Count_And_Get (
433: p_encoded => FND_API.G_FALSE,
434: p_count => x_msg_count,
435: p_data => x_msg_data
436: );

Line 515: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN

511: END IF;
512:
513: IF p_deduction.status_code = 'CANCELLED' THEN
514: IF ( NOT( check_cancell_deduction(p_deduction.claim_id))) THEN
515: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN
516: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_INVALID_STATUS_CODE');
517: FND_MSG_PUB.add;
518: END IF;
519: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 517: FND_MSG_PUB.add;

513: IF p_deduction.status_code = 'CANCELLED' THEN
514: IF ( NOT( check_cancell_deduction(p_deduction.claim_id))) THEN
515: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN
516: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_INVALID_STATUS_CODE');
517: FND_MSG_PUB.add;
518: END IF;
519: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
520: END IF;
521:

Line 587: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

583:
584: EXCEPTION
585: WHEN OTHERS THEN
586: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
587: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
588: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_UPD_DEDU_ERR');
589: FND_MSG_PUB.add;
590: END IF;
591: -- Standard call to get message count and if count=1, get the message

Line 589: FND_MSG_PUB.add;

585: WHEN OTHERS THEN
586: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
587: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
588: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_UPD_DEDU_ERR');
589: FND_MSG_PUB.add;
590: END IF;
591: -- Standard call to get message count and if count=1, get the message
592: FND_MSG_PUB.Count_And_Get (
593: p_encoded => FND_API.G_FALSE,

Line 592: FND_MSG_PUB.Count_And_Get (

588: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_UPD_DEDU_ERR');
589: FND_MSG_PUB.add;
590: END IF;
591: -- Standard call to get message count and if count=1, get the message
592: FND_MSG_PUB.Count_And_Get (
593: p_encoded => FND_API.G_FALSE,
594: p_count => x_msg_count,
595: p_data => x_msg_data
596: );