DBA Data[Home] [Help]

APPS.CSP_PROD_TASK_PARTS_HISTORY dependencies on CSF_DEBRIEF_HEADERS

Line 31: csf_debrief_headers cdh,

27: cdh.statistics_updated,
28: cdh.debrief_header_id,
29: cdl.debrief_line_id
30: from csf_debrief_lines cdl,
31: csf_debrief_headers cdh,
32: jtf_task_assignments jta,
33: jtf_tasks_b jtb,
34: mtl_system_items_b msib,
35: cs_incidents_all cia

Line 132: update csf_debrief_headers

128: p_product_task_id => l_product_task_id,
129: p_actual_times_used => l_actual_times_used);
130: end if;
131:
132: update csf_debrief_headers
133: set statistics_updated = 'Y'
134: where debrief_header_id = cdl.debrief_header_id;
135:
136: end if;