DBA Data[Home] [Help]

APPS.ASP_ALERT_ENGINE dependencies on FND_GLOBAL

Line 412: FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id);

408:
409: -- Set the database session context
410: begin
411: if( l_user_id is not null and l_resp_id is not null and l_resp_appl_id is not null) then
412: FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id);
413: if(l_debug_procedure >= l_debug_runtime) then
414: fnd_log.string(l_debug_procedure, G_MODULE||l_api_name, 'FND_GLOBAL.Apps_Initialize called ');
415: end if;
416:

Line 414: fnd_log.string(l_debug_procedure, G_MODULE||l_api_name, 'FND_GLOBAL.Apps_Initialize called ');

410: begin
411: if( l_user_id is not null and l_resp_id is not null and l_resp_appl_id is not null) then
412: FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id);
413: if(l_debug_procedure >= l_debug_runtime) then
414: fnd_log.string(l_debug_procedure, G_MODULE||l_api_name, 'FND_GLOBAL.Apps_Initialize called ');
415: end if;
416:
417: end if;
418: exception