DBA Data[Home] [Help]

APPS.SSP_SSPRPWKS_XMLP_PKG dependencies on HR_REPORTS

Line 25: hr_reports.get_business_group(p_business_group_id);

21: procedure Fetch_Business_group_name is
22: begin
23:
24: c_business_group_name :=
25: hr_reports.get_business_group(p_business_group_id);
26: end Fetch_Business_group_name;
27:
28: --End of DT Fix
29: