DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on IGS_FI_CREDITS_ALL

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

574:
575: or exists (select 'Y' from IGS_PE_HZ_PARTIES xx where xx.PARTY_ID = temp.party_id
576: )
577:
578: or exists (select 'Y' from IGS_FI_CREDITS_ALL xx where xx.PARTY_ID = temp.party_id
579: )
580:
581: or exists (select 'Y' from IGS_FI_INV_INT_ALL xx where xx.PERSON_ID = temp.party_id
582: )

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

654:
655: or exists (select 'Y' from IGS_PE_HZ_PARTIES xx where xx.PARTY_ID = temp.party_id
656: )
657:
658: or exists (select 'Y' from IGS_FI_CREDITS_ALL xx where xx.PARTY_ID = temp.party_id
659: )
660:
661: or exists (select 'Y' from IGS_FI_INV_INT_ALL xx where xx.PERSON_ID = temp.party_id
662: )