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


TABLE: XLA.XLA_CTRL_BALANCES_INT

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

The temporary table stores the balances for each third party control account.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (18) Yes Internal Id of the application
LEDGER_ID NUMBER (18) Yes Ledger identifier
CODE_COMBINATION_ID NUMBER (18)
Account code combination Id
PARTY_TYPE_CODE VARCHAR2 (90)
Indicates the type of the third party: C: customer S: supplier
PARTY_ID NUMBER (18)
Party identifier. Together with the party_site_id, these two columns make up the third party identification
PARTY_SITE_ID NUMBER (18)
Party site identifier. Together with the party_id, these two columns make up the third party identification. Since party_site_id may be null, it is populated with -999 in this table
PERIOD_NAME VARCHAR2 (45) Yes Accounting period name
INIT_BALANCE_DR NUMBER

Initial Balance Debit Amount
INIT_BALANCE_CR NUMBER

Initial Balance Credit Amount
SEGMENT1 VARCHAR2 (75)
Code Combination Segment value
SEGMENT2 VARCHAR2 (75)
Code Combination Segment value
SEGMENT3 VARCHAR2 (75)
Code Combination Segment value
SEGMENT4 VARCHAR2 (75)
Code Combination Segment value
SEGMENT5 VARCHAR2 (75)
Code Combination Segment value
SEGMENT6 VARCHAR2 (75)
Code Combination Segment value
SEGMENT7 VARCHAR2 (75)
Code Combination Segment value
SEGMENT8 VARCHAR2 (75)
Code Combination Segment value
SEGMENT9 VARCHAR2 (75)
Code Combination Segment value
SEGMENT10 VARCHAR2 (75)
Code Combination Segment value
SEGMENT11 VARCHAR2 (75)
Code Combination Segment value
SEGMENT12 VARCHAR2 (75)
Code Combination Segment value
SEGMENT13 VARCHAR2 (75)
Code Combination Segment value
SEGMENT14 VARCHAR2 (75)
Code Combination Segment value
SEGMENT15 VARCHAR2 (75)
Code Combination Segment value
SEGMENT16 VARCHAR2 (75)
Code Combination Segment value
SEGMENT17 VARCHAR2 (75)
Code Combination Segment value
SEGMENT18 VARCHAR2 (75)
Code Combination Segment value
SEGMENT19 VARCHAR2 (75)
Code Combination Segment value
SEGMENT20 VARCHAR2 (75)
Code Combination Segment value
SEGMENT21 VARCHAR2 (75)
Code Combination Segment value
SEGMENT22 VARCHAR2 (75)
Code Combination Segment value
SEGMENT23 VARCHAR2 (75)
Code Combination Segment value
SEGMENT24 VARCHAR2 (75)
Code Combination Segment value
SEGMENT25 VARCHAR2 (75)
Code Combination Segment value
SEGMENT26 VARCHAR2 (75)
Code Combination Segment value
SEGMENT27 VARCHAR2 (75)
Code Combination Segment value
SEGMENT28 VARCHAR2 (75)
Code Combination Segment value
SEGMENT29 VARCHAR2 (75)
Code Combination Segment value
SEGMENT30 VARCHAR2 (75)
Code Combination Segment value
STATUS VARCHAR2 (90)
Record Status
MESSAGE_CODES VARCHAR2 (3000)
Error Codes
EXISTING_INIT_BALANCE_DR NUMBER

Existing Initial Balance Debit Amount
EXISTING_INIT_BALANCE_CR NUMBER

Existing Initial Balance Credit Amount
EXISTING_EFFECTIVE_PERIOD_NUM NUMBER (18)
Existing effective period number of accounting period
CREATION_DATE TIMESTAMP(6) (11) Yes Standard who column - date when this row was created
CREATED_BY VARCHAR2 (192) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID)
LAST_UPDATE_DATE TIMESTAMP(6) (11) Yes Standard Who column - date when a user last updated this row
LAST_UPDATED_BY VARCHAR2 (192) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID)
LAST_UPDATE_LOGIN VARCHAR2 (96)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID)
REQUEST_ID NUMBER (20)
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)
Query Text

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


SELECT APPLICATION_ID
,      LEDGER_ID
,      CODE_COMBINATION_ID
,      PARTY_TYPE_CODE
,      PARTY_ID
,      PARTY_SITE_ID
,      PERIOD_NAME
,      INIT_BALANCE_DR
,      INIT_BALANCE_CR
,      SEGMENT1
,      SEGMENT2
,      SEGMENT3
,      SEGMENT4
,      SEGMENT5
,      SEGMENT6
,      SEGMENT7
,      SEGMENT8
,      SEGMENT9
,      SEGMENT10
,      SEGMENT11
,      SEGMENT12
,      SEGMENT13
,      SEGMENT14
,      SEGMENT15
,      SEGMENT16
,      SEGMENT17
,      SEGMENT18
,      SEGMENT19
,      SEGMENT20
,      SEGMENT21
,      SEGMENT22
,      SEGMENT23
,      SEGMENT24
,      SEGMENT25
,      SEGMENT26
,      SEGMENT27
,      SEGMENT28
,      SEGMENT29
,      SEGMENT30
,      STATUS
,      MESSAGE_CODES
,      EXISTING_INIT_BALANCE_DR
,      EXISTING_INIT_BALANCE_CR
,      EXISTING_EFFECTIVE_PERIOD_NUM
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
FROM XLA.XLA_CTRL_BALANCES_INT;

Dependencies

[top of page]

XLA.XLA_CTRL_BALANCES_INT does not reference any database object

XLA.XLA_CTRL_BALANCES_INT is referenced by following:

SchemaXLA
ViewXLA_CTRL_BALANCES_INT#