DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on IGS_FI_INV_INT_ALL

Line 581: or exists (select 'Y' from IGS_FI_INV_INT_ALL xx where xx.PERSON_ID = temp.party_id

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: )
583:
584: or exists (select 'Y' from IGS_FI_PARTY_VENDRS xx where xx.PARTY_ID = temp.party_id
585: )

Line 661: or exists (select 'Y' from IGS_FI_INV_INT_ALL xx where xx.PERSON_ID = temp.party_id

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: )
663:
664: or exists (select 'Y' from IGS_FI_PARTY_VENDRS xx where xx.PARTY_ID = temp.party_id
665: )