DBA Data[Home] [Help]

APPS.CSM_EMAIL_QUERY_PKG dependencies on JTF_TASKS_TL

Line 831: jtf_tasks_tl ctl,

827: to_char(CSM_EMAIL_QUERY_PKG.ADJUST_TIME(ct.scheduled_end_date), '''|| g_date_format_mask ||''') scheduled_end_date
828: FROM jtf_rs_resource_extns res,
829: jtf_task_assignments a,
830: jtf_tasks_b ct,
831: jtf_tasks_tl ctl,
832: cs_incidents_all_b cia,
833: hz_parties hzp,
834: jtf_task_statuses_b jts,
835: jtf_task_statuses_tl jtstl

Line 873: jtf_tasks_tl ctl,

869: to_char(CSM_EMAIL_QUERY_PKG.ADJUST_TIME(ct.scheduled_start_date), '''|| g_date_format_mask ||''') scheduled_start_date,
870: to_char(CSM_EMAIL_QUERY_PKG.ADJUST_TIME(ct.scheduled_end_date), '''|| g_date_format_mask ||''') scheduled_end_date
871: FROM jtf_task_assignments a,
872: jtf_tasks_b ct,
873: jtf_tasks_tl ctl,
874: cs_incidents_all_b cia,
875: hz_parties hzp,
876: jtf_task_statuses_b jts,
877: jtf_task_statuses_tl jtstl,

Line 1446: jtf_tasks_tl tsktl,

1442: || hzloc.country
1443: AS
1444: address
1445: FROM jtf_tasks_b tsk,
1446: jtf_tasks_tl tsktl,
1447: jtf_task_priorities_b tpb,
1448: jtf_task_priorities_tl tptl,
1449: jtf_task_types_b ttb,
1450: jtf_task_types_tl tttl,