[Home] [Help]
[Dependency Information]
Object Name: | OKS_PM_ACTIVITIES |
---|---|
Object Type: | TABLE |
Owner: | OKS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
OKS_PM_ACTIVITIES is populated by Preventive Maintenance Schedule form. This table contains information for the preventive maintenance activities associated to a Preventive Maintenance program referred in Coverage. Activities are defined as Maintenance Requirement (of type 'Activity') in Complex Maintenance Repair and Overhaul (AHL). SELECT_YN flag can be checked or unchecked for an activity. If the flag is checked, stream levels can be defined for coverage template, stream levels and schedules can be defined for instantiated coverage.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKS_PM_ACTIVITIES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
OKS_PM_ACTIVITIES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKS_PM_ACTIVITIES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKS_PM_ACTIVITIES_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | Yes | Unique Identifier for records in OKS_PM_ACTIVITIES | |
CLE_ID | NUMBER | Unique Identifier for Contract Line. Specifies the Contract line to which this activity applies. Contract Line is a Coverage line. (References OKC_K_LINES_B.ID) | ||
DNZ_CHR_ID | NUMBER | Unique Identifier for Contract Header, denormalized for efficiency | ||
ACTIVITY_ID | NUMBER | Unique Identifier of Maintenance Requirement of type �Activity� defined in AHL. (References AHL_MR_HEADERS_B.MR_HEADER_ID) | ||
SELECT_YN | VARCHAR2 | (1) | Flag to indicate if the particular activity is selected in coverage. | |
CONF_REQ_YN | VARCHAR2 | (1) | Flag to indicate if customer confirmation is required to perform the activity | |
SCH_EXISTS_YN | VARCHAR2 | (1) | If schedule exits for an activity, this flag is populated with �Y� otherwise it is populated with �N�. Used for integration with AHL. | |
PROGRAM_APPLICATION_ID | NUMBER | With PROGRAM_ID, keeps track of which concurrent program created or updated each row | ||
PROGRAM_ID | NUMBER | With PROGRAM_APPLICATION_ID, keeps track of which concurrent program created or updated each row | ||
PROGRAM_UPDATE_DATE | DATE | Date the concurrent program updated the record | ||
OBJECT_VERSION_NUMBER | NUMBER | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. | |
SECURITY_GROUP_ID | NUMBER | Now obsolete. Used to create a Virtual Private Database which was originally designed to be used by Hosting services. | ||
REQUEST_ID | NUMBER | Unique Identifier of a concurrent request | ||
CREATED_BY | NUMBER | (15) | Yes | ID of the user who created the record |
CREATION_DATE | DATE | Yes | Date the record was created | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | ID of the last user who updated the record |
LAST_UPDATE_DATE | DATE | Yes | Date the record was last updated | |
LAST_UPDATE_LOGIN | NUMBER | (15) | OS ID of the user who last updated the record | |
ORIG_SYSTEM_ID1 | NUMBER | Identifier of the source system | ||
ORIG_SYSTEM_REFERENCE1 | VARCHAR2 | (30) | Unique identifier in the source system | |
ORIG_SYSTEM_SOURCE_CODE | VARCHAR2 | (30) | Unique identifier in the source system |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, CLE_ID
, DNZ_CHR_ID
, ACTIVITY_ID
, SELECT_YN
, CONF_REQ_YN
, SCH_EXISTS_YN
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
, REQUEST_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORIG_SYSTEM_ID1
, ORIG_SYSTEM_REFERENCE1
, ORIG_SYSTEM_SOURCE_CODE
FROM OKS.OKS_PM_ACTIVITIES;
OKS.OKS_PM_ACTIVITIES does not reference any database object
OKS.OKS_PM_ACTIVITIES is referenced by following:
|
|
|