[Home] [Help]
[Dependency Information]
Object Name: | PJM_PROJECTS_ALL_OU_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_ID | NUMBER | (15) | The system-generated number that uniquely identifies the project | |
PROJECT_NUMBER | VARCHAR2 | (25) | The project number that uniquely identifies the project. The project number can be user-entered or system-generated as defined in the implementation options | |
PROJECT_NAME | VARCHAR2 | (30) | User-defined name that uniquely identifies the project | |
PROJECT_DESCRIPTION | VARCHAR2 | (250) | The description of the project | |
PROJECT_NUMBER_SORT_ORDER | VARCHAR2 | (25) | Sort order for project | |
START_DATE | DATE | The date on which the project starts; expenditure items with item dates before the start date cannot be entered for the project | ||
COMPLETION_DATE | DATE | The date on which the project is completed; expenditure items with item dates after the completion date cannot be entered for the project | ||
SEIBAN_NUMBER_FLAG | NUMBER | Flag indicating whether the PROJECT_ID identifier identifies a project or seiban | ||
OPERATING_UNIT | NUMBER | Operating unit unique identifer | ||
PROJECT_STATUS_CODE | VARCHAR2 | (30) | ||
PROJECT_TYPE | VARCHAR2 | (20) | ||
CARRYING_OUT_ORGANIZATION_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, PROJECT_NUMBER
, PROJECT_NAME
, PROJECT_DESCRIPTION
, PROJECT_NUMBER_SORT_ORDER
, START_DATE
, COMPLETION_DATE
, SEIBAN_NUMBER_FLAG
, OPERATING_UNIT
, PROJECT_STATUS_CODE
, PROJECT_TYPE
, CARRYING_OUT_ORGANIZATION_ID
FROM APPS.PJM_PROJECTS_ALL_OU_V;
|
|
|