DBA Data[Home] [Help]

APPS.PAY_PAYKRSOE_XMLP_PKG dependencies on HR_REPORTS

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

34: function CF_business_groupFormula return VARCHAR2 is
35: v_business_group hr_organization_units.name%type;
36:
37: begin
38: v_business_group := hr_reports.get_business_group(p_business_group_id);
39: return v_business_group;
40: end;
41:
42: function CF_legislation_codeFormula return VARCHAR2 is