DBA Data[Home] [Help]

APPS.JTF_CALENDAR_PUB_24HR dependencies on JTF_TASK_ASSIGNMENTS

Line 345: jtf_task_assignments a,

341: t.scheduled_end_date) end_except,
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',

Line 2555: jtf_task_assignments a,

2551: t.scheduled_end_date)
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