DBA Data[Home] [Help]

APPS.PAY_ZA_COIDA_ARCHIVE dependencies on HR_ORGANIZATION_UNITS

Line 232: hr_organization_units

228: Begin
229: Select name
230: into l_org_name
231: From
232: hr_organization_units
233: Where
234: business_group_id +0 = l_business_grp_id
235: And business_group_id +0 = organization_id;
236: