DBA Data[Home] [Help]

APPS.PAY_PAYHKCTL_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 31: v_business_group hr_all_organization_units.name%type;

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