An activity is something that happens bringing about change to the perceived state of the universe.
instance_s (PK, M: CHAR VARYING(19))
Surrogate key of the table.
identifier (M: CHAR VARYING(80))
activity.identifier
The name or label given to the activity.
instance_create_date (O: TIMESTAMP)
e_and_p_data.instance_create_date
This is the date that this instance was created. This date is defined by the source if imported, or is the date the instance is created if a new instance.
last_updated (O: TIMESTAMP)
e_and_p_data.last_updated
This is the date that this instance was last updated. This value should be updated when any part of this instance is altered (except for inverse relationships).
kind_s (FSK, M: CHAR VARYING(19))
activity.kind
The class which asserts the fundamental nature of the activity.
Defines a foreign key to table activity_class.
r_existence_kind (FNK, M: CHAR VARYING(80))
activity.ref_existence_kind
The lifecycle kind of the activity e.g. actual, planned, required or predicted.
Defines a foreign key to table r_existence_kind.
cost (O: FLOAT)
cost_u (FNK, O: CHAR VARYING(15))
activity.cost
The cost of the activity. cost_u: Defines the currency unit. Defines a foreign key to table r_currency_unit.
description (O: CHAR VARYING(2000))
e_and_p_data.description
A remark or comment about the instance.
e_and_p_data.instance_creator
This is the person, company or application that created this instance. This identifies the party responsible for loading this instance.
last_updated_by (O: CHAR VARYING(80))
e_and_p_data.last_updated_by
This records the person or application making the update to this instance.
source (O: CHAR VARYING(80))
e_and_p_data.source
The provider of this instance, which is usually a data provider for imported/purchased data. If this instance is provided by POSC, then this attribute must be "POSC".
activity.activity_context
The object within whose context the activity is identified. activity_context_s: Implements a foreign key to a row in one of the tables projected from entity locatable_object depending on the value of the next column (See below). activity_context_t: Defines the name of the referenced table. Possible values are defined in @locatable_object.
containing_activity_s (FSK, O: CHAR VARYING(19))
activity.containing_activity
Specifies the containing activity. The containing activity indicates the activity for which this activity is a component sub-activity. Constrains the time of the contained activity to be during the containing activity.
Defines a foreign key to table activity.
naming_system (FNK, O: CHAR VARYING(80))
activity.naming_system
The naming system in which the identifier is specified and determined to be unique.
Defines a foreign key to table naming_system.
r_transient_period (FNK, O: CHAR VARYING(80))
activity.ref_transient_period
The type of period over which the property applies, such as day, month, quarter, cumulative, etc.
Defines a foreign key to table r_transient_period.