DBA Data[Home] [Help]

APPS.IGS_FI_PRC_APPL dependencies on IGS_PE_HZ_PARTIES

Line 650: FROM hz_parties p, igs_pe_hz_parties pd

646: IS
647: SELECT pd.fund_authorization, p.party_number
648: --bug:2238362, changed the view igs_pe_person_v to igs_fi_parties_v
649: --bug:5018036, replaced igs_fi_person_v by base tables
650: FROM hz_parties p, igs_pe_hz_parties pd
651: WHERE p.party_id = cp_person_id
652: AND p.party_id = pd.party_id;
653:
654: --added by vvutukur