DBA Data[Home] [Help]

APPS.PAY_PAYCNSOE_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 26: v_business_group hr_all_organization_units.name%type;

22: return (TRUE);
23: end;
24:
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;