DBA Data[Home] [Help]

APPS.IGS_DA_XML_PKG dependencies on IGS_PE_TYP_INSTANCES_ALL

Line 42: person_type_code igs_pe_typ_instances_all.person_type_code%TYPE);

38: -- Record and Table types for
39: -- student_type_list function
40: --
41: TYPE r_student_type_rec IS RECORD (
42: person_type_code igs_pe_typ_instances_all.person_type_code%TYPE);
43:
44: TYPE t_student_type_table IS TABLE OF
45: r_student_type_rec INDEX BY BINARY_INTEGER;
46: