DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_ALIAS_PKG dependencies on IGS_PE_PASSPORT

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

93: p_updating IN BOOLEAN DEFAULT FALSE,
94: p_deleting IN BOOLEAN DEFAULT FALSE
95: ) AS
96:
97: CURSOR get_dob_dt_cur(cp_person_id igs_pe_passport.person_id%TYPE)
98: IS
99: SELECT birth_date
100: FROM igs_pe_person_base_v
101: WHERE person_id = cp_person_id;