DBA Data[Home] [Help]

APPS.IGS_PE_GOV_LANG_CD_PKG dependencies on IGS_GE_NUMBER

Line 168: new_references.govt_language_cd :=IGS_GE_NUMBER.to_num(column_value);

164: BEGIN
165: IF column_name is null then
166: NULL;
167: ELSIF upper(Column_name) = 'GOVT_LANGUAGE_CD' then
168: new_references.govt_language_cd :=IGS_GE_NUMBER.to_num(column_value);
169: ELSIF upper(Column_name) = 'CLOSED_IND' then
170: new_references. closed_ind := column_value;
171: END IF;
172: