My Oracle Support Banner

FTP Process Fails With ORA-01747 Error When Charge/Credit Is Selected For Computation (Doc ID 2784693.1)

Last updated on MARCH 02, 2023

Applies to:

Oracle Financial Services Funds Transfer Pricing - Version 8.0.0 and later
Information in this document applies to any platform.
Oracle Financial Services Funds Transfer Pricing (FTP)
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Enterprise Performance Management (EPM)

Symptoms

On FTP 8.0.6 version, Process fails when Charge/Credit is selected for computation.

In below query from process log, CHARGE_CREDIT_TRATE is noticed to be missing. However, this column is present in the FSI_D_CREDIT_CARDS table.

Module Logging OFS errors: (203105) Oracle drv_oci error: OCI Function: [4] - oexec(),
oexn() SQL Function: [0] - SQL function not found! Oracle Error:
ORA- 01747: invalid user.table.column, table.column,
or column specification Driver Function: drv_oci::Execute() SQL
Statement:

update <atomic>.FSI_D_CREDIT_CARDS partition(P1701) a
set BASE_RATE = :BASE_RATE, MATCHED_SPREAD_ALT = cur_net_rate -
:MATCHED_SPREAD_ALT, = (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) * :
where a.ISO_CURRENCY_CD = :ISO_CURRENCY_CD
and a.TP_COA_ID = :TP_COA_ID
and as_of_date = to_date('12/ 31/ 2016', 'mm/ dd/ yyyy')
and LEGAL_ENTITY_ID = - 1
and TP_COA_ID in (select prod_id
from fsi_process_node_map
where process_node is not null
and node_map_id = 1769)

 

ERRORS

ORA-01747: invalid user.table.column, table.column, or column specification

ORA-01036: illegal variable name/ number

Changes

 

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
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.