DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on POS_BUS_CLASS_ATTR

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

537:
538: exists (select 'Y' from POS_SUPP_PROF_EXT_B xx where xx.PARTY_ID = temp.party_id
539: )
540:
541: or exists (select 'Y' from POS_BUS_CLASS_ATTR xx where xx.PARTY_ID = temp.party_id
542: );
543: else
544: delete from hz_purge_gt temp where
545:

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

546:
547: exists (select 'Y' from POS_SUPP_PROF_EXT_B xx where xx.PARTY_ID = temp.party_id
548: )
549:
550: or exists (select 'Y' from POS_BUS_CLASS_ATTR xx where xx.PARTY_ID = temp.party_id
551: );
552: end if;
553:
554: