DBA Data[Home] [Help]

APPS.IGS_PE_GOVCITIZEN_CD_PKG dependencies on IGS_GE_NUMBER

Line 171: new_references.govt_citizenship_cd := IGS_GE_NUMBER.to_num(column_value);

167: NULL;
168: ELSIF upper(Column_name) = 'CLOSED_IND' then
169: new_references.closed_ind := column_value;
170: ELSIF upper(Column_name) = 'GOVT_CITIZENSHIP_CD' then
171: new_references.govt_citizenship_cd := IGS_GE_NUMBER.to_num(column_value);
172: END IF;
173:
174: IF upper(column_name) = 'CLOSED_IND' OR
175: column_name is null Then