DBA Data[Home] [Help]

APPS.IGF_SP_CREATE_BASE_REC dependencies on IGS_PE_PERSON_BASE_V

Line 155: FROM igs_pe_person_base_v

151:
152: CURSOR c_person_detail (cp_person_id igs_pe_person.person_id%TYPE) IS
153: SELECT person_number,
154: full_name
155: FROM igs_pe_person_base_v
156: WHERE person_id = cp_person_id;
157: rec_person_detail c_person_detail%ROWTYPE;
158:
159: BEGIN