DBA Data[Home] [Help]

APPS.AP_WEB_OA_MAINFLOW_PKG dependencies on FND_PROFILE

Line 952: FND_PROFILE.VALUE('USER_ID'),

948:
949: l_debug_info := 'Check if user is project enabled';
950: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_OA_MAINFLOW_PKG', l_debug_info);
951: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(p_employee_id,
952: FND_PROFILE.VALUE('USER_ID'),
953: p_is_project_enabled);
954:
955: IF p_is_project_enabled = 'Y' THEN
956: -- for bug 2029630

Line 999: l_reimb_currency_code := FND_PROFILE.VALUE_SPECIFIC(

995: p_resp_id => null,
996: p_apps_id => null);
997: IF (l_nonBasePayAllowed = 'Y') THEN
998: -- Cannot use AP_WEB_UTILITIES_PKG.VALUE_SPECIFIC as user can change preferences without logout.
999: l_reimb_currency_code := FND_PROFILE.VALUE_SPECIFIC(
1000: NAME => 'ICX_PREFERRED_CURRENCY',
1001: USER_ID => l_userId,
1002: RESPONSIBILITY_ID => null,
1003: APPLICATION_ID => null);