DBA Data[Home] [Help]

APPS.M4R_7B1_WSM_IN dependencies on FND_GLOBAL

Line 4155: l_user_id := fnd_global.user_id();

4151: IF (g_debug_level <= 1) THEN
4152: cln_debug_pub.Add('------- Getting the global values -------' , 1);
4153: END IF;
4154:
4155: l_user_id := fnd_global.user_id();
4156:
4157: IF (g_debug_level <= 1) THEN
4158: cln_debug_pub.Add('l_user_id : ' || l_user_id, 1);
4159: END IF;