[Home] [Help]
[Dependency Information]
Object Name: | XLA_GL_TRANSFER_PROGRAMS |
---|---|
Object Type: | TABLE |
Owner: | XLA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
GL Transfer program definition. Stores runtime parameters for a transfer program.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROGRAM_NAME | VARCHAR2 | (30) | Yes | Uniquely identifies the calling application. |
APPLICATION_ID | NUMBER | (15) | Calling application ID. | |
ACCOUNT_VALIDATION_FLAG | VARCHAR2 | (1) | If set to 'Y' the transfer will perform account validation for each accounting entry line being transferred. | |
PERIOD_STATUS_TABLE_NAME | VARCHAR2 | (30) | Describes the table name that has accounting periods information | |
JE_SOURCE_NAME | VARCHAR2 | (25) | Journal Entry Source Name e.g. Payables, Periodic Inventory etc. | |
PRE_COMMIT_API_NAME | VARCHAR2 | (240) | Sub Ledger API to be called before commiting changes. | |
ENTRY_TYPE | VARCHAR2 | (1) | Indicates accounting entry types created by the application. |
Cut, paste (and edit) the following text to query this object:
SELECT PROGRAM_NAME
, APPLICATION_ID
, ACCOUNT_VALIDATION_FLAG
, PERIOD_STATUS_TABLE_NAME
, JE_SOURCE_NAME
, PRE_COMMIT_API_NAME
, ENTRY_TYPE
FROM XLA.XLA_GL_TRANSFER_PROGRAMS;
XLA.XLA_GL_TRANSFER_PROGRAMS does not reference any database object
XLA.XLA_GL_TRANSFER_PROGRAMS is referenced by following:
|
|
|