DBA Data[Home] [Help]

APPS.WSH_ITM_ASYN_MSGMAP_ASSISTANT dependencies on FND_GLOBAL

Line 691: WSH_DEBUG_SV.Log(l_module_name, 'Concurrent Request Id', fnd_global.conc_request_id );

687: --variables in debug package WSH_DEBUG_SV
688: WSH_DEBUG_SV.Set_Debug_Count;
689:
690: WSH_DEBUG_SV.Push(l_module_name);
691: WSH_DEBUG_SV.Log(l_module_name, 'Concurrent Request Id', fnd_global.conc_request_id );
692: WSH_DEBUG_SV.Log(l_module_name, 'User Name', fnd_global.user_name );
693: WSH_DEBUG_SV.Log(l_module_name, 'Responsibility Id', fnd_global.resp_id );
694: WSH_DEBUG_SV.Log(l_module_name, 'Responsibility Application Id', fnd_global.resp_appl_id );
695: WSH_DEBUG_SV.Pop(l_module_name);

Line 692: WSH_DEBUG_SV.Log(l_module_name, 'User Name', fnd_global.user_name );

688: WSH_DEBUG_SV.Set_Debug_Count;
689:
690: WSH_DEBUG_SV.Push(l_module_name);
691: WSH_DEBUG_SV.Log(l_module_name, 'Concurrent Request Id', fnd_global.conc_request_id );
692: WSH_DEBUG_SV.Log(l_module_name, 'User Name', fnd_global.user_name );
693: WSH_DEBUG_SV.Log(l_module_name, 'Responsibility Id', fnd_global.resp_id );
694: WSH_DEBUG_SV.Log(l_module_name, 'Responsibility Application Id', fnd_global.resp_appl_id );
695: WSH_DEBUG_SV.Pop(l_module_name);
696: ELSE

Line 693: WSH_DEBUG_SV.Log(l_module_name, 'Responsibility Id', fnd_global.resp_id );

689:
690: WSH_DEBUG_SV.Push(l_module_name);
691: WSH_DEBUG_SV.Log(l_module_name, 'Concurrent Request Id', fnd_global.conc_request_id );
692: WSH_DEBUG_SV.Log(l_module_name, 'User Name', fnd_global.user_name );
693: WSH_DEBUG_SV.Log(l_module_name, 'Responsibility Id', fnd_global.resp_id );
694: WSH_DEBUG_SV.Log(l_module_name, 'Responsibility Application Id', fnd_global.resp_appl_id );
695: WSH_DEBUG_SV.Pop(l_module_name);
696: ELSE
697: G_DEBUG_PROCESS := FALSE;

Line 694: WSH_DEBUG_SV.Log(l_module_name, 'Responsibility Application Id', fnd_global.resp_appl_id );

690: WSH_DEBUG_SV.Push(l_module_name);
691: WSH_DEBUG_SV.Log(l_module_name, 'Concurrent Request Id', fnd_global.conc_request_id );
692: WSH_DEBUG_SV.Log(l_module_name, 'User Name', fnd_global.user_name );
693: WSH_DEBUG_SV.Log(l_module_name, 'Responsibility Id', fnd_global.resp_id );
694: WSH_DEBUG_SV.Log(l_module_name, 'Responsibility Application Id', fnd_global.resp_appl_id );
695: WSH_DEBUG_SV.Pop(l_module_name);
696: ELSE
697: G_DEBUG_PROCESS := FALSE;
698: END IF;