DBA Data[Home] [Help]

APPS.PAY_PAYCNSOE_XMLP_PKG dependencies on HR_REPORTS

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

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