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


TABLE: XLA.XLA_LAUNCH_OPTIONS

Object Details
Object Name: XLA_LAUNCH_OPTIONS
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_LAUNCH_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_LAUNCH_OPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnLEDGER_ID
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application Id
LEDGER_ID NUMBER (15) Yes Ledger internal identifier. If an application uses a valuation method then the ledger could be a primary or a secondary ledger. If an application does not use a valuation method then it can only be a primary ledger.
ACCOUNTING_MODE_CODE VARCHAR2 (1) Yes Accounting Mode (D-Draft, T-Test, F-Final)
ACCOUNTING_MODE_OVERRIDE_FLAG VARCHAR2 (1) Yes Allows the user to override the Accounting Mode during Accounting Program submission. The possible values are Y-Yes/N-No
SUMMARY_REPORT_FLAG VARCHAR2 (1) Yes Accounting Report Mode(S-Summary, D-Detail)
SUMMARY_REPORT_OVERRIDE_FLAG VARCHAR2 (1) Yes Allows the user to override the Report Summary option during the Accounting Program submission. The possible values are Y-Yes/N-No
SUBMIT_TRANSFER_TO_GL_FLAG VARCHAR2 (1) Yes Indicates whether the transfer to GL should be submitted along after creating accounting entries. (Y-Yes, N-No)
SUBMIT_TRANSFER_OVERRIDE_FLAG VARCHAR2 (1) Yes Allows the user to override the Submit Transfer to GL option during the Accounting Program submission. The possible values are Y-Yes/N-No
SUBMIT_GL_POST_FLAG VARCHAR2 (1) Yes Submit GL Post ( Y-Yes, N-No)
SUBMIT_GL_POST_OVERRIDE_FLAG VARCHAR2 (1) Yes Allows the user to override the Submit GL Post option during the Accounting Program submission. The possible values are Y-Yes/N-No
ERROR_LIMIT NUMBER

Accounting Program Errors Limit
PROCESSES NUMBER
Yes Number of parallel processes used for creating accounting entries.
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).
PROCESSING_UNIT_SIZE NUMBER
Yes Indicates the number of documents to be processed at a time while creating accounting entries.
Query Text

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


SELECT APPLICATION_ID
,      LEDGER_ID
,      ACCOUNTING_MODE_CODE
,      ACCOUNTING_MODE_OVERRIDE_FLAG
,      SUMMARY_REPORT_FLAG
,      SUMMARY_REPORT_OVERRIDE_FLAG
,      SUBMIT_TRANSFER_TO_GL_FLAG
,      SUBMIT_TRANSFER_OVERRIDE_FLAG
,      SUBMIT_GL_POST_FLAG
,      SUBMIT_GL_POST_OVERRIDE_FLAG
,      ERROR_LIMIT
,      PROCESSES
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROCESSING_UNIT_SIZE
FROM XLA.XLA_LAUNCH_OPTIONS;

Dependencies

[top of page]

XLA.XLA_LAUNCH_OPTIONS does not reference any database object

XLA.XLA_LAUNCH_OPTIONS is referenced by following:

SchemaXLA
ViewXLA_LAUNCH_OPTIONS#