DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on HZ_PARTIES

Line 1336: IS SELECT party_number FROM hz_parties

1332: l_failed_uoo_ids VARCHAR2(2000);
1333:
1334: -- modified cursor for perf bug : 3696293 : sql id: 14791714
1335: CURSOR c_per_num (cp_person_id igs_pe_person.person_id%TYPE)
1336: IS SELECT party_number FROM hz_parties
1337: WHERE party_id = cp_person_id;
1338:
1339:
1340: