DBA Data[Home] [Help] [Dependency Information]


TABLE: XLA.XLA_LEDGER_OPTIONS

Object Details
Object Name: XLA_LEDGER_OPTIONS
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_LEDGER_OPTIONS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XLA_LEDGER_OPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnLEDGER_ID
XLA_LEDGER_OPTIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEDGER_ID
ColumnCAPTURE_EVENT_FLAG
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application Id
LEDGER_ID NUMBER (15) Yes Ledger Internal Identifier
TRANSFER_TO_GL_MODE_CODE VARCHAR2 (1) Yes Indicates the summary mode for the transfer to GL Program. (P- Summarize by PeriodA-Summarize by Accounting DateD-No Summarization)
ACCT_REVERSAL_OPTION_CODE VARCHAR2 (30) Yes Indicates whether accounting reversal should reverse the sides or reverse the amount signs. The possible values are SIDE -reverse the sides for the reversal entries, SIGN- Reverse the amount sings for the reversal lines.
CAPTURE_EVENT_FLAG VARCHAR2 (1) Yes In the context of application, the column stores a value indicating if accounting events can be created for the ledger or not. If the flag value is 'Y' events can be created for the ledger and if the value is 'N' no events can be created
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
ENABLED_FLAG VARCHAR2 (1) Yes Indicates whether subledger accounting (or GL consolidation) should populate the ledger
ROUNDING_RULE_CODE VARCHAR2 (30) Yes Indicates how amount will be rounded when rounding is performed. Possible Values are:Up: The amount will be rounded upDown: The amount will be rounded downNearest: The amount will be rounded to the nearest number.
MERGE_ACCT_OPTION_CODE VARCHAR2 (30)
Indicated the third party merge accounting option should be applied
EFFECTIVE_PERIOD_NUM NUMBER (8)
The effective period number of the latest period for which the opening of the balances has been completed successfully for the ledger, application.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT APPLICATION_ID
,      LEDGER_ID
,      TRANSFER_TO_GL_MODE_CODE
,      ACCT_REVERSAL_OPTION_CODE
,      CAPTURE_EVENT_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ENABLED_FLAG
,      ROUNDING_RULE_CODE
,      MERGE_ACCT_OPTION_CODE
,      EFFECTIVE_PERIOD_NUM
FROM XLA.XLA_LEDGER_OPTIONS;

Dependencies

[top of page]

XLA.XLA_LEDGER_OPTIONS does not reference any database object

XLA.XLA_LEDGER_OPTIONS is referenced by following:

SchemaXLA
ViewXLA_LEDGER_OPTIONS#