DBA Data[Home] [Help]

APPS.PQH_PQHWSOPS_XMLP_PKG dependencies on HR_REPORTS

Line 64: hr_reports.get_business_group(p_business_group_id);

60:
61: P_REPORT_TITLE := hr_general.decode_lookup('PQH_REPORT_TITLES','PQHWSOPS');
62:
63: c_business_group_name :=
64: hr_reports.get_business_group(p_business_group_id);
65:
66: OPEN csr_session_date;
67: FETCH csr_session_date INTO cp_session_dt;
68: CLOSE csr_session_date;