DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on XLE_ETB_PROFILES

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

2953:
2954: exists (select 'Y' from XLE_ENTITY_PROFILES xx where xx.PARTY_ID = temp.party_id
2955: )
2956:
2957: or exists (select 'Y' from XLE_ETB_PROFILES xx where xx.PARTY_ID = temp.party_id
2958: );
2959: else
2960: delete from hz_purge_gt temp where
2961:

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

2962:
2963: exists (select 'Y' from XLE_ENTITY_PROFILES xx where xx.PARTY_ID = temp.party_id
2964: )
2965:
2966: or exists (select 'Y' from XLE_ETB_PROFILES xx where xx.PARTY_ID = temp.party_id
2967: );
2968: end if;
2969:
2970: