DBA Data[Home] [Help]

APPS.QPR_USER_PLAN_INIT_PVT dependencies on QPR_REPORT_HDRS_TL

Line 261: insert into qpr_report_hdrs_tl

257: where rh.user_id = p_user_id
258: and rh.plan_id = p_plan_id
259: and rh.report_type_header_id = rth.report_type_header_id );
260:
261: insert into qpr_report_hdrs_tl
262: (
263: REPORT_HEADER_ID
264: ,REPORT_NAME
265: ,REPORT_TITLE

Line 304: from qpr_report_hdrs_tl RHT

300: and RTH.language = l.language_code
301: and RHB.report_type_header_id = RTH.report_type_header_id
302: and not exists
303: (select null
304: from qpr_report_hdrs_tl RHT
305: where RHT.report_header_id = RHB.report_header_id
306: and RHT.LANGUAGE = L.LANGUAGE_CODE);
307:
308: