DBA Data[Home] [Help]

APPS.AP_WEB_CUST_DFLEX_PKG dependencies on OIE_PDM_NUMBER_T

Line 33: p_daily_breakup_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of unique identifer for daily breakups

29: -- p_addon_rates used for mileage category only
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

Line 36: p_amount IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of amount

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
40: p_lunch_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL, -- array of lunch flag

Line 37: p_number_of_meals IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of number of meals

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
40: p_lunch_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL, -- array of lunch flag
41: p_dinner_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL, -- array of dinner flag

Line 38: p_meals_amount IN OIE_PDM_NUMBER_T DEFAULT NULL,-- array of meals amount

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
40: p_lunch_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL, -- array of lunch flag
41: p_dinner_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL, -- array of dinner flag
42: p_accommodation_amount IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of accommodation amount

Line 42: p_accommodation_amount IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of accommodation amount

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
40: p_lunch_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL, -- array of lunch flag
41: p_dinner_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL, -- array of dinner flag
42: p_accommodation_amount IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of accommodation amount
43: p_accommodation_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL, -- array of accommodation flag
44: p_hotel_name IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of hotel name
45: p_night_rate_Type IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of night rate type
46: p_night_rate_amount IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of night rate amount

Line 46: p_night_rate_amount IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of night rate amount

42: p_accommodation_amount IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of accommodation amount
43: p_accommodation_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL, -- array of accommodation flag
44: p_hotel_name IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of hotel name
45: p_night_rate_Type IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of night rate type
46: p_night_rate_amount IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of night rate amount
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

Line 47: p_pdm_rate IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of pdm rate

43: p_accommodation_flag IN OIE_PDM_VARCHAR_1_T DEFAULT NULL, -- array of accommodation flag
44: p_hotel_name IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of hotel name
45: p_night_rate_Type IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of night rate type
46: p_night_rate_amount IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of night rate amount
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

Line 49: p_pdm_breakup_dest_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of unique identified for multiple destinations

45: p_night_rate_Type IN OIE_PDM_VARCHAR_80_T DEFAULT NULL, -- array of night rate type
46: p_night_rate_amount IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of night rate amount
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

Line 50: p_pdm_destination_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of locations for each breakup period

46: p_night_rate_amount IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of night rate amount
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

Line 53: p_location_id IN OIE_PDM_NUMBER_T DEFAULT NULL, -- array of locations

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
57: p_cust_night_rate_amount IN OUT NOCOPY OIE_PDM_NUMBER_T,-- array of modified night rate amount

Line 55: p_cust_meals_amount IN OUT NOCOPY OIE_PDM_NUMBER_T, -- array of modified meals amount

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
57: p_cust_night_rate_amount IN OUT NOCOPY OIE_PDM_NUMBER_T,-- array of modified night rate amount
58: p_cust_pdm_rate IN OUT NOCOPY OIE_PDM_NUMBER_T-- array of modified pdm rate
59: );

Line 56: p_cust_accommodation_amount IN OUT NOCOPY OIE_PDM_NUMBER_T,-- array of modified accommodation amount

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
57: p_cust_night_rate_amount IN OUT NOCOPY OIE_PDM_NUMBER_T,-- array of modified night rate amount
58: p_cust_pdm_rate IN OUT NOCOPY OIE_PDM_NUMBER_T-- array of modified pdm rate
59: );
60:

Line 57: p_cust_night_rate_amount IN OUT NOCOPY OIE_PDM_NUMBER_T,-- array of modified night rate amount

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
57: p_cust_night_rate_amount IN OUT NOCOPY OIE_PDM_NUMBER_T,-- array of modified night rate amount
58: p_cust_pdm_rate IN OUT NOCOPY OIE_PDM_NUMBER_T-- array of modified pdm rate
59: );
60:
61: FUNCTION CustomValidateCostCenter(

Line 58: p_cust_pdm_rate IN OUT NOCOPY OIE_PDM_NUMBER_T-- array of modified pdm rate

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
57: p_cust_night_rate_amount IN OUT NOCOPY OIE_PDM_NUMBER_T,-- array of modified night rate amount
58: p_cust_pdm_rate IN OUT NOCOPY OIE_PDM_NUMBER_T-- array of modified pdm rate
59: );
60:
61: FUNCTION CustomValidateCostCenter(
62: p_cs_error OUT NOCOPY VARCHAR2,