DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on AMS_CHANNELS_B

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

2232:
2233: or exists (select 'Y' from AMS_EVENT_REGISTRATIONS xx where xx.ATTENDANT_CONTACT_ID = temp.party_id
2234: )
2235:
2236: or exists (select 'Y' from AMS_CHANNELS_B xx where xx.PARTY_ID = temp.party_id
2237: )
2238:
2239: or exists (select 'Y' from AMS_IBA_POSTINGS_B xx where xx.CUSTOMER_PARTY_ID = temp.party_id
2240: )

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

2283:
2284: or exists (select 'Y' from AMS_EVENT_REGISTRATIONS xx where xx.ATTENDANT_CONTACT_ID = temp.party_id
2285: )
2286:
2287: or exists (select 'Y' from AMS_CHANNELS_B xx where xx.PARTY_ID = temp.party_id
2288: )
2289:
2290: or exists (select 'Y' from AMS_IBA_POSTINGS_B xx where xx.CUSTOMER_PARTY_ID = temp.party_id
2291: )