DBA Data[Home] [Help]

APPS.FND_DIAG_REQUEST_ANALYZER dependencies on JTF_DIAG_NOTE

Line 82: note jtf_diag_note;

78:
79: END manager_check;
80:
81: PROCEDURE print_mgrs(p_req_id IN NUMBER, inner_section IN OUT nocopy jtf_diag_section, reportcontext IN jtf_diag_report_context) AS
82: note jtf_diag_note;
83: CURSOR c_mgrs(rid NUMBER) IS
84: SELECT user_concurrent_queue_name name,
85: fcwr.running_processes active,
86: decode(fcwr.control_code, 'A', fl.meaning, 'D', fl.meaning, 'E', fl.meaning, 'N', fl.meaning, 'R', fl.meaning, 'T',

Line 120: note jtf_diag_note;

116: inner_section jtf_diag_section;
117: -- message of type info, warning, error can be put inside a report
118: message jtf_diag_message;
119: -- note component
120: note jtf_diag_note;
121: -- hide show component to be displayed in a report
122: hideshow jtf_diag_hide_show;
123: -- table component to be displayed in report
124: table1 jtf_diag_table;