DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on IGS_FI_PARTY_VENDRS

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

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: )
586:
587: or exists (select 'Y' from IGS_FI_PP_STD_ATTRS xx where xx.PERSON_ID = temp.party_id
588: )

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

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: )
666:
667: or exists (select 'Y' from IGS_FI_PP_STD_ATTRS xx where xx.PERSON_ID = temp.party_id
668: )