DBA Data[Home] [Help]

APPS.AMS_CLAIM_GRP dependencies on FND_MESSAGE

Line 339: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_COMP_GRP_REC_ERR');

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:
343: END Complete_OZF_Claim_Grp_Rec;

Line 428: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_CRE_DEDU_ERR');

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
432: FND_MSG_PUB.Count_And_Get (

Line 516: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_INVALID_STATUS_CODE');

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;
520: END IF;

Line 588: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_UPD_DEDU_ERR');

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
592: FND_MSG_PUB.Count_And_Get (