DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on AMS_IMP_SOURCE_LINES

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

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: )
2253:
2254: or exists (select 'Y' from AMS_LIST_ENTRIES xx where xx.PARTY_ID = temp.party_id
2255: )

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

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: )
2304:
2305: or exists (select 'Y' from AMS_LIST_ENTRIES xx where xx.PARTY_ID = temp.party_id
2306: )