DBA Data[Home] [Help]

APPS.QA_CHAR_UPDATE_PKG dependencies on FND_GLOBAL

Line 67: 'EVENT NAME: ' || p_event.GetEventName() || ' EVENT KEY: ' || l_event_key || ' USER ID: ' || FND_GLOBAL.user_id || ' LOGIN ID: ' || FND_GLOBAL.login_id

63: FND_LOG.string
64: (
65: FND_LOG.level_statement,
66: g_pkg_name || '.' || l_api_name,
67: 'EVENT NAME: ' || p_event.GetEventName() || ' EVENT KEY: ' || l_event_key || ' USER ID: ' || FND_GLOBAL.user_id || ' LOGIN ID: ' || FND_GLOBAL.login_id
68: );
69: END IF;
70:
71: -- Resolve the Event Key into the old and new User Names