[Home] [Help]
[Dependency Information]
| Object Name: | PJM_PROJECTS_MTLL_SV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PJM.PJM_PROJECTS_MTLL_SV
|
| 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_SV 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 seiban |
| PROJECT_NUMBER | VARCHAR2 | (25) | Yes | User-entered number that uniquely identifies a seiban |
| PROJECT_NAME | VARCHAR2 | (30) | Yes | User-entered seiban name |
| PROJECT_DESCRIPTION | VARCHAR2 | (30) | Yes | Seiban description |
| PROJECT_NUMBER_SORT_ORDER | VARCHAR2 | (25) | Yes | Sort order for seiban |
| START_DATE | DATE | Not currently used | ||
| COMPLETION_DATE | DATE | Not currently used |
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_SV;
APPS
FND_PROFILE
- show dependent code
PJM_ORG_PARAMETERS
PJM_PROJECT_PARAMETERS
PJM_SEIBAN_NUMBERS
APPS.PJM_PROJECTS_MTLL_SV is not referenced by any database object
|
|
|
|