DBA Data[Home] [Help]

APPS.IGS_OR_INST_IMP_001 dependencies on IGS_OR_ORG_INST_TYPE

Line 91: cp_close_ind igs_or_org_inst_type.close_ind%TYPE) is

87:
88: c_lookup_type_rec c_lookup_type%rowtype;
89:
90: cursor c_institution_type(cp_institution_type igs_or_inst_int.institution_type%TYPE,
91: cp_close_ind igs_or_org_inst_type.close_ind%TYPE) is
92: select 'X' from
93: igs_or_org_inst_type where --ssawhney, view to table
94: institution_type = cp_institution_type
95: and close_ind = cp_close_ind;

Line 93: igs_or_org_inst_type where --ssawhney, view to table

89:
90: cursor c_institution_type(cp_institution_type igs_or_inst_int.institution_type%TYPE,
91: cp_close_ind igs_or_org_inst_type.close_ind%TYPE) is
92: select 'X' from
93: igs_or_org_inst_type where --ssawhney, view to table
94: institution_type = cp_institution_type
95: and close_ind = cp_close_ind;
96:
97: c_institution_type_rec c_institution_type%rowtype;