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


TABLE: AP.AP_TRIAL_BAL

Object Details
Object Name: AP_TRIAL_BAL
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.AP_TRIAL_BAL
Subobject Name:
Status: VALID


No longer used.


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
INVOICE_ID NUMBER (15) Yes Invoice identifier
CODE_COMBINATION_ID NUMBER (15) Yes Accounting Flexfield identifier
REMAINING_AMOUNT NUMBER
Yes Amount remaining as an outstanding liability
VENDOR_ID NUMBER (15) Yes Supplier identifier
SET_OF_BOOKS_ID NUMBER (15) Yes Set of Books identifier
ORG_ID NUMBER (15)
Organization identifier
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).
INVOICE_AMOUNT NUMBER

Total invoice amount for this liability account
Query Text

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


SELECT INVOICE_ID
,      CODE_COMBINATION_ID
,      REMAINING_AMOUNT
,      VENDOR_ID
,      SET_OF_BOOKS_ID
,      ORG_ID
,      REQUEST_ID
,      INVOICE_AMOUNT
FROM AP.AP_TRIAL_BAL;

Dependencies

[top of page]

AP.AP_TRIAL_BAL does not reference any database object

AP.AP_TRIAL_BAL is referenced by following:

SchemaAP
ViewAP_TRIAL_BAL#