DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on OKS_K_DEFAULTS

Line 2744: or exists (select 'Y' from OKS_K_DEFAULTS xx where xx.SEGMENT_ID1 = to_char(temp.party_id)

2740:
2741: exists (select 'Y' from OKS_BILLING_PROFILES_B xx where xx.OWNED_PARTY_ID1 = to_char(temp.party_id)
2742: )
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'));

Line 2756: or exists (select 'Y' from OKS_K_DEFAULTS xx where xx.SEGMENT_ID1 = to_char(temp.party_id)

2752:
2753: exists (select 'Y' from OKS_BILLING_PROFILES_B xx where xx.OWNED_PARTY_ID1 = to_char(temp.party_id)
2754: )
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'));