FTP Process With Replicating Portfolio Behavior Pattern Fails With 'ORA- 00904: "INF": invalid identifier Driver'
(Doc ID 2759521.1)
Last updated on MARCH 30, 2023
Applies to:
Oracle Financial Services Funds Transfer Pricing - Version 8.0.0 and laterInformation in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Funds Transfer Pricing (FTP)
Symptoms
When attempting to run an FTP Process that includes records using a Replicating Portfolio Behavior Pattern, the FTP Process fails with the ORA-00904 error below in the log file:
Module Logging OFS errors: (203105) Oracle drv_oci error: OCI Function: [4] - oexec(),
oexn() SQL Function: [5] -
UPDATE Oracle Error: ORA- 00904: "INF": invalid identifier Driver
Function: drv_oci::Execute() SQL Statement:
update FSI_D_CASA
set TRANSFER_RATE = inf, MATCHED_SPREAD_C = cur_net_Rate - inf,
charge_credit_trate = (avg_book_bal - (case when expected_bal >0
then (EXPECTED_BAL * (OFFSET_Percent/ 100) ) else 0 end)) * (1-
nvl(percent_sold, 0)/ 100) * decode ( accrual_basis_cd, 1 , 30/
360, 2 , 31/ 360.0 , 3, 31/ 366, 4 , 30.0/ 365.0 , 5, 30.0/ 366,
6 , 31/ 365.0 , 7 , 31/ 366, 31/ 366) * inf/ 100
where PRODUCT_ID = 10001.000000
and iso_currency_cd = 'USD'
and as_of_date = to_date('12/ 31/ 2020', 'mm/ dd/ yyyy')and
(((FSI_D_CASA.PRODUCT_ID = 10001)))
As a result, no Transfer Rate is generated.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |