DBA Data[Home] [Help]

APPS.IGS_FI_EXT_INT_PKG dependencies on IGS_GE_NUMBER

Line 178: new_references.EXCHANGE_RATE := igs_ge_number.to_num(Column_value);

174: NULL;
175: Elsif upper(Column_name) = 'STATUS' Then
176: new_references.status := Column_value;
177: Elsif upper(Column_name) = 'EXCHANGE_RATE' Then
178: new_references.EXCHANGE_RATE := igs_ge_number.to_num(Column_value);
179: End if;
180:
181: -- The following code checks for check constraints on the Columns.
182: IF upper(Column_name)= 'STATUS' or Column_name is null Then