DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PJM_PROJECTS_ALL_OU_V

Object Details
Object Name: PJM_PROJECTS_ALL_OU_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPJM.PJM_PROJECTS_ALL_OU_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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

Query Text

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;

Dependencies

[top of page]

APPS.PJM_PROJECTS_ALL_OU_V references the following:

SchemaAPPS
SynonymPA_PROJECTS_ALL
SynonymPJM_SEIBAN_NUMBERS
APPS.PJM_PROJECTS_ALL_OU_V is referenced by following:

SchemaAPPS
Package BodyINV_MWB_QUERY_MANAGER - show dependent code
Package BodyOUTSIDE_PROC_SV - show dependent code
ViewPJM_PROJECT_PROJ_V