DBA Data[Home] [Help]

APPS.CN_WEBSERVICE_PUB dependencies on JTF_TASK_STATUSES_VL

Line 378: jtf_task_statuses_vl s,

374: ) resource_name,
375: resource_id, resource_type_code, b.planned_start_date,
376: b.scheduled_start_date, 'ESC' sla_esc, NULL calc_date
377: FROM jtf_tasks_b esc_t,
378: jtf_task_statuses_vl s,
379: jtf_tasks_vl b,
380: jtf_task_references_b r,
381: hz_party_sites ps,
382: hz_locations hl,

Line 408: FROM jtf_task_statuses_vl s,

404: ) resource_name,
405: resource_id, resource_type_code, b.planned_start_date,
406: b.scheduled_start_date, 'SLA' sla_esc,
407: planned_start_date - scheduled_start_date calc_date
408: FROM jtf_task_statuses_vl s,
409: jtf_tasks_vl b,
410: hz_party_sites ps,
411: hz_locations hl,
412: hz_parties pi,