DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on AMS_IMP_SOURCE_LINES

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

2113:
2114: or exists (select 'Y' from AMS_VENUES_B xx where xx.PARTY_ID = temp.party_id
2115: and (OBJECT_TYPE='VENU'))
2116:
2117: or exists (select 'Y' from AMS_IMP_SOURCE_LINES xx where xx.PARTY_ID = temp.party_id
2118: )
2119:
2120: or exists (select 'Y' from AMS_LIST_ENTRIES xx where xx.PARTY_ID = temp.party_id
2121: )

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

2164:
2165: or exists (select 'Y' from AMS_VENUES_B xx where xx.PARTY_ID = temp.party_id
2166: and (OBJECT_TYPE='VENU'))
2167:
2168: or exists (select 'Y' from AMS_IMP_SOURCE_LINES xx where xx.PARTY_ID = temp.party_id
2169: )
2170:
2171: or exists (select 'Y' from AMS_LIST_ENTRIES xx where xx.PARTY_ID = temp.party_id
2172: )