DBA Data[Home] [Help]

APPS.IGS_PE_GEN_001 dependencies on IGS_PE_PERSON_BASE_V

Line 179: FROM igs_pe_person_base_v

175:
176: -- Cursor to find the full name of the user logged in
177: CURSOR person_name_cur(cp_person_id hz_parties.party_id%TYPE) IS
178: SELECT person_number,full_name
179: FROM igs_pe_person_base_v
180: WHERE person_id = cp_person_id;
181:
182: l_staff VARCHAR2(1);
183: BEGIN