DBA Data[Home] [Help]

APPS.PAY_PYNZQES_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 12: v_business_group hr_all_organization_units.name%type;

8: return (TRUE);
9: end;
10:
11: function CF_business_groupFormula return VARCHAR2 is
12: v_business_group hr_all_organization_units.name%type;
13:
14: begin
15: v_business_group := hr_reports.get_business_group(p_business_group_id);
16: return v_business_group;