DBA Data[Home] [Help]

APPS.QPR_DASHBOARD_UTIL dependencies on QPR_REPORT_HDRS_B

Line 161: FROM QPR_REPORT_HDRS_B

157: l_dashboard_detail_id := details_rec.dashboard_detail_id;
158: l_content_id := details_rec.content_id;
159: SELECT report_header_id
160: INTO l_report_header_id
161: FROM QPR_REPORT_HDRS_B
162: WHERE report_type_header_id = l_content_id
163: and user_id = p_user_id
164: and plan_id = p_plan_id
165: and Seeded_Report_Flag = 'Y';