DBA Data[Home] [Help]

APPS.IGS_PS_GOVT_TYPE_PKG dependencies on IGS_GE_NUMBER

Line 92: new_references.govt_course_type := IGS_GE_NUMBER.TO_NUM(column_value);

88: NULL;
89: ELSIF upper(Column_name) = 'CLOSED_IND' then
90: new_references.closed_ind := column_value;
91: ELSIF upper(Column_name) = 'GOVT_COURSE_TYPE' then
92: new_references.govt_course_type := IGS_GE_NUMBER.TO_NUM(column_value);
93: END IF;
94:
95: IF upper(column_name) = 'CLOSED_IND' OR
96: column_name is null Then