DBA Data[Home] [Help]

APPS.WSH_ITM_ASYN_MSGMAP_ASSISTANT dependencies on FND_GLOBAL

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

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

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

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

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

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

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

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