DBA Data[Home] [Help]

APPS.ENG_REVISED_ITEM_UTIL dependencies on FND_PROFILE

Line 2488: l_user_id := to_number(Fnd_Profile.Value('USER_ID'));

2484: AND bcb.IMPLEMENTATION_DATE IS NULL;
2485:
2486: BEGIN
2487:
2488: l_user_id := to_number(Fnd_Profile.Value('USER_ID'));
2489: l_login_id := to_number(Fnd_Profile.Value('LOGIN_ID'));
2490:
2491: IF (p_debug = 'Y')
2492: THEN

Line 2489: l_login_id := to_number(Fnd_Profile.Value('LOGIN_ID'));

2485:
2486: BEGIN
2487:
2488: l_user_id := to_number(Fnd_Profile.Value('USER_ID'));
2489: l_login_id := to_number(Fnd_Profile.Value('LOGIN_ID'));
2490:
2491: IF (p_debug = 'Y')
2492: THEN
2493: BOM_Globals.Set_Debug(p_debug);