DBA Data[Home] [Help]

APPS.AMS_CNT_POINT_PVT dependencies on FND_MESSAGE

Line 735: FND_MESSAGE.set_name('AMS', 'AMS_API_RECORD_NOT_FOUND');

731:
732: IF (c_Cnt_Point%NOTFOUND) THEN
733: CLOSE c_Cnt_Point;
734: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN
735: FND_MESSAGE.set_name('AMS', 'AMS_API_RECORD_NOT_FOUND');
736: FND_MSG_PUB.add;
737: END IF;
738: RAISE FND_API.g_exc_error;
739: END IF;

Line 1112: FND_MESSAGE.Set_Name('AMS', 'AMS_TRIG_INVALID_CREATED_FOR');

1108: AMS_Utility_PVT.Error_Message(p_message_name => 'AMS_CONTACT_INVALID_USED_BY'); -- TO CHECK THE ERROR MESSAGE TO BE RAISED*/
1109: /*IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR)
1110: THEN -- MMSG
1111: -- IF (AMS_DEBUG_HIGH_ON) THEN AMS_UTILITY_PVT.debug_message('Foreign Key Does not Exist'); END IF;
1112: FND_MESSAGE.Set_Name('AMS', 'AMS_TRIG_INVALID_CREATED_FOR');
1113: FND_MSG_PUB.Add;
1114: END IF;*/
1115:
1116: