DBA Data[Home] [Help]

APPS.OKC_VERSION_PVT dependencies on OKC_K_PARTY_ROLES_TLH

Line 1380: delete FROM OKC_K_PARTY_ROLES_TLH

1376: or (p_called_from = 'RESTORE_VERSION'
1377: and (major_version > l_major_version
1378: or major_version = -1)));
1379:
1380: delete FROM OKC_K_PARTY_ROLES_TLH
1381: WHERE id in (select id from OKC_K_PARTY_ROLES_BH
1382: WHERE dnz_chr_id= p_chr_id)
1383: and ((MAJOR_VERSION = -1
1384: and p_called_from = 'ERASE_SAVED_VERSION')