DBA Data[Home] [Help]

APPS.JTF_CALENDAR_PUB_24HR dependencies on JTF_TASK_STATUSES_B

Line 346: jtf_task_statuses_b s

342: p_start start_assign,
343: p_end end_assign
344: from jtf_tasks_b t,
345: jtf_task_assignments a,
346: jtf_task_statuses_b s
347: where a.resource_id = p_res_id
348: and a.resource_type_code = p_res_type
349: and Decode(p_tz_enabled,'Y',
350: Decode(t.timezone_id,NULL, t.scheduled_start_date,

Line 2556: jtf_task_statuses_b s

2552: ),
2553: t.scheduled_end_date) task_end_time
2554: from jtf_tasks_b t,
2555: jtf_task_assignments a,
2556: jtf_task_statuses_b s
2557: where a.resource_id = p_res_id
2558: and a.resource_type_code = p_res_type
2559: and p_req_date between
2560: trunc(Decode(p_tz_enabled,'Y',