DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on AMS_CHANNELS_B

Line 2102: or exists (select 'Y' from AMS_CHANNELS_B xx where xx.PARTY_ID = temp.party_id

2098:
2099: or exists (select 'Y' from AMS_EVENT_REGISTRATIONS xx where xx.ATTENDANT_CONTACT_ID = temp.party_id
2100: )
2101:
2102: or exists (select 'Y' from AMS_CHANNELS_B xx where xx.PARTY_ID = temp.party_id
2103: )
2104:
2105: or exists (select 'Y' from AMS_IBA_POSTINGS_B xx where xx.CUSTOMER_PARTY_ID = temp.party_id
2106: )

Line 2153: or exists (select 'Y' from AMS_CHANNELS_B xx where xx.PARTY_ID = temp.party_id

2149:
2150: or exists (select 'Y' from AMS_EVENT_REGISTRATIONS xx where xx.ATTENDANT_CONTACT_ID = temp.party_id
2151: )
2152:
2153: or exists (select 'Y' from AMS_CHANNELS_B xx where xx.PARTY_ID = temp.party_id
2154: )
2155:
2156: or exists (select 'Y' from AMS_IBA_POSTINGS_B xx where xx.CUSTOMER_PARTY_ID = temp.party_id
2157: )