DBA Data[Home] [Help]

APPS.AP_WEB_CUST_DFLEX_PKG dependencies on OIE_PDM_DATE_T

Line 34: p_start_date IN OIE_PDM_DATE_T DEFAULT NULL, -- array of start date

30: p_addon_rates IN OIE_ADDON_RATES_T, -- array of additional rate types
31: p_report_line_id IN NUMBER DEFAULT NULL, -- report line id
32: -- below fields are used for per diem category only
33: p_daily_breakup_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of unique identifer for daily breakups
34: p_start_date IN OIE_PDM_DATE_T DEFAULT NULL, -- array of start date
35: p_end_date IN OIE_PDM_DATE_T DEFAULT NULL,-- array of end date
36: p_amount IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of amount
37: p_number_of_meals IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of number of meals
38: p_meals_amount IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of meals amount

Line 35: p_end_date IN OIE_PDM_DATE_T DEFAULT NULL,-- array of end date

31: p_report_line_id IN NUMBER DEFAULT NULL, -- report line id
32: -- below fields are used for per diem category only
33: p_daily_breakup_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of unique identifer for daily breakups
34: p_start_date IN OIE_PDM_DATE_T DEFAULT NULL, -- array of start date
35: p_end_date IN OIE_PDM_DATE_T DEFAULT NULL,-- array of end date
36: p_amount IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of amount
37: p_number_of_meals IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of number of meals
38: p_meals_amount IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of meals amount
39: p_breakfast_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL,-- array of breakfast flag

Line 51: p_dest_start_date IN OIE_PDM_DATE_T DEFAULT NULL, -- array of start date for each location

47: p_pdm_rate IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of pdm rate
48: p_rate_Type_code IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of rate type code
49: p_pdm_breakup_dest_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of unique identified for multiple destinations
50: p_pdm_destination_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of locations for each breakup period
51: p_dest_start_date IN OIE_PDM_DATE_T DEFAULT NULL, -- array of start date for each location
52: p_dest_end_date IN OIE_PDM_DATE_T DEFAULT NULL,-- array of end date for each location
53: p_location_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of locations
54: -- bug 5358186
55: p_cust_meals_amount IN OUT NOCOPY OIE_PDM_NUMBER_T, -- array of modified meals amount

Line 52: p_dest_end_date IN OIE_PDM_DATE_T DEFAULT NULL,-- array of end date for each location

48: p_rate_Type_code IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of rate type code
49: p_pdm_breakup_dest_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of unique identified for multiple destinations
50: p_pdm_destination_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of locations for each breakup period
51: p_dest_start_date IN OIE_PDM_DATE_T DEFAULT NULL, -- array of start date for each location
52: p_dest_end_date IN OIE_PDM_DATE_T DEFAULT NULL,-- array of end date for each location
53: p_location_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of locations
54: -- bug 5358186
55: p_cust_meals_amount IN OUT NOCOPY OIE_PDM_NUMBER_T, -- array of modified meals amount
56: p_cust_accommodation_amount IN OUT NOCOPY OIE_PDM_NUMBER_T,-- array of modified accommodation amount