DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on AMS_VENUES_B

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

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'))
2250:
2251: or exists (select 'Y' from AMS_IMP_SOURCE_LINES xx where xx.PARTY_ID = temp.party_id
2252: )

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

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'))
2301:
2302: or exists (select 'Y' from AMS_IMP_SOURCE_LINES xx where xx.PARTY_ID = temp.party_id
2303: )