DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on FND_GLOBAL

Line 257: l_request_id := fnd_global.conc_request_id;

253: END IF;
254:
255: select sysdate into l_init_sysdate from dual;
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;