DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on AMS_COMPETITOR_PRODUCTS_B

Line 2245: or exists (select 'Y' from AMS_COMPETITOR_PRODUCTS_B xx where xx.COMPETITOR_PARTY_ID = temp.party_id

2241:
2242: or exists (select 'Y' from AMS_IBA_POSTINGS_B xx where xx.AFFILIATE_PARTY_ID = temp.party_id
2243: )
2244:
2245: or exists (select 'Y' from AMS_COMPETITOR_PRODUCTS_B xx where xx.COMPETITOR_PARTY_ID = temp.party_id
2246: )
2247:
2248: or exists (select 'Y' from AMS_VENUES_B xx where xx.PARTY_ID = temp.party_id
2249: and (OBJECT_TYPE='VENU'))

Line 2296: or exists (select 'Y' from AMS_COMPETITOR_PRODUCTS_B xx where xx.COMPETITOR_PARTY_ID = temp.party_id

2292:
2293: or exists (select 'Y' from AMS_IBA_POSTINGS_B xx where xx.AFFILIATE_PARTY_ID = temp.party_id
2294: )
2295:
2296: or exists (select 'Y' from AMS_COMPETITOR_PRODUCTS_B xx where xx.COMPETITOR_PARTY_ID = temp.party_id
2297: )
2298:
2299: or exists (select 'Y' from AMS_VENUES_B xx where xx.PARTY_ID = temp.party_id
2300: and (OBJECT_TYPE='VENU'))