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


VIEW: APPS.GMS_ACT_PROJECTS_BASIC_V

Object Details
Object Name: GMS_ACT_PROJECTS_BASIC_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMS.GMS_ACT_PROJECTS_BASIC_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
PROJECT_ID NUMBER (15) Yes Unique identifier for the project
PROJECT_NUMBER VARCHAR2 (25) Yes Unique project number for the project, which could be user-defined or system-generated
PROJECT_NAME VARCHAR2 (30) Yes Unique name for the project
PROJECT_TYPE_CLASS_CODE VARCHAR2 (30)
Classification code for the project type to which the project belongs
TEMPLATE_FLAG VARCHAR2 (1)
Flag indicating whether it is a project or a project template
PM_PROJECT_REFERENCE VARCHAR2 (25)
Reference number for the project, which is potentially populated by a third party's project number for that project
PROJECT_NUMBER_SORT_ORDER VARCHAR2 (25) Yes Unique project number for the project
PROJECT_TYPE VARCHAR2 (20) Yes Project type for the project
ORG_ID NUMBER (15)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROJECT_ID
,      PROJECT_NUMBER
,      PROJECT_NAME
,      PROJECT_TYPE_CLASS_CODE
,      TEMPLATE_FLAG
,      PM_PROJECT_REFERENCE
,      PROJECT_NUMBER_SORT_ORDER
,      PROJECT_TYPE
,      ORG_ID
FROM APPS.GMS_ACT_PROJECTS_BASIC_V;

Dependencies

[top of page]

APPS.GMS_ACT_PROJECTS_BASIC_V references the following:

SchemaAPPS
SynonymPA_PROJECTS_ALL
SynonymPA_PROJECT_TYPES
PL/SQL PackagePA_SECURITY - show dependent code

APPS.GMS_ACT_PROJECTS_BASIC_V is not referenced by any database object