POR_AMX_TASKS

This table stores the approval task metadata of a document.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

POR_AMX_TASKS_PK

TASK_ID

Columns

Name Datatype Length Precision Not-null Comments Status
TASK_ID NUMBER 18 Yes System Generated Unique Identifier
COMPOSITE VARCHAR2 100 Yes Composite Name from SOA
HOSTNAME VARCHAR2 100 Yes Cluster Host of the SOA
TASK_KEY VARCHAR2 100 Yes Task Name from SOA
CUSTOM_CLASS VARCHAR2 100 Custom Class of the Task
TASK_LOOKUP VARCHAR2 30 Yes Lookup Type for Task
DIMENSION_LOOKUP VARCHAR2 30 Yes Lookup Type for Dimension
ATTRIBUTE_LOOKUP VARCHAR2 30 Yes Lookup Type for Attribute
STAGE_LOOKUP VARCHAR2 30 Yes Lookup Type for Stage
PARTICIPANT_LOOKUP VARCHAR2 30 Yes Lookup Type for Participant
SINGLE_APPROVER_LOOKUP VARCHAR2 30 Lookup Type for Single Approver
SUP_CHAIN_OF_LOOKUP VARCHAR2 30 Lookup Type for Chain Of
ROUTE_TO_LOOKUP VARCHAR2 30 Yes Lookup Type of Route To
LOOKUP_CODE VARCHAR2 30 Yes Lookup code of Task
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
TASK_CREATOR_MAPPING VARCHAR2 100 Mapping for task creator
AGGR_ATTR_LOOKUP VARCHAR2 30 Lookup Type to be used for the Aggregate Attribute Type
INITIALIZE_SETUP_API VARCHAR2 1000 Initialize approval rules setup api.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
STOP_AT_JOB_LEVEL_LOOKUP VARCHAR2 30 STOP_AT_JOB_LEVEL_LOOKUP Obsolete
POSITION_CHAIN_OF_LOOKUP VARCHAR2 30 POSITION_CHAIN_OF_LOOKUP Obsolete
STOP_AT_POSITION_LOOKUP VARCHAR2 30 STOP_AT_POSITION_LOOKUP Obsolete
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
por_amx_dimensions por_amx_tasks TASK_ID
por_amx_stages por_amx_tasks TASK_ID

Indexes

Index Uniqueness Tablespace Columns
POR_AMX_TASKS_U1 Unique Default TASK_ID, ORA_SEED_SET1
POR_AMX_TASKS_U11 Unique Default TASK_ID, ORA_SEED_SET2
POR_AMX_TASKS_U2 Unique Default TASK_KEY, COMPOSITE, ORA_SEED_SET1
POR_AMX_TASKS_U21 Unique Default TASK_KEY, COMPOSITE, ORA_SEED_SET2