rs_script_calls

on-site-related topicS

The following table lists the columns for the rs_script_calls view. The equivalent jcs_script_calls 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 the Step this call belongs to
STEP_ID NUMBER The ID (sequence number) of the Step this call belongs to
CALL_ID NUMBER The ID (sequence number) of this call
R_OWNER VARCHAR2 The owner of the called script
R_SCRIPT_NAME VARCHAR2 The name of the called script
R_SCRIPT_ID NUMBER The ID of the called script
R_SCRIPT_TYPE NUMBER The type of the called script
CONDITION_EXPRESSION VARCHAR2 The precondition for this call to be executed

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