DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on JTF_TASK_STATUSES_VL

Line 10193: FROM jtf_task_statuses_vl

10189: schedulable_flag,
10190: closed_flag,
10191: start_date_type,
10192: end_date_type
10193: FROM jtf_task_statuses_vl
10194: WHERE task_status_id = l_task_status_id ;
10195:
10196: -- Cursor to get the details of a task type
10197: CURSOR c_task_type (l_task_type_id IN NUMBER) IS