DBA Data[Home] [Help]

APPS.AP_WEB_DISC_PKG dependencies on AP_WEB_OA_DISC_PKG

Line 3476: l_policyRateOptions AP_WEB_OA_DISC_PKG.PolicyRateOptionsRec;

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
3480: l_reimbursement_currency_code := p_report_header_info.reimbursement_currency_code;

Line 3486: AP_WEB_OA_DISC_PKG.GetPolicyRateOptions(l_policyRateOptions);

3482: l_date_format := nvl(icx_sec.g_date_format,icx_sec.getNLS_PARAMETER('NLS_DATE_FORMAT'));
3483:
3484: --Bug 3068461
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: