DBA Data[Home] [Help]

APPS.INV_MGD_MVT_PURGE_TRANS dependencies on FND_MESSAGE

Line 132: FND_MESSAGE.Set_Name('INV', 'INV_NO_DATA_TRANSACTIONS');

128: EXCEPTION
129:
130: WHEN NO_DATA_FOUND THEN
131: x_return_status := FND_API.G_RET_STS_ERROR;/*bug #7499719 'Y' was hardcoded changed to standard*/
132: FND_MESSAGE.Set_Name('INV', 'INV_NO_DATA_TRANSACTIONS');
133: FND_MSG_PUB.Add;
134: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
135: THEN
136: FND_MSG_PUB.Add_Exc_Msg

Line 145: FND_MESSAGE.Set_Name('INV', 'INV_TOO_MANY_TRANSACTIONS');

141: RAISE g_no_data_transaction_exc;
142:
143: WHEN TOO_MANY_ROWS THEN
144: x_return_status :=FND_API.G_RET_STS_ERROR;/*bug #7499719 'Y' was hardcoded changed to standard*/
145: FND_MESSAGE.Set_Name('INV', 'INV_TOO_MANY_TRANSACTIONS');
146: FND_MSG_PUB.Add;
147: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
148: THEN
149: FND_MSG_PUB.Add_Exc_Msg