Previous  Next          Contents  Index  Navigation  Glossary  Library

Assigning Values for Additional Required and Conditionally Required Columns

You must enter values in all columns of the GL_INTERFACE table that require values, which includes all of the not null columns, in order for Journal Import to successfully convert your import data into journal entries.

Enter values in the following required columns of the GL_INTERFACE table:

Suggestion: You may use the following SQL*Statement to access the appropriate set of books ID:

SELECT SET_OF_BOOKS_ID, NAME 
FROM GL_SETS_OF_BOOKS;

Suggestion: We recommend you use the following SQL*Statement to identify the appropriate encumbrance type ID:

SELECT ENCUMBRANCE_TYPE_ID,
ENCUMBRANCE_TYPE
FROM GL_ENCUMBRANCE_TYPES
WHERE ENABLED_FLAG = 'Y';

Suggestion: We recommend you use the following SQL*Statement to identify the appropriate budget version ID:

SELECT BUDGET_VERSION_ID, 
BUDGET_NAME
FROM GL_BUDGET_VERSIONS
WHERE STATUS IN ('C','O');

See Also

Defining Sets of Books

Defining Budgets

Defining Currencies

Defining Encumbrance Types

Defining Journal Sources

Defining Journal Categeories

Understanding the GL_INTERFACE Table

Assigning Values for Accounts

Assigning Values for Currency Conversion

Assigning Values to Optional Columns

Required NULL Columns in the GL_INTERFACE Table

Importing Specialized Data

About Journal Import Validation

Overview (of Average Balance Processing)


         Previous  Next          Contents  Index  Navigation  Glossary  Library