DBA Data[Home] [Help]

APPS.IGS_AS_VAL_SUAAI dependencies on IGS_TR_STEP

Line 105: FROM IGS_TR_STEP trst

101: DECLARE
102: v_check CHAR;
103: CURSOR c_trst IS
104: SELECT 'x'
105: FROM IGS_TR_STEP trst
106: WHERE trst.tracking_id = p_tracking_id AND
107: trst.s_tracking_step_type = 'ASSIGN-DUE' AND
108: trst.completion_dt IS NOT NULL;
109: BEGIN