DBA Data[Home] [Help]

APPS.OZF_CLAIM_UTILITY_PVT dependencies on FND_MESSAGE

Line 165: FND_MESSAGE.set_name('OZF', 'OZF_CLAIM_CHK_ACS_ERR');

161: WHEN OTHERS THEN
162: ROLLBACK TO Check_Claim_ACC;
163: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
164: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
165: FND_MESSAGE.set_name('OZF', 'OZF_CLAIM_CHK_ACS_ERR');
166: FND_MSG_PUB.add;
167: END IF;
168: -- Standard call to get message count and if count=1, get the message
169: FND_MSG_PUB.Count_And_Get (