XLA_LAUNCH_OPTIONS
This table contains the default values for accounting program launch options for an application and a ledger.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
XLA_LAUNCH_OPTIONS_PK |
APPLICATION_ID, LEDGER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
APPLICATION_ID | NUMBER | 18 | Yes | Functional area within a software suite of products. For example, Financials or Payroll. | |
LEDGER_ID | NUMBER | 18 | Yes | Self-contained accounting information set for single or multiple legal or management entities. | |
ACCOUNTING_MODE_CODE | VARCHAR2 | 1 | Yes | Default value of the accounting mode parameter. Values are D: Draft, F: Final. | |
ACCOUNTING_MODE_OVERRIDE_FLAG | VARCHAR2 | 1 | Yes | Indicate whether user is allowed to override the Accounting Mode during Accounting Program submission | |
SUMMARY_REPORT_FLAG | VARCHAR2 | 1 | Yes | Default value of the accounting report parameter. Values are S: Summary, D: Detail. | |
SUMMARY_REPORT_OVERRIDE_FLAG | VARCHAR2 | 1 | Yes | Indicates whether user is allowed to override the accounting report mode during accounting program submission. | |
SUBMIT_TRANSFER_TO_GL_FLAG | VARCHAR2 | 1 | Yes | Default value for the transfer to general ledger parameter. | |
SUBMIT_TRANSFER_OVERRIDE_FLAG | VARCHAR2 | 1 | Yes | Allows the user to override the submit transfer to general ledger option during the accounting program submission. The possible values are Y for Yes or N for No. | |
SUBMIT_GL_POST_FLAG | VARCHAR2 | 1 | Yes | Default value for the general ledger posting parameter in the create accounting process. | |
SUBMIT_GL_POST_OVERRIDE_FLAG | VARCHAR2 | 1 | Yes | Allows the user to override the submit general ledger post option during the accounting program submission. The possible values are Y for Yes or N for No. | |
ERROR_LIMIT | NUMBER | Accounting program errors limit. | |||
PROCESSES | NUMBER | Yes | Number of parallel processes used for creating accounting entries. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
PROCESSING_UNIT_SIZE | NUMBER | Yes | Indicates the number of documents to be processed at a time while creating accounting entries. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
GL_TRANS_PROC_UNIT_SIZE | NUMBER | Approximate batch size for GL transfer flow. This will also be the GL Import batch size. If not specified, the corresponding accounting processing_unit_size will be used. | |||
GL_TRANS_PROCESSES | NUMBER | Number of parallel processing workers used for GL transfer flow. If not specified, the corresponding accounting processes will be used. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
XLA_LAUNCH_OPTIONS_U1 | Unique | Default | APPLICATION_ID, LEDGER_ID |