DBA Data[Home] [Help]

APPS.INV_PULLSEQUENCE_PKG dependencies on APP_EXCEPTION

Line 1048: APP_EXCEPTION.Raise_Exception;

1044: FETCH Get_Current_Row INTO Recinfo;
1045: if (Get_Current_Row%NOTFOUND) then
1046: CLOSE Get_Current_Row;
1047: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
1048: APP_EXCEPTION.Raise_Exception;
1049: end if;
1050: CLOSE Get_Current_Row;
1051: if not (
1052: Recinfo.Inventory_item_id = p_Inventory_item_id and

Line 1179: APP_EXCEPTION.Raise_Exception;

1175: END IF;
1176: exception
1177: WHEN RECORD_CHANGED THEN
1178: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
1179: APP_EXCEPTION.Raise_Exception;
1180: when others then
1181: raise;
1182: END Lock_Row;
1183: