DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on FND_PROFILE

Line 3574: ENG_GLOBALS.g_who_rec.user_id := FND_PROFILE.value('USER_ID');

3570: -- in 11.5.5. Refer bug 3823876 FP fix for 3762086.
3571: -- IF (l_comp_cnt > 0) THEN
3572:
3573: ENG_GLOBALS.g_who_rec.org_id := org_id;
3574: ENG_GLOBALS.g_who_rec.user_id := FND_PROFILE.value('USER_ID');
3575: ENG_GLOBALS.g_who_rec.login_id := FND_PROFILE.value('LOGIN_ID');
3576: ENG_GLOBALS.g_who_rec.prog_appid := FND_PROFILE.value('RESP_APPL_ID');
3577: ENG_GLOBALS.g_who_rec.prog_id := NULL;
3578: ENG_GLOBALS.g_who_rec.req_id := NULL;

Line 3575: ENG_GLOBALS.g_who_rec.login_id := FND_PROFILE.value('LOGIN_ID');

3571: -- IF (l_comp_cnt > 0) THEN
3572:
3573: ENG_GLOBALS.g_who_rec.org_id := org_id;
3574: ENG_GLOBALS.g_who_rec.user_id := FND_PROFILE.value('USER_ID');
3575: ENG_GLOBALS.g_who_rec.login_id := FND_PROFILE.value('LOGIN_ID');
3576: ENG_GLOBALS.g_who_rec.prog_appid := FND_PROFILE.value('RESP_APPL_ID');
3577: ENG_GLOBALS.g_who_rec.prog_id := NULL;
3578: ENG_GLOBALS.g_who_rec.req_id := NULL;
3579:

Line 3576: ENG_GLOBALS.g_who_rec.prog_appid := FND_PROFILE.value('RESP_APPL_ID');

3572:
3573: ENG_GLOBALS.g_who_rec.org_id := org_id;
3574: ENG_GLOBALS.g_who_rec.user_id := FND_PROFILE.value('USER_ID');
3575: ENG_GLOBALS.g_who_rec.login_id := FND_PROFILE.value('LOGIN_ID');
3576: ENG_GLOBALS.g_who_rec.prog_appid := FND_PROFILE.value('RESP_APPL_ID');
3577: ENG_GLOBALS.g_who_rec.prog_id := NULL;
3578: ENG_GLOBALS.g_who_rec.req_id := NULL;
3579:
3580: FND_GLOBAL.apps_initialize(user_id => ENG_GLOBALS.g_who_rec.user_id,

Line 3581: resp_id => FND_PROFILE.value('RESP_ID'),

3577: ENG_GLOBALS.g_who_rec.prog_id := NULL;
3578: ENG_GLOBALS.g_who_rec.req_id := NULL;
3579:
3580: FND_GLOBAL.apps_initialize(user_id => ENG_GLOBALS.g_who_rec.user_id,
3581: resp_id => FND_PROFILE.value('RESP_ID'),
3582: resp_appl_id => ENG_GLOBALS.g_who_rec.prog_appid
3583: );
3584:
3585: --Initializing the Error Handler

Line 3626: l_eres_enabled := FND_PROFILE.VALUE('EDR_ERES_ENABLED');

3622: RAISE process_eco_error;
3623: END IF;
3624:
3625: -- ERES change begins :
3626: l_eres_enabled := FND_PROFILE.VALUE('EDR_ERES_ENABLED');
3627: FND_FILE.PUT_LINE(FND_FILE.LOG,'Info: profile EDR_ERES_ENABLED ='||l_eres_enabled||'.');
3628: IF ( NVL( l_eres_enabled, 'N') = 'Y')
3629: THEN
3630: Raise_ECO_Create_Event