DBA Data[Home] [Help]

APPS.IGS_PE_GOV_ABRGRESCD_PKG dependencies on IGS_GE_NUMBER

Line 97: new_references.govt_aborig_torres_cd := IGS_GE_NUMBER.to_num(column_value);

93: NULL;
94: ELSIF upper(Column_name) = 'CLOSED_IND' then
95: new_references.closed_ind := column_value;
96: ELSIF upper(Column_name) = 'GOVT_ABORIG_TORRES_CD' then
97: new_references.govt_aborig_torres_cd := IGS_GE_NUMBER.to_num(column_value);
98: END IF;
99:
100: IF upper(column_name) = 'CLOSED_IND' OR
101: column_name is null Then