DBA Data[Home] [Help]

APPS.IGS_PS_DSCP_PKG dependencies on IGS_GE_NUMBER

Line 177: new_references.funding_index_1 := IGS_GE_NUMBER.TO_NUM(column_value);

173: BEGIN
174: IF column_name is null then
175: NULL;
176: ELSIF upper(Column_name) = 'FUNDING_INDEX_1' then
177: new_references.funding_index_1 := IGS_GE_NUMBER.TO_NUM(column_value);
178: ELSIF upper(Column_name) = 'FUNDING_INDEX_2' then
179: new_references.funding_index_2 := IGS_GE_NUMBER.TO_NUM(column_value);
180: ELSIF upper(Column_name) = 'FUNDING_INDEX_3' then
181: new_references.funding_index_3 := IGS_GE_NUMBER.TO_NUM(column_value);

Line 179: new_references.funding_index_2 := IGS_GE_NUMBER.TO_NUM(column_value);

175: NULL;
176: ELSIF upper(Column_name) = 'FUNDING_INDEX_1' then
177: new_references.funding_index_1 := IGS_GE_NUMBER.TO_NUM(column_value);
178: ELSIF upper(Column_name) = 'FUNDING_INDEX_2' then
179: new_references.funding_index_2 := IGS_GE_NUMBER.TO_NUM(column_value);
180: ELSIF upper(Column_name) = 'FUNDING_INDEX_3' then
181: new_references.funding_index_3 := IGS_GE_NUMBER.TO_NUM(column_value);
182: ELSIF upper(Column_name) = 'CLOSED_IND' then
183: new_references.closed_ind := column_value;

Line 181: new_references.funding_index_3 := IGS_GE_NUMBER.TO_NUM(column_value);

177: new_references.funding_index_1 := IGS_GE_NUMBER.TO_NUM(column_value);
178: ELSIF upper(Column_name) = 'FUNDING_INDEX_2' then
179: new_references.funding_index_2 := IGS_GE_NUMBER.TO_NUM(column_value);
180: ELSIF upper(Column_name) = 'FUNDING_INDEX_3' then
181: new_references.funding_index_3 := IGS_GE_NUMBER.TO_NUM(column_value);
182: ELSIF upper(Column_name) = 'CLOSED_IND' then
183: new_references.closed_ind := column_value;
184: ELSIF upper(Column_name) = 'DISCIPLINE_GROUP_CD' then
185: new_references.discipline_group_cd := column_value;