Previous Topic: DIALOG_FLOWNext Topic: Task


Task

Join the Dialog Flow table with the Procedure Step table to determine the source and destination procedure steps for a specific Dialog Flow.

DIALOG_FLOW.INITS_P_STEP_ID = SRC.ID
DIALOG_FLOW.INITBY_P_STEP_ID = DST.ID

Where SRC and DST refer to the BUS_PROC_STEP table.

When you put Business System name in quotes, you must supply the underscores in column names.