DBA Data[Home] [Help]

APPS.FND_DIAG_REQUEST_ANALYZER dependencies on JTF_DIAG_SECTION

Line 81: PROCEDURE print_mgrs(p_req_id IN NUMBER, inner_section IN OUT nocopy jtf_diag_section, reportcontext IN jtf_diag_report_context) AS

77: END IF;
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,

Line 115: SECTION jtf_diag_section;

111: report jtf_diag_report_obj;
112: -- this context is needed for creation of different component in the report
113: reportcontext jtf_diag_report_context;
114: -- section component which will be a container of other component in the report
115: SECTION jtf_diag_section;
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

Line 116: inner_section jtf_diag_section;

112: -- this context is needed for creation of different component in the report
113: reportcontext jtf_diag_report_context;
114: -- section component which will be a container of other component in the report
115: SECTION jtf_diag_section;
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;