DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on JTF_TASK_CONTACTS

Line 2366: or exists (select 'Y' from JTF_TASK_CONTACTS xx where xx.CONTACT_ID = temp.party_id

2362:
2363: or exists (select 'Y' from JTF_TASK_AUDITS_B xx where xx.OLD_SOURCE_OBJECT_ID = temp.party_id
2364: and (OLD_SOURCE_OBJECT_TYPE_CODE in (select object_code from jtf_objects_b where ltrim(rtrim(upper(from_table))) = 'HZ_PARTIES' and rtrim(ltrim(upper(select_id))) = 'PARTY_ID')))
2365:
2366: or exists (select 'Y' from JTF_TASK_CONTACTS xx where xx.CONTACT_ID = temp.party_id
2367: and (CONTACT_TYPE_CODE = 'CUST'))
2368:
2369: or exists (select 'Y' from HZ_PARTY_SITES
2370: xx where xx.PARTY_ID = temp.party_id

Line 2560: or exists (select 'Y' from JTF_TASK_CONTACTS xx where xx.CONTACT_ID = temp.party_id

2556:
2557: or exists (select 'Y' from JTF_TASK_AUDITS_B xx where xx.OLD_SOURCE_OBJECT_ID = temp.party_id
2558: and (OLD_SOURCE_OBJECT_TYPE_CODE in (select object_code from jtf_objects_b where ltrim(rtrim(upper(from_table))) = 'HZ_PARTIES' and rtrim(ltrim(upper(select_id))) = 'PARTY_ID')))
2559:
2560: or exists (select 'Y' from JTF_TASK_CONTACTS xx where xx.CONTACT_ID = temp.party_id
2561: and (CONTACT_TYPE_CODE = 'CUST'))
2562:
2563: or exists (select 'Y' from HZ_PARTY_SITES
2564: xx where xx.PARTY_ID = temp.party_id