DBA Data[Home] [Help]

APPS.AP_WEB_CUST_DFLEX_PKG dependencies on OIE_ADDON_RATES_T

Line 452: p_addon_rates IN OIE_ADDON_RATES_T, -- array of additional rate types

448: p_exp_header_info IN OUT NOCOPY AP_WEB_DFLEX_PKG.ExpReportHeaderRec, -- epxense report header details
449: p_exp_line_info IN OUT NOCOPY AP_WEB_DFLEX_PKG.ExpReportLineRec, -- expense report line detail
450: p_custom_fields_array IN AP_WEB_DFLEX_PKG.CustomFields_A, -- custom field details
451: -- p_addon_rates used for mileage category only
452: p_addon_rates IN OIE_ADDON_RATES_T, -- array of additional rate types
453: p_report_line_id IN NUMBER DEFAULT NULL, -- report line id
454: -- below fields are used for per diem category only
455: p_daily_breakup_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of unique identifer for daily breakups
456: p_start_date IN OIE_PDM_DATE_T DEFAULT NULL, -- array of start date

Line 494: -- l_addon_array OIE_ADDON_RATES_T;

490: l_tot_amount number := 0;
491: l_amount number := 0;
492: l_date1 date := null;
493: l_date2 date := null;
494: -- l_addon_array OIE_ADDON_RATES_T;
495:
496: BEGIN
497: ------------------------------------------------------------------------
498: l_debug_info := 'Expense type ='|| p_exp_line_info.expense_type;