DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on OKS_SERV_AVAIL_EXCEPTS

Line 2747: or exists (select 'Y' from OKS_SERV_AVAIL_EXCEPTS xx where xx.OBJECT1_ID1 = to_char(temp.party_id)

2743:
2744: or exists (select 'Y' from OKS_K_DEFAULTS xx where xx.SEGMENT_ID1 = to_char(temp.party_id)
2745: and (JTOT_OBJECT_CODE = 'OKX_PARTY'))
2746:
2747: or exists (select 'Y' from OKS_SERV_AVAIL_EXCEPTS xx where xx.OBJECT1_ID1 = to_char(temp.party_id)
2748: and (JTOT_OBJECT1_CODE = 'OKX_PARTY'));
2749: else
2750: delete from hz_purge_gt temp where
2751:

Line 2759: or exists (select 'Y' from OKS_SERV_AVAIL_EXCEPTS xx where xx.OBJECT1_ID1 = to_char(temp.party_id)

2755:
2756: or exists (select 'Y' from OKS_K_DEFAULTS xx where xx.SEGMENT_ID1 = to_char(temp.party_id)
2757: and (JTOT_OBJECT_CODE = 'OKX_PARTY'))
2758:
2759: or exists (select 'Y' from OKS_SERV_AVAIL_EXCEPTS xx where xx.OBJECT1_ID1 = to_char(temp.party_id)
2760: and (JTOT_OBJECT1_CODE = 'OKX_PARTY'));
2761: end if;
2762:
2763: