DBA Data[Home] [Help]

APPS.IGS_AS_GEN_006 dependencies on HZ_PARTIES

Line 391: FROM hz_parties

387: ) IS
388: --
389: CURSOR cur_person_detail (cp_person_id NUMBER) IS
390: SELECT party_number
391: FROM hz_parties
392: WHERE party_id = cp_person_id;
393: rec_person_detail cur_person_detail%ROWTYPE;
394: --
395: BEGIN