rs_script_calls
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
plsqlTopic
onsiteTopic