Previous Topic: View_Audit_Status

Next Topic: View_Change

View_Change_Act_Log

The following is a basic view of all change order activity logs. This is a view of the change request activity log table (chgalg) joined with the activity type table (act_type) and the contact table (ca_contact) to give more meaningful data, such as the actual activity type description and full name of the analyst who performed the activity.

Field

Remarks

id

chgalg.id: The unique identifier for this record in the chgalg table.

persid

chgalg.persid: The unique identifier for this record in the chgalg table, preceded by the object identifier (chgalg for chgalg) and a colon.

change_id

chgalg.change_id: The pointer to the change order id to which this activity belongs.
chgalg.change_id = chgalg.id

last_mod_dt

chgalg.last_mod_dt: The last modify date/time (pdmtime).

time_spent

chgalg.time_spent: The duration of time spent on this activity, stored as the total number of seconds. For example, 80 = 1 minute, 20 seconds.

time_stamp

chgalg.time_stamp: The user modifiable date/time of activity (pdmtime).

system_time

chgalg.system_time: The date/time of record creation (pdmtime).

analyst

chgalg.analyst: The uuid pointer to the contact uuid to get the analyst who performed the activity.
chgalg.analyst = ca_contact.contact_uuid

description

chgalg.description: The text description of this activity, which can be modified by the user.

action_desc

chgalg.action_desc: The text description of the automated action, which cannot be modified by the user.

type

chgalg.type: The text pointer to a record in the activity type table.
chgalg.type = act_type.code

internal

chgalg.internal: The integer flag (1 or 0), which indicates if this log entry is intended for all to see or just for internal use.

knowledge_session

chgalg.knowledge_session: An identifier for a particular session of a particular user.

knowledge_tool

chgalg.knowledge_tool: An indicator of the knowledge tool used for the search, such as NLS_FAQ or EXPERT, and so on.

analyst_lastname

View_Contact_Full.last_name: The analyst's last name, derived from chgalg.analyst = ca_contact.contact_uuid.

analyst_firstname

View_Contact_Full.first_name: The first name of the analyst.

analyst_middlename

View_Contact_Full.middle_name: The middle name of the analyst.

activity_type

act_type.sym: The activity type referenced by chgalg.type = act_type.code.