DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on JTF_TASK_STATUSES_VL

Line 10113: FROM jtf_task_statuses_vl

10109: schedulable_flag,
10110: closed_flag,
10111: start_date_type,
10112: end_date_type
10113: FROM jtf_task_statuses_vl
10114: WHERE task_status_id = l_task_status_id ;
10115:
10116: -- Cursor to get the details of a task type
10117: CURSOR c_task_type (l_task_type_id IN NUMBER) IS