[Home] [Help]
[Dependency Information]
| Object Name: | PSA_BC_ALLOC_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | PSA |
| FND Design Data: | PSA.PSA_BC_ALLOC_GT
|
| Subobject Name: | |
| Status: | VALID |
This table holds the parent child relationship hierarchy of budgetary control accounting events. The hierarchy is used to link accounting lines together which are bound by allocation attributes.
PSA.PSA_BC_ALLOC_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$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSA_BC_ALLOC_GT_U1 | NORMAL | UNIQUE |
|
HIERARCHY_ID
AE_HEADER_ID
AE_LINE_NUM
EVENT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HIERARCHY_ID | NUMBER | (15) | Yes | Hierarchy Identifier |
| AE_HEADER_ID | NUMBER | (15) | Yes | Subledger journal entry identifier |
| AE_LINE_NUM | NUMBER | (15) | Yes | Subledger journal entry identifier |
| EVENT_ID | NUMBER | (15) | Yes | Event Identifier |
| STATUS_CODE | VARCHAR2 | (1) | Yes | Status Code |
Cut, paste (and edit) the following text to query this object:
SELECT HIERARCHY_ID
, AE_HEADER_ID
, AE_LINE_NUM
, EVENT_ID
, STATUS_CODE
FROM PSA.PSA_BC_ALLOC_GT;
PSA.PSA_BC_ALLOC_GT does not reference any database object
PSA.PSA_BC_ALLOC_GT is referenced by following:
APPS
PSA_BC_ALLOC_GT
|
|
|
|