[Home] [Help]
[Dependency Information]
Object Name: | FIIBV_PROJ_CLS4_LCV |
---|---|
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.
FIIBV_PROJ_CLS4_LCV is the Class 4 base view for the Project dimension in EDW
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJ_CLS4_PK | VARCHAR2 | (61) | The unique identifier of the project class | |
NAME | VARCHAR2 | (30) | Yes | Project class name |
PROJECT_CLASS4 | VARCHAR2 | (30) | Yes | Project class |
PROJ_CATEG4_FK | VARCHAR2 | (61) | Foreign key to the project category 4 level | |
INSTANCE | VARCHAR2 | (30) | Instance identifier | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
_DF:PCL:_EDW | CHAR | (34) | This column is for internal use only |
Cut, paste (and edit) the following text to query this object:
SELECT PROJ_CLS4_PK
, NAME
, PROJECT_CLASS4
, PROJ_CATEG4_FK
, INSTANCE
, LAST_UPDATE_DATE
, _DF:PCL:_EDW
FROM APPS.FIIBV_PROJ_CLS4_LCV;
|
|
|