DBA Data[Home] [Help]

APPS.IGS_PS_OFR_OPT_PKG dependencies on IGS_GE_NUMBER

Line 237: new_references.time_limitation := IGS_GE_NUMBER.TO_NUM(column_value);

233: NULL;
234: ELSIF upper(Column_name) = 'FORCED_ATT_TYPE_IND' then
235: new_references.forced_att_type_ind := column_value;
236: ELSIF upper(Column_name) = 'TIME_LIMITATION' then
237: new_references.time_limitation := IGS_GE_NUMBER.TO_NUM(column_value);
238: ELSIF upper(Column_name) = 'FORCED_LOCATION_IND' then
239: new_references.forced_location_ind := column_value;
240: ELSIF upper(Column_name) = 'FORCED_ATT_MODE_IND' then
241: new_references.forced_att_mode_ind := column_value;