DBA Data[Home] [Help]

APPS.PAY_PAYSG21A_XMLP_PKG dependencies on HR_REPORTS

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

42: function CF_business_groupFormula return VARCHAR2 is
43: v_business_group hr_all_organization_units.name%type;
44:
45: begin
46: v_business_group := hr_reports.get_business_group(p_business_group_id);
47: return v_business_group;
48: end;
49:
50: function CF_legislation_codeFormula return VARCHAR2 is