[Home] [Help]
[Dependency Information]
| Object Name: | AHL_MR_HEADERS_APP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AHL.AHL_MR_HEADERS_APP_V
|
| 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 | Primary Key for AHL_MR_HEADERS_B, unique identifier of a MR | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Stores locking sequence number | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| 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. | |
| PRECEDING_MR_HEADER_ID | NUMBER | The MR_HEADER_ID that precedes this one. Used for dependency calculations. | ||
| CATEGORY_CODE | VARCHAR2 | (30) | Yes | User defined Category of the MR. FND Lookup of AHL_FMP_MR_CATEGORY |
| SERVICE_TYPE_CODE | VARCHAR2 | (3) | Seeded service type of the MR. This is either ON or OFF. FND Lookup of AHL_FMP_MR_SERVICE_TYPE | |
| 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 |
| IMPLEMENT_STATUS_CODE | VARCHAR2 | (30) | Yes | Seeded Implement Status of the MR. This is either MANDATORY, OPTIONAL_IMPLEMENT or OPTIONAL_DO_NOT_IMPLEMENT. FND Lookup of AHL_FMP_MR_IMPLEMENT_STATUS |
| REPETITIVE_FLAG | VARCHAR2 | (1) | Yes | Seeded Repetitive flag of MR. This is either Y or N. FND Lookup of AHL_YES_NO_TYPE. |
| SHOW_REPETITIVE_CODE | VARCHAR2 | (4) | Yes | Seeded Flag which is used to show Repeating MRs in Unit Maintenance Plan. This is either ALL or NEXT. FND Lookup of AHL_FMP_MR_SHOW_REPETITIVE |
| WHICHEVER_FIRST_CODE | VARCHAR2 | (5) | Yes | Seeded Flag to determine whether to choose either the first or last due date calculated based on all the Interval / Thresholds defined for this maintenance requirement. This is either FIRST or LAST. FND Lookup of AHL_FMP_THRESHOLD_FIRST |
| COPY_ACCOMPLISHMENT_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether the last accomplishment of this MR should be copied in "Unit Maintenance Plan" when a new revision is created. This is either Y or N. FND Lookup of AHL_YES_NO_TYPE. |
| PROGRAM_TYPE_CODE | VARCHAR2 | (30) | Yes | User defined Program Type of the MR. FND Lookup of AHL_FMP_MR_PROGRAM_TYPE |
| PROGRAM_SUBTYPE_CODE | VARCHAR2 | (30) | User defined Subtype of the Program Type. FND Lookup of AHL_FMP_MR_PROGRAM_SUBTYPE | |
| 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. | |
| BILLING_ITEM_ID | NUMBER | (15) | Billing item id | |
| BILLING_ORG_ID | NUMBER | Inventory Organization ID for the Billing Item. | ||
| SPACE_CATEGORY_CODE | VARCHAR2 | (30) | Space category code based displayed as Visit Type | |
| QA_INSPECTION_TYPE_CODE | VARCHAR2 | (150) | Quality Inspection Type code | |
| DESCRIPTION | VARCHAR2 | (2000) | Description of the MR | |
| COMMENTS | VARCHAR2 | (2000) | Comments for the MR. | |
| SERVICE_REQUEST_TEMPLATE_ID | NUMBER | To store the service request template association for Preventive Maintenance | ||
| TYPE_CODE | VARCHAR2 | (30) | Seeded type of Preventive Maintenance, either PROGRAM or ACTIVITY | |
| DOWN_TIME | NUMBER | The down time for the maintenance requirement | ||
| UOM_CODE | VARCHAR2 | (30) | The UOM_CODE for the MR preventive Maintenance | |
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure defining column | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment column | |
| APPLICATION_USG_CODE | VARCHAR2 | (30) | Application usage code based on profile value for AHL_APPLN_USAGE | |
| AUTO_SIGNOFF_FLAG | VARCHAR2 | (30) | ||
| COPY_INIT_ACCOMPL_FLAG | VARCHAR2 | (1) | Flag to copy First Due defintions from previous revision to current revision when MR is approved. | |
| COPY_DEFERRALS_FLAG | VARCHAR2 | (1) | Flag indicating deferral data to be copied to newer revision from previous revision when MR is approved. |
Cut, paste (and edit) the following text to query this object:
SELECT MR_HEADER_ID
, OBJECT_VERSION_NUMBER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, TITLE
, VERSION_NUMBER
, PRECEDING_MR_HEADER_ID
, CATEGORY_CODE
, SERVICE_TYPE_CODE
, MR_STATUS_CODE
, IMPLEMENT_STATUS_CODE
, REPETITIVE_FLAG
, SHOW_REPETITIVE_CODE
, WHICHEVER_FIRST_CODE
, COPY_ACCOMPLISHMENT_FLAG
, PROGRAM_TYPE_CODE
, PROGRAM_SUBTYPE_CODE
, EFFECTIVE_FROM
, EFFECTIVE_TO
, REVISION
, BILLING_ITEM_ID
, BILLING_ORG_ID
, SPACE_CATEGORY_CODE
, QA_INSPECTION_TYPE_CODE
, DESCRIPTION
, COMMENTS
, SERVICE_REQUEST_TEMPLATE_ID
, TYPE_CODE
, DOWN_TIME
, UOM_CODE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, APPLICATION_USG_CODE
, AUTO_SIGNOFF_FLAG
, COPY_INIT_ACCOMPL_FLAG
, COPY_DEFERRALS_FLAG
FROM APPS.AHL_MR_HEADERS_APP_V;
APPS
AHL_MR_HEADERS_VL
FND_PROFILE
- show dependent code
APPS
AHL_COMPLETIONS_PVT
- show dependent code
AHL_FMP_COMMON_PVT
- show dependent code
AHL_FMP_MR_DOC_ASSO_PVT
- show dependent code
AHL_FMP_MR_HEADER_PVT
- show dependent code
AHL_FMP_MR_INTERVAL_PVT
- show dependent code
AHL_FMP_MR_RELATION_PVT
- show dependent code
AHL_FMP_MR_REVISION_PVT
- show dependent code
AHL_FMP_MR_ROUTE_PVT
- show dependent code
AHL_FMP_MR_ROUTE_SEQNCE_PVT
- show dependent code
AHL_FMP_MR_VISIT_TYPES_PVT
- show dependent code
AHL_FMP_PVT
- show dependent code
AHL_MEL_CDL_HEADERS_PVT
- show dependent code
AHL_MR_EFFECTIVITIES_APP_V
AHL_MR_EFFECTIVITY_DTLS_APP_V
AHL_MR_INTERVALS_APP_V
AHL_MR_PC_NODES_V
AHL_MR_RELATIONSHIPS_APP_V
AHL_MR_ROUTES_APP_V
AHL_MR_ROUTE_SEQUENCES_APP_V
AHL_MR_VISIT_TYPES_APP_V
AHL_PC_HEADER_PVT
- show dependent code
AHL_PC_NODE_PVT
- show dependent code
AHL_SEARCH_TEMPLATE_TASK_V
AHL_SRH_WO_HISTORY_V
AHL_UMP_PROCESSUNIT_PVT
- show dependent code
AHL_UMP_SR_PVT
- show dependent code
AHL_UMP_UNITMAINT_PVT
- show dependent code
AHL_UMP_UNPLANNED_PVT
- show dependent code
AHL_VWP_MR_CST_PR_PVT
- show dependent code
AHL_VWP_PROJ_PROD_PVT
- show dependent code
AHL_VWP_RULES_PVT
- show dependent code
AHL_VWP_TASKS_PVT
- show dependent code
AHL_VWP_UNPLAN_TASKS_PVT
- show dependent code
AHL_VWP_VISIT_CST_PR_PVT
- show dependent code
|
|
|
|