DBA Data[Home] [Help]

APPS.AP_WEB_CUST_DFLEX_PKG dependencies on OIE_PDM_DATE_T

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

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
457: p_end_date IN OIE_PDM_DATE_T DEFAULT NULL,-- array of end date
458: p_amount IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of amount
459: p_number_of_meals IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of number of meals
460: p_meals_amount IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of meals amount

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

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
457: p_end_date IN OIE_PDM_DATE_T DEFAULT NULL,-- array of end date
458: p_amount IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of amount
459: p_number_of_meals IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of number of meals
460: p_meals_amount IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of meals amount
461: p_breakfast_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL,-- array of breakfast flag

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

469: p_pdm_rate IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of pdm rate
470: p_rate_Type_code IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of rate type code
471: p_pdm_breakup_dest_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of unique identified for multiple destinations
472: p_pdm_destination_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of locations for each breakup period
473: p_dest_start_date IN OIE_PDM_DATE_T DEFAULT NULL, -- array of start date for each location
474: p_dest_end_date IN OIE_PDM_DATE_T DEFAULT NULL,-- array of end date for each location
475: p_location_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of locations
476: -- bug 5358186
477: p_cust_meals_amount IN OUT NOCOPY OIE_PDM_NUMBER_T, -- array of modified meals amount

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

470: p_rate_Type_code IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of rate type code
471: p_pdm_breakup_dest_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of unique identified for multiple destinations
472: p_pdm_destination_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of locations for each breakup period
473: p_dest_start_date IN OIE_PDM_DATE_T DEFAULT NULL, -- array of start date for each location
474: p_dest_end_date IN OIE_PDM_DATE_T DEFAULT NULL,-- array of end date for each location
475: p_location_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of locations
476: -- bug 5358186
477: p_cust_meals_amount IN OUT NOCOPY OIE_PDM_NUMBER_T, -- array of modified meals amount
478: p_cust_accommodation_amount IN OUT NOCOPY OIE_PDM_NUMBER_T,-- array of modified accommodation amount