[Home] [Help]
[Dependency Information]
Object Name: | JE_NO_GEI_SREPORT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View contains accounting info based on GL_CODE_COMBINATIONS and GL_BALANCES.
View is recreated at runtime by procedure P_GEI_VIEW in report JENOGEIS. When recreated it is based on profile values set by Cst.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AUTHORITY_TYPE | VARCHAR2 | (25) | Authority type | |
PERIOD | VARCHAR2 | (15) | Yes | Period |
ACTUAL_FLAG | VARCHAR2 | (1) | Yes | Actual flag |
ACCOUNT_NUMBER | VARCHAR2 | (25) | Account number | |
BALANCE | NUMBER | Balance | ||
TEMPLATE_ID | NUMBER | (15) | Template identifier | |
PERIOD_NUM | NUMBER | (15) | Period number | |
PERIOD_YEAR | NUMBER | (15) | Period year |
Cut, paste (and edit) the following text to query this object:
SELECT AUTHORITY_TYPE
, PERIOD
, ACTUAL_FLAG
, ACCOUNT_NUMBER
, BALANCE
, TEMPLATE_ID
, PERIOD_NUM
, PERIOD_YEAR
FROM APPS.JE_NO_GEI_SREPORT_V;
|
|
|