DBA Data[Home] [Help]

APPS.AP_WEB_DISC_PKG dependencies on AP_WEB_DB_USER_PREF_PKG

Line 3475: l_userPrefs AP_WEB_DB_USER_PREF_PKG.UserPrefsInfoRec;

3471: l_is_fixed_rate VARCHAR2(1);
3472:
3473: --Bug 3068461
3474: l_bUserPrefResult BOOLEAN;
3475: l_userPrefs AP_WEB_DB_USER_PREF_PKG.UserPrefsInfoRec;
3476: l_policyRateOptions AP_WEB_OA_DISC_PKG.PolicyRateOptionsRec;
3477:
3478: BEGIN
3479: -- Get reimbursement currency

Line 3489: l_bUserPrefResult := AP_WEB_DB_USER_PREF_PKG.GetUserPrefs(p_report_header_info.employee_id, l_userPrefs);

3485: -- Get policy rate options
3486: AP_WEB_OA_DISC_PKG.GetPolicyRateOptions(l_policyRateOptions);
3487:
3488: -- Get user preferences
3489: l_bUserPrefResult := AP_WEB_DB_USER_PREF_PKG.GetUserPrefs(p_report_header_info.employee_id, l_userPrefs);
3490:
3491: -- Check if exchange rate is 1 or NULL for different currencies
3492: -- Loop through all receipts
3493: FOR rec_count IN 1..l_receipt_count LOOP