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


TABLE: XLA.XLA_TB_DEFINITIONS_B

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


This table stores header-level information for Open Account Balances Listing definitions.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XLA_TB_DEFINITIONS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEFINITION_CODE
XLA_TB_DEFINITIONS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEDGER_ID
Columns
Name Datatype Length Mandatory Comments
DEFINITION_CODE VARCHAR2 (30) Yes Definition code for the Open Account Balances Listing report definition
OBJECT_VERSION_NUMBER NUMBER
Yes Object version number
LEDGER_ID NUMBER (15) Yes Ledger identifier against which the Open Account Balances Listing is generated
ENABLED_FLAG VARCHAR2 (1) Yes "Y'' or ''N'' flag indicating whether the Open Account Balances Listing definition is enabled or not.
BALANCE_SIDE_CODE VARCHAR2 (30) Yes Determines the side of the journal entry that originates the charge against the account being reported
DEFINED_BY_CODE VARCHAR2 (30) Yes Determines the side of the journal entry that originates the charge against the account being reported.
DEFINITION_STATUS_CODE VARCHAR2 (30) Yes Indicates whether the definition needs to be reloaded into the trial balance table:''NEW'', ''RELOAD'', and ''PROCESSED''. This is for internal purposes.
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).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
OWNER_CODE VARCHAR2 (30)
Determines whether the definition is owned by Oracle (updates prevented) or the user.
Query Text

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


SELECT DEFINITION_CODE
,      OBJECT_VERSION_NUMBER
,      LEDGER_ID
,      ENABLED_FLAG
,      BALANCE_SIDE_CODE
,      DEFINED_BY_CODE
,      DEFINITION_STATUS_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      OWNER_CODE
FROM XLA.XLA_TB_DEFINITIONS_B;

Dependencies

[top of page]

XLA.XLA_TB_DEFINITIONS_B does not reference any database object

XLA.XLA_TB_DEFINITIONS_B is referenced by following:

SchemaAPPS
SynonymXLA_TB_DEFINITIONS_B