rs_script_steps

on-site-related topic

The following table lists the columns for the rs_script_steps view. The equivalent jcs_script_steps view is available for backward compatibility reasons. The difference between the two is the data type of the date/time columns; the rs_* views use TIMESTAMP WITH TIME ZONE while the jcs_* views use DATE.

Column Datatype Description
OWNER VARCHAR2 The owner of the script
SCRIPT_NAME VARCHAR2 The name of the script
SCRIPT_ID NUMBER The ID of the script
STEP_NAME VARCHAR2 The name of this Step
STEP_ID NUMBER The ID of this Step (sequence number)
SEQUENCE_NUMBER NUMBER The Step sequence number
DESCRIPTION VARCHAR2 The description of this Step
CONDITION_EXPRESSION VARCHAR2 The precondition for this Step to be executed

Note: CONDITION_EXPRESSION: Condition expressions are now in REL instead of PL/SQL