DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on DBMS_APPLICATION_INFO

Line 3119: dbms_application_info.set_module(module,action);

3115: end if;
3116:
3117: dbms_session.set_identifier(username);
3118: -- Set the module and action field of v$session
3119: dbms_application_info.set_module(module,action);
3120: exception
3121: when others then
3122: return;
3123: end tag_db_session;