DBA Data[Home] [Help]

APPS.IGS_AV_ADV_STANDING_PKG dependencies on IGS_GE_NUMBER

Line 126: new_references. TOTAL_EXMPTN_GRANTED := IGS_GE_NUMBER.TO_NUM(column_value);

122: NULL;
123: ELSIF upper(Column_name) = 'COURSE_CD' then
124: new_references.COURSE_CD := column_value;
125: ELSIF upper(Column_name) = 'TOTAL_EXMPTN_GRANTED' then
126: new_references. TOTAL_EXMPTN_GRANTED := IGS_GE_NUMBER.TO_NUM(column_value);
127: ELSIF upper(Column_name) = 'EXEMPTION_INSTITUTION_CD' then
128: new_references.EXEMPTION_INSTITUTION_CD := column_value;
129: ELSIF upper(Column_name) = 'TOTAL_EXMPTN_PERC_GRNTD' then
130: new_references.TOTAL_EXMPTN_PERC_GRNTD := IGS_GE_NUMBER.TO_NUM(column_value);

Line 130: new_references.TOTAL_EXMPTN_PERC_GRNTD := IGS_GE_NUMBER.TO_NUM(column_value);

126: new_references. TOTAL_EXMPTN_GRANTED := IGS_GE_NUMBER.TO_NUM(column_value);
127: ELSIF upper(Column_name) = 'EXEMPTION_INSTITUTION_CD' then
128: new_references.EXEMPTION_INSTITUTION_CD := column_value;
129: ELSIF upper(Column_name) = 'TOTAL_EXMPTN_PERC_GRNTD' then
130: new_references.TOTAL_EXMPTN_PERC_GRNTD := IGS_GE_NUMBER.TO_NUM(column_value);
131: ELSIF upper(Column_name) = 'TOTAL_EXMPTN_APPROVED' then
132: new_references.TOTAL_EXMPTN_APPROVED := IGS_GE_NUMBER.TO_NUM(column_value);
133: END IF;
134:

Line 132: new_references.TOTAL_EXMPTN_APPROVED := IGS_GE_NUMBER.TO_NUM(column_value);

128: new_references.EXEMPTION_INSTITUTION_CD := column_value;
129: ELSIF upper(Column_name) = 'TOTAL_EXMPTN_PERC_GRNTD' then
130: new_references.TOTAL_EXMPTN_PERC_GRNTD := IGS_GE_NUMBER.TO_NUM(column_value);
131: ELSIF upper(Column_name) = 'TOTAL_EXMPTN_APPROVED' then
132: new_references.TOTAL_EXMPTN_APPROVED := IGS_GE_NUMBER.TO_NUM(column_value);
133: END IF;
134:
135: IF upper(column_name) = 'COURSE_CD' OR
136: column_name is null Then