[Home] [Help]
[Dependency Information]
| Object Name: | GMS_ACT_PROJECTS_BASIC_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMS.GMS_ACT_PROJECTS_BASIC_V
|
| 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 |
|---|---|---|---|---|
| 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) |
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;
APPS
PA_PROJECTS_ALL
PA_PROJECT_TYPES
PA_SECURITY
- show dependent code
APPS.GMS_ACT_PROJECTS_BASIC_V is not referenced by any database object
|
|
|
|