DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on FND_GLOBAL

Line 252: l_request_id := fnd_global.conc_request_id;

248: END IF;
249:
250: select sysdate into l_init_sysdate from dual;
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;