DBA Data[Home] [Help]

APPS.PAY_PYSG8SAD_XMLP_PKG dependencies on HR_REPORTS

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

16: function CF_business_groupFormula return VARCHAR2 is
17: v_business_group hr_all_organization_units.name%type;
18:
19: begin
20: v_business_group := hr_reports.get_business_group(p_business_group_id);
21: return v_business_group;
22: end;
23:
24: function BeforeReport return boolean is