DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on PV_PG_ENRL_REQUESTS

Line 61: or exists (select 'Y' from PV_PG_ENRL_REQUESTS xx where xx.PARTNER_ID = temp.party_id

57:
58: or exists (select 'Y' from PV_GE_PARTY_NOTIFICATIONS xx where xx.PARTNER_ID = temp.party_id
59: )
60:
61: or exists (select 'Y' from PV_PG_ENRL_REQUESTS xx where xx.PARTNER_ID = temp.party_id
62: )
63:
64: or exists (select 'Y' from PV_PG_MEMBERSHIPS xx where xx.PARTNER_ID = temp.party_id
65: )

Line 160: or exists (select 'Y' from PV_PG_ENRL_REQUESTS xx where xx.PARTNER_ID = temp.party_id

156:
157: or exists (select 'Y' from PV_GE_PARTY_NOTIFICATIONS xx where xx.PARTNER_ID = temp.party_id
158: )
159:
160: or exists (select 'Y' from PV_PG_ENRL_REQUESTS xx where xx.PARTNER_ID = temp.party_id
161: )
162:
163: or exists (select 'Y' from PV_PG_MEMBERSHIPS xx where xx.PARTNER_ID = temp.party_id
164: )