DBA Data[Home] [Help]

APPS.IGS_PE_EV_FORM_PKG dependencies on IGS_PE_TYP_INSTANCES_ALL

Line 157: igs_pe_typ_instances_all typ , igs_pe_person_types per_typ

153: AND closed_ind = cp_closed_ind;
154:
155: CURSOR person_type (cp_system_type igs_pe_person_types.system_type%TYPE)IS
156: SELECT typ.rowid,typ.* FROM
157: igs_pe_typ_instances_all typ , igs_pe_person_types per_typ
158: WHERE
159: typ.person_id = old_references.person_id AND
160: per_typ.system_type = cp_system_type AND
161: typ.person_type_code = per_typ.person_type_code AND