[Home] [Help]
[Dependency Information]
Object Name: | OKE_PROJECTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Database generated row identifier | |
PROJECT_ID | NUMBER | (15) | Yes | System generated project unique identifier |
PROJECT_NUMBER | VARCHAR2 | (25) | Yes | Project manager name |
NAME | VARCHAR2 | (30) | Yes | Project name |
DESCRIPTION | VARCHAR2 | (250) | Description of project | |
START_DATE | DATE | Date when project becomes effective | ||
COMPLETION_DATE | DATE | Date when project is scheduled to be completed | ||
CARRYING_OUT_ORGANIZATION_ID | NUMBER | (15) | Yes | Unique identifier of the organization that is responsible for the project work |
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Name of the organization that is responsible for the project work |
PROJECT_TYPE | VARCHAR2 | (20) | Yes | Project type |
PROJECT_TYPE_CLASS_CODE | VARCHAR2 | (30) | Project type classification | |
PROJECT_STATUS_CODE | VARCHAR2 | (30) | Yes | Internal code for current status of the project |
PROJECT_STATUS_NAME | VARCHAR2 | (80) | Yes | Displayed name for current status of the project |
ALLOWABLE_FUNDING_LEVEL_CODE | VARCHAR2 | (30) | Internal code indicating option to control level of funding based on project type | |
ALLOWABLE_FUNDING_LEVEL | VARCHAR2 | (80) | Current allowable project funding level | |
PROJECT_LEVEL_FUNDING_FLAG | VARCHAR2 | (1) | Flag indicates the existing baselined project funding level |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, PROJECT_ID
, PROJECT_NUMBER
, NAME
, DESCRIPTION
, START_DATE
, COMPLETION_DATE
, CARRYING_OUT_ORGANIZATION_ID
, ORGANIZATION_NAME
, PROJECT_TYPE
, PROJECT_TYPE_CLASS_CODE
, PROJECT_STATUS_CODE
, PROJECT_STATUS_NAME
, ALLOWABLE_FUNDING_LEVEL_CODE
, ALLOWABLE_FUNDING_LEVEL
, PROJECT_LEVEL_FUNDING_FLAG
FROM APPS.OKE_PROJECTS_V;
APPS.OKE_PROJECTS_V is not referenced by any database object
|
|
|