DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on XLE_ETB_PROFILES

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

2827:
2828: exists (select 'Y' from XLE_ENTITY_PROFILES xx where xx.PARTY_ID = temp.party_id
2829: )
2830:
2831: or exists (select 'Y' from XLE_ETB_PROFILES xx where xx.PARTY_ID = temp.party_id
2832: );
2833: else
2834: delete from hz_purge_gt temp where
2835:

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

2836:
2837: exists (select 'Y' from XLE_ENTITY_PROFILES xx where xx.PARTY_ID = temp.party_id
2838: )
2839:
2840: or exists (select 'Y' from XLE_ETB_PROFILES xx where xx.PARTY_ID = temp.party_id
2841: );
2842: end if;
2843:
2844: