[Home] [Help]
[Dependency Information]
| Object Name: | EAM_PERMIT_STATUSES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | EAM.EAM_PERMIT_STATUSES_VL
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | ||
| STATUS_ID | NUMBER | Stores the unique status id | ||
| SYSTEM_STATUS | NUMBER | Stores the WIP status Id. Maps to lookup_code for Wip_Job_Status lookup type | ||
| PERMIT_STATUS | VARCHAR2 | (240) | Shows the user-deifned status or if its a seeded status then displays the seeded status in the current language | |
| SYSTEM_STATUS_DESC | VARCHAR2 | (80) | Yes | Displays system status |
| SEEDED_FLAG | VARCHAR2 | (1) | Stores Y for seeded status and N/Null for user defined status | |
| ENABLED_FLAG | VARCHAR2 | (1) | Stores whether status is enabled or not. Y for enabled and N/Null for disabled | |
| LAST_UPDATE_DATE | DATE | Standard Who Column | ||
| LAST_UPDATED_BY | NUMBER | Standard Who Column | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard Who Column | ||
| CREATED_BY | NUMBER | Standard Who Column | ||
| CREATION_DATE | DATE | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, STATUS_ID
, SYSTEM_STATUS
, PERMIT_STATUS
, SYSTEM_STATUS_DESC
, SEEDED_FLAG
, ENABLED_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM APPS.EAM_PERMIT_STATUSES_VL;
APPS
EAM_SAFETY_USR_DEF_STATUSES_B
EAM_SAFETY_USR_DEF_STATUSES_TL
MFG_LOOKUPS
APPS
EAM_SAFETY_REPORTS_PVT
- show dependent code
EAM_SAF_WO_CONCAT_STATUSES_VL
EAM_WORKORDERREP_PVT
- show dependent code
|
|
|
|