DBA Data[Home] [Help]

APPS.FND_DIAG_REQUEST_ANALYZER dependencies on FND_CONC_REQ_SUMMARY_V

Line 558: FROM fnd_conc_req_summary_v

554: note := jtf_diag_report_factory.create_note('It is in a "Waiting" status. This usually indicates a child request waiting for the parent to release it.', reportcontext);
555: inner_section.add_note(note);
556: SELECT nvl(parent_request_id, -1)
557: INTO parent_id
558: FROM fnd_conc_req_summary_v
559: WHERE request_id = p_req_id;
560:
561: IF parent_id = -1 THEN
562: note := jtf_diag_report_factory.create_note('** Unable to find a parent request for this request', reportcontext);

Line 596: FROM fnd_conc_req_summary_v

592: note := jtf_diag_report_factory.create_note('It is in a "Waiting" status. This usually indicates a child request waiting for the parent to release it.', reportcontext);
593: inner_section.add_note(note);
594: SELECT nvl(parent_request_id, -1)
595: INTO parent_id
596: FROM fnd_conc_req_summary_v
597: WHERE request_id = p_req_id;
598:
599: IF parent_id = -1 THEN
600: note := jtf_diag_report_factory.create_note('** Unable to find a parent request for this request', reportcontext);