[Home] [Help]
[Dependency Information]
Object Name: | EAM_PM_ACTIVITIES |
---|---|
Object Type: | TABLE |
Owner: | EAM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Since one PM Schedule can have multiple activities from R12,the activities for a PM Schdeule are stored in this table,This table stores the PM Schedule activities for a PM Schedule and their associated attributes like next service start date,next service end date.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EAM_PM_ACTIVITIES_U1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACTIVITY_ASSOCIATION_ID | NUMBER | Yes | Primary Key, sequence | |
PM_SCHEDULE_ID | NUMBER | Yes | Preventive Maintenance Schedule Identifier | |
INTERVAL_MULTIPLE | NUMBER | Yes | This will indicate the interval multiple or occurrence of the maintenance activity in the cycle. | |
ALLOW_REPEAT_IN_CYCLE | VARCHAR2 | (1) | Yes | This indicates whether the activity can be repeated in the cycle. |
DAY_TOLERANCE | NUMBER | How many days can the planned activity be delayed? This information is used in suppression | ||
NEXT_SERVICE_START_DATE | DATE | Next service start date of the activity predicted by PM | ||
NEXT_SERVICE_END_DATE | DATE | Next service end date of the activity predicted by PM | ||
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who Column | |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | Yes | Standard Who Column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT ACTIVITY_ASSOCIATION_ID
, PM_SCHEDULE_ID
, INTERVAL_MULTIPLE
, ALLOW_REPEAT_IN_CYCLE
, DAY_TOLERANCE
, NEXT_SERVICE_START_DATE
, NEXT_SERVICE_END_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM EAM.EAM_PM_ACTIVITIES;
EAM.EAM_PM_ACTIVITIES does not reference any database object
EAM.EAM_PM_ACTIVITIES is referenced by following:
|
|
|