DBA Data[Home] [Help]

APPS.INV_PULLSEQUENCE_PKG dependencies on APP_EXCEPTION

Line 1560: APP_EXCEPTION.Raise_Exception;

1556: FETCH Get_Current_Row INTO Recinfo;
1557: if (Get_Current_Row%NOTFOUND) then
1558: CLOSE Get_Current_Row;
1559: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
1560: APP_EXCEPTION.Raise_Exception;
1561: end if;
1562: CLOSE Get_Current_Row;
1563: if not (
1564: Recinfo.Inventory_item_id = p_Inventory_item_id and

Line 1691: APP_EXCEPTION.Raise_Exception;

1687: END IF;
1688: exception
1689: WHEN RECORD_CHANGED THEN
1690: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
1691: APP_EXCEPTION.Raise_Exception;
1692: when others then
1693: raise;
1694: END Lock_Row;
1695: /*