DBA Data[Home] [Help]

APPS.PAY_PAYKRSPL_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 29: v_business_group hr_all_organization_units.name%type;

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