[Home] [Help]
[Dependency Information]
Object Name: | AHL_MR_DETAILS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
MR_HEADER_ID | NUMBER | Yes | ||
OBJECT_VERSION_NUMBER | NUMBER | Yes | Stores locking sequence number | |
TITLE | VARCHAR2 | (80) | Yes | User defined name of a MR. The Combination of MR Title, Revision and Version Number is unique. |
VERSION_NUMBER | NUMBER | Yes | System Defined Revision number of the MR. | |
CATEGORY_CODE | VARCHAR2 | (30) | Yes | |
MR_STATUS_CODE | VARCHAR2 | (30) | Yes | Seeded revision status of the MR. This is either DRAFT, COMPLETED, APPROVAL_PENDING, APPROVAL_REJECTED or TERMINATED. FND Lookup of AHL_FMP_REVISION_STATUS |
STATUS | VARCHAR2 | (80) | Yes | Revision status description of the MR. FND_LOOKUP_VALUES.meaning |
PROGRAM_TYPE_CODE | VARCHAR2 | (30) | Yes | User defined Program Type of the MR. FND Lookup of AHL_FMP_MR_PROGRAM_TYPE |
PROGRAM_TYPE | VARCHAR2 | (80) | Yes | User defined Program Type Description of the MR. FND_LOOKUP_VALUES.meaning |
EFFECTIVE_FROM | DATE | Yes | Effective start date of this MR. Only one revision of MR can be effective at any time instance. | |
EFFECTIVE_TO | DATE | Effective end date of this MR. Only one revision of MR can be effective at any time instance. | ||
REVISION | VARCHAR2 | (30) | User Defined Revision number of the MR. | |
DESCRIPTION | VARCHAR2 | (2000) | Description of the MR | |
PARENT_MR_HEADER_ID | NUMBER | The MR_HEADER_ID of the Parent MR. | ||
PARENT_MR_TITLE | VARCHAR2 | (80) | The MR_HEADER_TITLE of the Parent MR. | |
SOURCE_DOC_ID | NUMBER | Identifier of the Originating Document. | ||
SOURCE_DOC_TITLE | VARCHAR2 | (240) | Title of the Originating Document. | |
TYPE_CODE | VARCHAR2 | (30) | Seeded type of Preventive Maintenance, either PROGRAM or ACTIVITY | |
TYPE | VARCHAR2 | (80) | Stores the meaning of type_code |
Cut, paste (and edit) the following text to query this object:
SELECT MR_HEADER_ID
, OBJECT_VERSION_NUMBER
, TITLE
, VERSION_NUMBER
, CATEGORY_CODE
, MR_STATUS_CODE
, STATUS
, PROGRAM_TYPE_CODE
, PROGRAM_TYPE
, EFFECTIVE_FROM
, EFFECTIVE_TO
, REVISION
, DESCRIPTION
, PARENT_MR_HEADER_ID
, PARENT_MR_TITLE
, SOURCE_DOC_ID
, SOURCE_DOC_TITLE
, TYPE_CODE
, TYPE
FROM APPS.AHL_MR_DETAILS_V;
APPS.AHL_MR_DETAILS_V is not referenced by any database object
|
|
|