DBA Data[Home] [Help]

APPS.IGS_PS_TCH_RESP_OVRD_PKG dependencies on IGS_GE_NUMBER

Line 190: new_references.ci_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);

186:
187: IF column_name is null then
188: NULL;
189: ELSIF upper(Column_name) = 'CI_SEQUENCE_NUMBER' then
190: new_references.ci_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
191: ELSIF upper(Column_name) = 'PERCENTAGE' then
192: new_references.percentage := IGS_GE_NUMBER.TO_NUM(column_value);
193: ELSIF upper(Column_name) = 'UOO_ID' then
194: new_references.uoo_id := IGS_GE_NUMBER.TO_NUM(column_value);

Line 192: new_references.percentage := IGS_GE_NUMBER.TO_NUM(column_value);

188: NULL;
189: ELSIF upper(Column_name) = 'CI_SEQUENCE_NUMBER' then
190: new_references.ci_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
191: ELSIF upper(Column_name) = 'PERCENTAGE' then
192: new_references.percentage := IGS_GE_NUMBER.TO_NUM(column_value);
193: ELSIF upper(Column_name) = 'UOO_ID' then
194: new_references.uoo_id := IGS_GE_NUMBER.TO_NUM(column_value);
195: ELSIF upper(Column_name) = 'CAL_TYPE' then
196: new_references.cal_type := column_value;

Line 194: new_references.uoo_id := IGS_GE_NUMBER.TO_NUM(column_value);

190: new_references.ci_sequence_number := IGS_GE_NUMBER.TO_NUM(column_value);
191: ELSIF upper(Column_name) = 'PERCENTAGE' then
192: new_references.percentage := IGS_GE_NUMBER.TO_NUM(column_value);
193: ELSIF upper(Column_name) = 'UOO_ID' then
194: new_references.uoo_id := IGS_GE_NUMBER.TO_NUM(column_value);
195: ELSIF upper(Column_name) = 'CAL_TYPE' then
196: new_references.cal_type := column_value;
197: ELSIF upper(Column_name) = 'LOCATION_CD' then
198: new_references.location_cd := column_value;