DBA Data[Home] [Help]

APPS.IGS_AD_TERM_UNITDTLS_PKG dependencies on IGS_GE_NUMBER

Line 147: new_references.cp_attempted := IGS_GE_NUMBER.TO_NUM(column_value);

143:
144: IF column_name IS NULL THEN
145: NULL;
146: ELSIF UPPER(column_name) = 'CP_ATTEMPTED' THEN
147: new_references.cp_attempted := IGS_GE_NUMBER.TO_NUM(column_value);
148: ELSIF UPPER(column_name) = 'CP_EARNED' THEN
149: new_references.cp_earned := IGS_GE_NUMBER.TO_NUM(column_value);
150: ELSIF UPPER(column_name) = 'UNIT_GRADE_POINTS' THEN
151: new_references.unit_grade_points := IGS_GE_NUMBER.TO_NUM(column_value);

Line 149: new_references.cp_earned := IGS_GE_NUMBER.TO_NUM(column_value);

145: NULL;
146: ELSIF UPPER(column_name) = 'CP_ATTEMPTED' THEN
147: new_references.cp_attempted := IGS_GE_NUMBER.TO_NUM(column_value);
148: ELSIF UPPER(column_name) = 'CP_EARNED' THEN
149: new_references.cp_earned := IGS_GE_NUMBER.TO_NUM(column_value);
150: ELSIF UPPER(column_name) = 'UNIT_GRADE_POINTS' THEN
151: new_references.unit_grade_points := IGS_GE_NUMBER.TO_NUM(column_value);
152: NULL;
153: END IF;

Line 151: new_references.unit_grade_points := IGS_GE_NUMBER.TO_NUM(column_value);

147: new_references.cp_attempted := IGS_GE_NUMBER.TO_NUM(column_value);
148: ELSIF UPPER(column_name) = 'CP_EARNED' THEN
149: new_references.cp_earned := IGS_GE_NUMBER.TO_NUM(column_value);
150: ELSIF UPPER(column_name) = 'UNIT_GRADE_POINTS' THEN
151: new_references.unit_grade_points := IGS_GE_NUMBER.TO_NUM(column_value);
152: NULL;
153: END IF;
154:
155: