FUN_STREAM_TYPE_STEPS_B

This table contains mapping of functional process details with the execution information.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FUN_STREAM_TYPE_STEPS_PK

STREAM_TYPE_STEP_ID

Columns

Name Datatype Length Precision Not-null Comments Status
STREAM_TYPE_STEP_ID NUMBER 18 Yes Functional process stream step types unique identifier.
STREAM_TYPE_ID NUMBER 18 Yes Functional process mapping reference identifier.
STREAM_TYPE_STEP_CODE VARCHAR2 30 Yes Indicates the code for the job stream step.
STEP_PROCESS_TYPE_CODE VARCHAR2 30 Yes Thematic or individual job process.
STEP_PROCESS_NAME VARCHAR2 240 Yes Indicates the job process to be executed.
PROCESS_EXECUTION_TYPE_CODE VARCHAR2 30 Yes The method which triggers this step to be execucted. Options include: Event / Schedule / Event-Callback / Schedule-Callback.
PROGRAM_TYPE VARCHAR2 30 Yes The type of the process. For examples, PLSQL, JAVA, ESS, SOAP, REST.
SEQUENCE NUMBER 18 Yes Sequence of the job process execution.
STEP_TYPE_OPERATION VARCHAR2 30 The logical operation performed on the predecessor step type conditions. Values can be LOGICAL_AND or LOGICAL_OR (Default).
NOTIFICATION_ROLE_CODE VARCHAR2 240 Role code for which a notification will be issued for a successful process.
NOTIFICATION_TYPE_CODE VARCHAR2 30 The type of process success notification, such as bell or bell and e-mail, provided to inform users.
NOTIFICATION_PROCESS_URL VARCHAR2 1000 Notification task flow used to support bell notifications for a successful process.
ERROR_NOTIFICATION_ROLE_CODE VARCHAR2 240 Role code for which a notification will be issued for a failed process.
ERROR_NOTIFICATION_TYPE_CODE VARCHAR2 30 The type of process error notification, such as bell or bell and e-mail, provided to inform users.
ERROR_NOTIFICATION_PROCESS_URL VARCHAR2 240 Notification task flow used to support bell notifications for a failed process.
NOTIFICATION_FLAG VARCHAR2 1 The designation for the notification sent on the success or the failure of a business process.
INITIATION_EVENT VARCHAR2 30 The event which triggers this step. Obsolete
COMPLETION_EVENT VARCHAR2 30 The event which is triggered when this step completes successfully. Obsolete
PREPROCESS_TYPE_CODE VARCHAR2 30 Process type executed before the strep (Java or PL/SQL).
PREPROCESS_PACKAGE VARCHAR2 240 Full path of the Java or PL/SQL package.
PREPROCESS_API VARCHAR2 240 Java method or PL/SQL procedure details.
ENABLED_FLAG VARCHAR2 1 Indicates whether record is enabled or not for automation process run.
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.
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.
RECORD_TYPE_CODE VARCHAR2 30 Code to indicate whether the record is migrated, seeded, or defined by the user.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
FUN_STREAM_TYPE_STEPS_B_U1 Unique Default STREAM_TYPE_STEP_ID, ORA_SEED_SET1
FUN_STREAM_TYPE_STEPS_B_U11 Unique Default STREAM_TYPE_STEP_ID, ORA_SEED_SET2
FUN_STREAM_TYPE_STEPS_B_U2 Unique FUSION_TS_TX_DATA STREAM_TYPE_ID, STREAM_TYPE_STEP_CODE, ORA_SEED_SET1
FUN_STREAM_TYPE_STEPS_B_U21 Unique FUSION_TS_TX_DATA STREAM_TYPE_ID, STREAM_TYPE_STEP_CODE, ORA_SEED_SET2