DBA Data[Home] [Help]

APPS.AP_WEB_OA_MAINFLOW_PKG dependencies on FND_PROFILE

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

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

Line 997: l_reimb_currency_code := FND_PROFILE.VALUE_SPECIFIC(

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