DBA Data[Home] [Help]

APPS.PER_RVR_BUS dependencies on PER_RI_VIEW_REPORTS

Line 30: per_ri_view_reports rvr

26: cursor csr_sec_grp is
27: select null --pbg.security_group_id,
28: -- pbg.legislation_code
29: from -- per_business_groups_perf pbg
30: per_ri_view_reports rvr
31: -- , EDIT_HERE table_name(s) 333
32: where rvr.workbench_view_report_code = p_workbench_view_report_code;
33: -- and pbg.business_group_id = EDIT_HERE 333.business_group_id;
34: --

Line 102: per_ri_view_reports rvr

98:
99: cursor csr_leg_code is
100: select Null --pbg.legislation_code
101: from -- per_business_groups_perf pbg
102: per_ri_view_reports rvr
103: where rvr.workbench_view_report_code = p_workbench_view_report_code;
104: -- and pbg.business_group_id = EDIT_HERE 333.business_group_id;
105: --
106: -- Declare local variables