DBA Data[Home] [Help]

APPS.OKC_VERSION_PVT dependencies on OKC_RG_PARTY_ROLES

Line 1438: delete FROM OKC_RG_PARTY_ROLES_H

1434: or (p_called_from = 'RESTORE_VERSION'
1435: and (major_version > l_major_version
1436: or major_version = -1)));
1437: --
1438: delete FROM OKC_RG_PARTY_ROLES_H
1439: WHERE dnz_chr_id= p_chr_id
1440: and ((MAJOR_VERSION = -1
1441: and p_called_from = 'ERASE_SAVED_VERSION')
1442: or (p_called_from = 'RESTORE_VERSION'

Line 1931: delete from OKC_RG_PARTY_ROLES where DNZ_CHR_ID = p_chr_id;

1927: delete from OKC_OUTCOMES_B where DNZ_CHR_ID = p_chr_id;
1928:
1929: delete from OKC_REACT_INTERVALS where DNZ_CHR_ID = p_chr_id;
1930:
1931: delete from OKC_RG_PARTY_ROLES where DNZ_CHR_ID = p_chr_id;
1932:
1933: delete from OKC_RULE_GROUPS_TL
1934: WHERE id in (select id from OKC_RULE_GROUPS_B
1935: WHERE dnz_chr_id= p_chr_id);