DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on WSH_CARRIERS

Line 257: exists (select 'Y' from WSH_CARRIERS xx where xx.CARRIER_ID = temp.party_id

253: if(regid_proc = true) then
254: insert into hz_application_trans_gt(app_id,party_id) select 665, temp.party_id from hz_purge_gt temp where
255:
256:
257: exists (select 'Y' from WSH_CARRIERS xx where xx.CARRIER_ID = temp.party_id
258: )
259:
260: or exists (select 'Y' from HZ_PARTY_SITES
261: xx where xx.PARTY_ID = temp.party_id

Line 271: exists (select 'Y' from WSH_CARRIERS xx where xx.CARRIER_ID = temp.party_id

267: else
268: delete from hz_purge_gt temp where
269:
270:
271: exists (select 'Y' from WSH_CARRIERS xx where xx.CARRIER_ID = temp.party_id
272: )
273:
274: or exists (select 'Y' from HZ_PARTY_SITES
275: xx where xx.PARTY_ID = temp.party_id