DBA Data[Home] [Help]

APPS.OKC_VERSION_PVT dependencies on OKC_K_ACCESSES_H

Line 1306: delete FROM OKC_K_ACCESSES_H

1302: or (p_called_from = 'RESTORE_VERSION'
1303: and (major_version > l_major_version
1304: or major_version = -1)));
1305: --
1306: delete FROM OKC_K_ACCESSES_H
1307: WHERE chr_id= p_chr_id
1308: and ((MAJOR_VERSION = -1
1309: and p_called_from = 'ERASE_SAVED_VERSION')
1310: or (p_called_from = 'RESTORE_VERSION'