[Home] [Help]
[Dependency Information]
| Object Name: | PJM_PROJECTS_MTLL_PV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PJM.PJM_PROJECTS_MTLL_PV
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
PJM_PROJECTS_MTLL_PV is a view used solely by the Project segment of the Stock Locator flexfield. All validation logic is encapsulated in this view.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | (15) | Yes | System-generated number that uniquely identifies a project |
| PROJECT_NUMBER | VARCHAR2 | (25) | Yes | User-entered number that uniquely identifies a project |
| PROJECT_NAME | VARCHAR2 | (30) | Yes | User-entered project name |
| PROJECT_DESCRIPTION | VARCHAR2 | (250) | Project description | |
| PROJECT_NUMBER_SORT_ORDER | VARCHAR2 | (25) | Yes | Sort order for project |
| START_DATE | DATE | Project start date | ||
| COMPLETION_DATE | DATE | Project completion date |
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
FROM APPS.PJM_PROJECTS_MTLL_PV;
APPS
FND_PROFILE
- show dependent code
PA_CROSS_BUSINESS_GRP
- show dependent code
PA_PROJECTS_ALL_BASIC_V
PA_PROJECT_UTILS
- show dependent code
PA_SECURITY
- show dependent code
PJM_ORG_PARAMETERS
PJM_PROJECT_PARAMETERS
APPS.PJM_PROJECTS_MTLL_PV is not referenced by any database object
|
|
|
|