[Home] [Help]
124: vehicleCategory ap_expense_report_lines.VEHICLE_CATEGORY_CODE%type,
125: vehicleType ap_expense_report_lines.VEHICLE_TYPE%type,
126: fuelType ap_expense_report_lines.FUEL_TYPE%type,
127: numberPassengers ap_expense_report_lines.NUMBER_PEOPLE%type,
128: licensePlateNumber ap_expense_report_lines_all.license_plate_number%type,
129: passengerRateUsed ap_expense_report_lines_all.rate_per_passenger%type,
130: destinationFrom ap_expense_report_lines_all.destination_from%type,
131: destinationTo ap_expense_report_lines_all.destination_to%type,
132: distanceUnitCode ap_expense_report_lines_all.distance_unit_code%type,
125: vehicleType ap_expense_report_lines.VEHICLE_TYPE%type,
126: fuelType ap_expense_report_lines.FUEL_TYPE%type,
127: numberPassengers ap_expense_report_lines.NUMBER_PEOPLE%type,
128: licensePlateNumber ap_expense_report_lines_all.license_plate_number%type,
129: passengerRateUsed ap_expense_report_lines_all.rate_per_passenger%type,
130: destinationFrom ap_expense_report_lines_all.destination_from%type,
131: destinationTo ap_expense_report_lines_all.destination_to%type,
132: distanceUnitCode ap_expense_report_lines_all.distance_unit_code%type,
133: report_line_id ap_expense_report_lines_all.report_line_id%type,
126: fuelType ap_expense_report_lines.FUEL_TYPE%type,
127: numberPassengers ap_expense_report_lines.NUMBER_PEOPLE%type,
128: licensePlateNumber ap_expense_report_lines_all.license_plate_number%type,
129: passengerRateUsed ap_expense_report_lines_all.rate_per_passenger%type,
130: destinationFrom ap_expense_report_lines_all.destination_from%type,
131: destinationTo ap_expense_report_lines_all.destination_to%type,
132: distanceUnitCode ap_expense_report_lines_all.distance_unit_code%type,
133: report_line_id ap_expense_report_lines_all.report_line_id%type,
134: itemization_parent_id ap_expense_report_lines_all.itemization_parent_id%type,
127: numberPassengers ap_expense_report_lines.NUMBER_PEOPLE%type,
128: licensePlateNumber ap_expense_report_lines_all.license_plate_number%type,
129: passengerRateUsed ap_expense_report_lines_all.rate_per_passenger%type,
130: destinationFrom ap_expense_report_lines_all.destination_from%type,
131: destinationTo ap_expense_report_lines_all.destination_to%type,
132: distanceUnitCode ap_expense_report_lines_all.distance_unit_code%type,
133: report_line_id ap_expense_report_lines_all.report_line_id%type,
134: itemization_parent_id ap_expense_report_lines_all.itemization_parent_id%type,
135: emp_attendee_count NUMBER, -- Bug 6919132
128: licensePlateNumber ap_expense_report_lines_all.license_plate_number%type,
129: passengerRateUsed ap_expense_report_lines_all.rate_per_passenger%type,
130: destinationFrom ap_expense_report_lines_all.destination_from%type,
131: destinationTo ap_expense_report_lines_all.destination_to%type,
132: distanceUnitCode ap_expense_report_lines_all.distance_unit_code%type,
133: report_line_id ap_expense_report_lines_all.report_line_id%type,
134: itemization_parent_id ap_expense_report_lines_all.itemization_parent_id%type,
135: emp_attendee_count NUMBER, -- Bug 6919132
136: nonemp_attendee_count NUMBER , -- Bug 6919132
129: passengerRateUsed ap_expense_report_lines_all.rate_per_passenger%type,
130: destinationFrom ap_expense_report_lines_all.destination_from%type,
131: destinationTo ap_expense_report_lines_all.destination_to%type,
132: distanceUnitCode ap_expense_report_lines_all.distance_unit_code%type,
133: report_line_id ap_expense_report_lines_all.report_line_id%type,
134: itemization_parent_id ap_expense_report_lines_all.itemization_parent_id%type,
135: emp_attendee_count NUMBER, -- Bug 6919132
136: nonemp_attendee_count NUMBER , -- Bug 6919132
137: location_id ap_expense_report_lines_all.location_id%type -- Bug: 14769423, location id in custom hoooks
130: destinationFrom ap_expense_report_lines_all.destination_from%type,
131: destinationTo ap_expense_report_lines_all.destination_to%type,
132: distanceUnitCode ap_expense_report_lines_all.distance_unit_code%type,
133: report_line_id ap_expense_report_lines_all.report_line_id%type,
134: itemization_parent_id ap_expense_report_lines_all.itemization_parent_id%type,
135: emp_attendee_count NUMBER, -- Bug 6919132
136: nonemp_attendee_count NUMBER , -- Bug 6919132
137: location_id ap_expense_report_lines_all.location_id%type -- Bug: 14769423, location id in custom hoooks
138: );
133: report_line_id ap_expense_report_lines_all.report_line_id%type,
134: itemization_parent_id ap_expense_report_lines_all.itemization_parent_id%type,
135: emp_attendee_count NUMBER, -- Bug 6919132
136: nonemp_attendee_count NUMBER , -- Bug 6919132
137: location_id ap_expense_report_lines_all.location_id%type -- Bug: 14769423, location id in custom hoooks
138: );
139:
140: TYPE ExpReportLines_A IS TABLE OF ExpReportLineRec
141: INDEX BY BINARY_INTEGER;