DBA Data[Home] [Help]

APPS.PSP_ER_WORKFLOW dependencies on PSP_REPORT_TEMPLATE_DETAILS_H

Line 2020: psp_report_template_details_h temp

2016:
2017: cursor get_member_role is
2018: select distinct wf.name
2019: from wf_roles wf,
2020: psp_report_template_details_h temp
2021: where temp.request_id = l_request_id
2022: and wf.orig_system = 'PER'
2023: and to_char(wf.orig_system_id) = temp.criteria_value1
2024: and temp.criteria_lookup_type = 'PSP_SELECTION_CRITERIA'