DBA Data[Home] [Help]

APPS.PAY_PAYRPBLK1_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 27: v_business_group hr_all_organization_units.name%type;

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