[Home] [Help]
[Dependency Information]
Object Name: | AP_TB_BALANCES_TMP |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
AP_TB_BALANCES_TMP stores balance amounts for each liability account within a ledger as of the balance date. This table is used during trial balance upgrade to populate the account balances based on XLA_UPGRADE_DATES.start_date
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEDGER_ID | NUMBER | Ledger Identifier | ||
CODE_COMBINATION_ID | NUMBER | Account Identifier | ||
BALANCE_DATE | DATE | Balance Date for which Balance Amount is stored | ||
BALANCE_AMOUNT | NUMBER | Balance Amount |
Cut, paste (and edit) the following text to query this object:
SELECT LEDGER_ID
, CODE_COMBINATION_ID
, BALANCE_DATE
, BALANCE_AMOUNT
FROM AP.AP_TB_BALANCES_TMP;
AP.AP_TB_BALANCES_TMP does not reference any database object
AP.AP_TB_BALANCES_TMP is referenced by following:
|
|
|