DBA Data[Home] [Help]

APPS.IGW_REPORT_PROCESSING dependencies on HR_ORGANIZATION_UNITS

Line 1345: from hr_organization_units

1341: and party_type = 'ORGANIZATION';
1342: elsif p_org_id is not null then
1343: select name
1344: into l_org_party_name
1345: from hr_organization_units
1346: where organization_id = p_org_id;
1347: end if;
1348: return (l_org_party_name);
1349: exception