DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on HR_OPERATING_UNITS

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

251:
252: l_request_id := fnd_global.conc_request_id;
253:
254: IF (p_org_id is not null) THEN
255: select hr.name into l_org_name from hr_operating_units hr
256: where hr.organization_id = p_org_id;
257: END IF;
258:
259: IF (p_le_id is not null) THEN