DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on AMS_VENUES_B

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

2110:
2111: or exists (select 'Y' from AMS_COMPETITOR_PRODUCTS_B xx where xx.COMPETITOR_PARTY_ID = temp.party_id
2112: )
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: )

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

2161:
2162: or exists (select 'Y' from AMS_COMPETITOR_PRODUCTS_B xx where xx.COMPETITOR_PARTY_ID = temp.party_id
2163: )
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: )