DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on FND_GLOBAL

Line 278: -- This call to fnd_global.apps_initialize is needed because this is

274:
275:
276: l_str_application_id := fnd_profile.value('RESP_APPL_ID');
277:
278: -- This call to fnd_global.apps_initialize is needed because this is
279: -- part of the WO API which can also be used as a standalone API
280: -- and there needs to be a call to APPS_INITIALIZE before
281: -- concurrent programs are called
282:

Line 284: FND_GLOBAL.APPS_INITIALIZE(p_user_id, p_responsibility_id, to_number(l_str_application_id),0);

280: -- and there needs to be a call to APPS_INITIALIZE before
281: -- concurrent programs are called
282:
283: if (p_user_id is not null and p_responsibility_id is not null and l_str_application_id is not null) then
284: FND_GLOBAL.APPS_INITIALIZE(p_user_id, p_responsibility_id, to_number(l_str_application_id),0);
285: end if;
286:
287: /* Changes for MOAC */
288: fnd_request.set_org_id (l_ou_id);