DBA Data[Home] [Help]

APPS.PAY_PAYUSTIM_XMLP_PKG dependencies on HR_ORGANIZATION_UNITS

Line 130: from hr_organization_units

126:
127: if p_gre_id is not null then
128: select name
129: into cp_gre_name
130: from hr_organization_units
131: where organization_id = p_gre_id;
132: end if;
133:
134: