DBA Data[Home] [Help]

APPS.OKC_VERSION_PVT dependencies on OKC_K_PROCESSES_H

Line 1397: delete FROM OKC_K_PROCESSES_H

1393: or (p_called_from = 'RESTORE_VERSION'
1394: and (major_version > l_major_version
1395: or major_version = -1)));
1396: --
1397: delete FROM OKC_K_PROCESSES_H
1398: WHERE chr_id= p_chr_id
1399: and ((MAJOR_VERSION = -1
1400: and p_called_from = 'ERASE_SAVED_VERSION')
1401: or (p_called_from = 'RESTORE_VERSION'