DBA Data[Home] [Help]

APPS.IGS_PS_AWD_PKG dependencies on IGS_GE_NUMBER

Line 127: new_references.GS_VERSION_NUMBER := igs_ge_number.to_num(column_value);

123: new_references.testamur_type := column_value;
124: ELSIF UPPER(Column_name) = 'GRADING_SCHEMA_CD' THEN
125: new_references.GRADING_SCHEMA_CD := column_value;
126: ELSIF UPPER(Column_name) = 'GS_VERSION_NUMBER' THEN
127: new_references.GS_VERSION_NUMBER := igs_ge_number.to_num(column_value);
128: END IF;
129:
130: IF UPPER(column_name) = 'CLOSED_IND' OR
131: column_name IS NULL THEN