DBA Data[Home] [Help] [Dependency Information]


TABLE: EAM.EAM_PM_ACTIVITIES

Object Details
Object Name: EAM_PM_ACTIVITIES
Object Type: TABLE
Owner: EAM
FND Design Data: TableEAM.EAM_PM_ACTIVITIES
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EAM_PM_ACTIVITIES_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPM_SCHEDULE_ID
ColumnACTIVITY_ASSOCIATION_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

EAM.EAM_PM_ACTIVITIES does not reference any database object

EAM.EAM_PM_ACTIVITIES is referenced by following:

SchemaAPPS
SynonymEAM_PM_ACTIVITIES