DBA Data[Home] [Help]

APPS.AMS_CLAIM_GRP dependencies on STANDARD

Line 431: -- Standard call to get message count and if count=1, get the message

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,
434: p_count => x_msg_count,
435: p_data => x_msg_data

Line 591: -- Standard call to get message count and if count=1, get the message

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,
594: p_count => x_msg_count,
595: p_data => x_msg_data