Translate

Wednesday, June 24, 2026

Sample control file for GL daily rates interface program in Oracle Apps R12

-- Sample control file

Options (Skip =2)

Load data

infile '$XBOL_TOP/bin/xe.csv'

badfile '$XBOL_TOP/bin/xe.bad'

discardfile '$XBOL_TOP/bin/xe.dis'

insert into table xxgl_exchange_rates_stg

fields terminated by ','

optionally enclosed by '"'

Trailing nullcols

(from_currency

,amount

,from_conversion_date

,to_currency

,conversion_rate)

No comments:

Post a Comment

Text Message

Outside Processing Setups and Cycle in Oracle EBS R12

  OSP Cycle This post is about Oracle Outside Processing Cycle. Outside processing is used when we don't have in house resources to comp...