[Home] [Help]
[Dependency Information]
Object Name: | PJM_PROJECTS_ORG_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 |
---|---|---|---|---|
INVENTORY_ORGANIZATION_ID | NUMBER | (15) | Yes | Inventory organization unique identifier |
ORG_ID | NUMBER | Operating unit unique identifier | ||
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 | |
PROJECT_OPERATING_UNIT | VARCHAR2 | (240) | Operating unit unique identifer | |
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 | ||
COST_GROUP_ID | NUMBER | Cost group identifier | ||
PLANNING_GROUP | VARCHAR2 | (30) | Planning group associated to this project |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ORGANIZATION_ID
, ORG_ID
, PROJECT_ID
, PROJECT_NUMBER
, PROJECT_NAME
, PROJECT_DESCRIPTION
, PROJECT_NUMBER_SORT_ORDER
, PROJECT_OPERATING_UNIT
, START_DATE
, COMPLETION_DATE
, COST_GROUP_ID
, PLANNING_GROUP
FROM APPS.PJM_PROJECTS_ORG_OU_V;
|
|
|