[Home] [Help]
[Dependency Information]
| Object Name: | AP_TRIAL_BAL_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | AP |
| Subobject Name: | |
| Status: | VALID |
AP.AP_TRIAL_BAL_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVOICE_ID | NUMBER | (15) | ||
| CODE_COMBINATION_ID | NUMBER | (15) | ||
| REMAINING_AMOUNT | NUMBER | |||
| VENDOR_ID | NUMBER | (15) | ||
| SET_OF_BOOKS_ID | NUMBER | (15) | ||
| ORG_ID | NUMBER | (15) | ||
| REQUEST_ID | NUMBER | (15) | ||
| INVOICE_AMOUNT | NUMBER |
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_GT;
AP.AP_TRIAL_BAL_GT does not reference any database object
AP.AP_TRIAL_BAL_GT is referenced by following:
APPS
AP_TRIAL_BAL_GT
|
|
|
|