DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on OKS_K_DEFAULTS

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

2647:
2648: exists (select 'Y' from OKS_BILLING_PROFILES_B xx where xx.OWNED_PARTY_ID1 = to_char(temp.party_id)
2649: )
2650:
2651: or exists (select 'Y' from OKS_K_DEFAULTS xx where xx.SEGMENT_ID1 = to_char(temp.party_id)
2652: and (JTOT_OBJECT_CODE = 'OKX_PARTY'))
2653:
2654: or exists (select 'Y' from OKS_SERV_AVAIL_EXCEPTS xx where xx.OBJECT1_ID1 = to_char(temp.party_id)
2655: and (JTOT_OBJECT1_CODE = 'OKX_PARTY'));

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

2659:
2660: exists (select 'Y' from OKS_BILLING_PROFILES_B xx where xx.OWNED_PARTY_ID1 = to_char(temp.party_id)
2661: )
2662:
2663: or exists (select 'Y' from OKS_K_DEFAULTS xx where xx.SEGMENT_ID1 = to_char(temp.party_id)
2664: and (JTOT_OBJECT_CODE = 'OKX_PARTY'))
2665:
2666: or exists (select 'Y' from OKS_SERV_AVAIL_EXCEPTS xx where xx.OBJECT1_ID1 = to_char(temp.party_id)
2667: and (JTOT_OBJECT1_CODE = 'OKX_PARTY'));