DBA Data[Home] [Help]

APPS.ENG_REVISED_ITEM_UTIL dependencies on FND_PROFILE

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

2508: AND bcb.IMPLEMENTATION_DATE IS NULL;
2509:
2510: BEGIN
2511:
2512: l_user_id := to_number(Fnd_Profile.Value('USER_ID'));
2513: l_login_id := to_number(Fnd_Profile.Value('LOGIN_ID'));
2514:
2515: IF (p_debug = 'Y')
2516: THEN

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

2509:
2510: BEGIN
2511:
2512: l_user_id := to_number(Fnd_Profile.Value('USER_ID'));
2513: l_login_id := to_number(Fnd_Profile.Value('LOGIN_ID'));
2514:
2515: IF (p_debug = 'Y')
2516: THEN
2517: BOM_Globals.Set_Debug(p_debug);