DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on PV_LEAD_PSS_LINES

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

68:
69: or exists (select 'Y' from PV_GE_PTNR_RESPS xx where xx.PARTNER_ID = temp.party_id
70: )
71:
72: or exists (select 'Y' from PV_LEAD_PSS_LINES xx where xx.PARTNER_ID = temp.party_id
73: )
74:
75: or exists (select 'Y' from PV_GE_PARTY_NOTIFICATIONS xx where xx.PARTNER_ID = temp.party_id
76: )

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

167:
168: or exists (select 'Y' from PV_GE_PTNR_RESPS xx where xx.PARTNER_ID = temp.party_id
169: )
170:
171: or exists (select 'Y' from PV_LEAD_PSS_LINES xx where xx.PARTNER_ID = temp.party_id
172: )
173:
174: or exists (select 'Y' from PV_GE_PARTY_NOTIFICATIONS xx where xx.PARTNER_ID = temp.party_id
175: )