DBA Data[Home] [Help]

APPS.PAY_PAYKRSPL_XMLP_PKG dependencies on HR_REPORTS

Line 32: v_business_group := hr_reports.get_business_group(p_business_group_id);

28: function CF_business_groupFormula return VARCHAR2 is
29: v_business_group hr_all_organization_units.name%type;
30:
31: begin
32: v_business_group := hr_reports.get_business_group(p_business_group_id);
33: return v_business_group;
34: end;
35:
36: function CF_legislation_codeFormula return VARCHAR2 is