DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_DB_USER_PREF_PKG

Line 13156: AP_WEB_DB_USER_PREF_PKG.getCumulativeMileage(l_mileage_line_array(i).policy_id,

13152: p_sh_currency_code => l_sh_currency_code,
13153: p_sh_distance_thresholds_flag => l_sh_distance_thresholds_flag);
13154:
13155: IF (l_sh_distance_thresholds_flag = 'P') THEN
13156: AP_WEB_DB_USER_PREF_PKG.getCumulativeMileage(l_mileage_line_array(i).policy_id,
13157: l_mileage_line_array(i).start_date,
13158: l_mileage_line_array(i).end_date,
13159: l_employee_id,
13160: l_cumulative_mileage,