DBA Data[Home] [Help]

APPS.PSP_ER_WORKFLOW dependencies on PSP_REPORT_TEMPLATE_DETAILS_H

Line 1980: psp_report_template_details_h temp

1976:
1977: cursor get_member_role is
1978: select distinct wf.name
1979: from wf_roles wf,
1980: psp_report_template_details_h temp
1981: where temp.request_id = l_request_id
1982: and wf.orig_system = 'PER'
1983: and to_char(wf.orig_system_id) = temp.criteria_value1
1984: and temp.criteria_lookup_type = 'PSP_SELECTION_CRITERIA'