gl interface

8
SFX_AP_STAGING_DUMP GL Journal interface This interface lets you import journals from other applications like Receivables, Payables etc to integrate the information with General Ledger. Pre-requisites: Set of Books Flex field Value sets Code Combinations Currencies Categories Journal Sources Interface tables: GL_INTERFACE Base tables: GL_JE_HEADERS GL_JE_LINES GL_JE_BATCHES Concurrent Program:

Upload: krishan0432

Post on 16-Oct-2014

78 views

Category:

Documents


8 download

TRANSCRIPT

Page 1: GL Interface

SFX_AP_STAGING_DUMP

GL Journal interfaceThis interface lets you import journals from other applications like Receivables, Payables etc to integrate the information with General Ledger.

Pre-requisites:

Set of Books

Flex field Value sets

Code Combinations

Currencies

Categories

Journal Sources

 

Interface tables:

GL_INTERFACE

 

Base tables:

GL_JE_HEADERS

GL_JE_LINES

GL_JE_BATCHES

 

Concurrent Program:

Journal Import

Journal Posting — populates GL_BALANCES

 

Page 2: GL Interface

Validations:

Validate SOB, journal source name, journal category name, actual flag

A – Actual amounts

B – Budget amounts

E – Encumbrance amount

If you enter E in the interface table, then enter appropriate encumbrance ID, if

B enter budget id.

Check if accounting date or GL date based period name is valid (i.e., not closed).

Check if accounting date falls in open or future open period status.

Check chart of accounts id based on Sob id.

Check if code combination is valid and enabled.

Check if record already exists in GL interface table.

Check if already journal exists in GL application.

 

Some important columns that need to be populated in the interface tables:

GL_INTERFACE:

STATUS

SET_OF_BOOKS_ID

ACCOUNTING_DATE

CURRENCY_CODE

DATE_CREATED

CREATED_BY

Page 3: GL Interface

ACTUAL_FLAG

USER_JE_CATEGORY_NAME

USER_JE_SOURCE_NAME

CURRENCY_CONVERSION_DATE

ENCUMBRANCE_TYPE_ID

BUDGET_VERSION_ID

USER_CURRENCY_CONVERSION_TYPE

CURRENCY_CONVERSION_RATE

SEGMENT1 to

ENTERED_DR

ENTERED_CR

ACCOUNTED_DR

ACCOUNTED_CR

TRANSACTION_DATE

PERIOD_NAME

JE_LINE_NUM

CHART_OF_ACCOUNTS_ID

FUNCTIONAL_CURRENCY_CODE

CODE_COMBINATION_ID

DATE_CREATED_IN_GL

GROUP_ID

 

 

Page 4: GL Interface

GL budget interfaceBudget interface lets you load budget data from external sources into Oracle Applications.

 

Pre-requisites:

Set of Books

Flex field Value sets

Code Combinations

 

Interface tables:

GL_BUDGET_INTERFACE

 

Base tables:

GL_BUDGETS

GL_BUDGET_ASSIGNMENTS

GL_BUDGET_TYPES

 

Concurrent program:

Budget Upload

 

Validations:

Check if CURRENCY_CODE is valid.

Check if SET_OF_BOOKS_ID is valid.

Page 5: GL Interface

Check if BUDGET_ENTITY_NAME (budget organization) is valid.

 

 

Some important columns that need to be populated in the interface tables:

 

GL_BUDGET_INTERFACE:

 

BUDGET_NAME NOT

BUDGET_ENTITY_NAME

CURRENCY_CODE

FISCAL_YEAR

UPDATE_LOGIC_TYPE

BUDGET_ENTITY_ID

SET_OF_BOOKS_ID

CODE_COMBINATION_ID

BUDGET_VERSION_ID

PERIOD_TYPE

DR_FLAG

STATUS

ACCOUNT_TYPE

PERIOD1_AMOUNT through PERIOD60_AMOUNT

SEGMENT1 through SEGMENT30

 

Page 6: GL Interface

 

GL daily conversion ratesThis interface lets you load the rates automatically into General Ledger.

Pre-requisites:

Currencies

Conversion rate Types

 

Interface tables:

GL_DAILY_RATES_INTERFACE

 

Base tables:

GL_DAILY_RATES

GL_DAILY_CONVERSION_TYPES

 

Concurrent Program:

You do not need to run any import programs. The insert, update, or deletion of rates in GL_DAILY_RATES is done automatically by database triggers on the GL_DAILY_RATES_INTERFACE. All that is required is to develop program to populate the interface table with daily rates information.

 

Validations:

Check ifFROM_CURRENCY and TO_CURRENCY are valid.

Check if USER_CONVERSION_TYPE is valid.

 

Page 7: GL Interface

Some important columns that need to be populated in the interface tables:

 

GL_DAILY_RATES_INTERFACE:

 

FROM_CURRENCY

TO_CURRENCY

FROM_CONVERSION_DATE

TO_CONVERSION_DATE

USER_CONVERSION_TYPE

CONVERSION_RATE

MODE_FLAG (D= Delete, I = Insert, U = Update)

INVERSE_CONVERSION_RATE