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


TABLE: FEM.FEM_INTG_EXEC_PARAMS_GT

Object Details
Object Name: FEM_INTG_EXEC_PARAMS_GT
Object Type: TABLE
Owner: FEM
Subobject Name:
Status: VALID

Temporary Table Details

FEM.FEM_INTG_EXEC_PARAMS_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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
OUTPUT_DATASET_CODE NUMBER
Yes Output Dataset identifier
EFFECTIVE_PERIOD_NUM NUMBER (15) Yes Denormalized period number
PERIOD_NAME VARCHAR2 (15) Yes Accounting period name
LOAD_METHOD_CODE VARCHAR2 (30) Yes Execution mode
CAL_PERIOD_ID NUMBER

Foreign key to the calendar period
BUDGET_ID NUMBER

Budget version identifier
ENCUMBRANCE_TYPE_ID NUMBER

Encumbrance type identifier
ERROR_CODE VARCHAR2 (30)
This indicates the execution error status of the record. This column will be NULL if the process is without error or has not started. (For internal use only)
REQUEST_ID NUMBER (15)
Process logging request identifier
NUM_OF_ROWS_SELECTED NUMBER

Number of rows selected for posting to FEM
SELECTED_PTD_DR_BAL NUMBER

Period-to-date entered debit balance selected for posting to FEM
SELECTED_PTD_CR_BAL NUMBER

Period-to-date entered credit balance selected for posting to FEM
NUM_OF_ROWS_POSTED NUMBER

Number of rows posted to FEM
POSTED_PTD_DR_BAL NUMBER

Period-to-date entered debit balance posted to FEM
POSTED_PTD_CR_BAL NUMBER

Period-to-date entered credit balance posted to FEM
Query Text

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


SELECT OUTPUT_DATASET_CODE
,      EFFECTIVE_PERIOD_NUM
,      PERIOD_NAME
,      LOAD_METHOD_CODE
,      CAL_PERIOD_ID
,      BUDGET_ID
,      ENCUMBRANCE_TYPE_ID
,      ERROR_CODE
,      REQUEST_ID
,      NUM_OF_ROWS_SELECTED
,      SELECTED_PTD_DR_BAL
,      SELECTED_PTD_CR_BAL
,      NUM_OF_ROWS_POSTED
,      POSTED_PTD_DR_BAL
,      POSTED_PTD_CR_BAL
FROM FEM.FEM_INTG_EXEC_PARAMS_GT;

Dependencies

[top of page]

FEM.FEM_INTG_EXEC_PARAMS_GT does not reference any database object

FEM.FEM_INTG_EXEC_PARAMS_GT is referenced by following:

SchemaAPPS
SynonymFEM_INTG_EXEC_PARAMS_GT