DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on HR_OPERATING_UNITS

Line 260: select hr.name into l_org_name from hr_operating_units hr

256:
257: l_request_id := fnd_global.conc_request_id;
258:
259: IF (p_org_id is not null) THEN
260: select hr.name into l_org_name from hr_operating_units hr
261: where hr.organization_id = p_org_id;
262: END IF;
263:
264: IF (p_le_id is not null) THEN