DBA Data[Home] [Help]

APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_PE_PASSPORT

Line 402: CURSOR get_dob_dt_cur(cp_person_id igs_pe_passport.person_id%TYPE)

398: || Change History :
399: || Who When What
400: || (reverse chronological order - newest change first)
401: */
402: CURSOR get_dob_dt_cur(cp_person_id igs_pe_passport.person_id%TYPE)
403: IS
404: SELECT birth_date
405: FROM igs_pe_person_base_v
406: WHERE person_id = cp_person_id;