DBA Data[Home] [Help]

APPS.CSP_MINMAX_PVT dependencies on FND_USER

Line 5: G_USER_NAME fnd_user.user_name%TYPE := NULL;

1: PACKAGE BODY CSP_Minmax_PVT AS
2: /* $Header: cspvmmxb.pls 115.0 2003/04/25 18:51:59 phegde noship $ */
3:
4: -- user ID for logging trace
5: G_USER_NAME fnd_user.user_name%TYPE := NULL;
6: G_TRACE_ON BOOLEAN := FALSE;
7:
8: TYPE minmax_items_rectype IS RECORD
9: ( item VARCHAR2(1000)

Line 175: FROM fnd_user

171: -- Find the user name, INV debug profile setting
172: --
173: SELECT user_name
174: INTO G_USER_NAME
175: FROM fnd_user
176: WHERE user_id = p_user_id;
177:
178: SELECT NVL(fnd_profile.value('INV_DEBUG_TRACE'),'2')
179: INTO l_inv_debug