DBA Data[Home] [Help]

APPS.AP_WEB_DFLEX_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL

Line 128: licensePlateNumber ap_expense_report_lines_all.license_plate_number%type,

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,

Line 129: passengerRateUsed ap_expense_report_lines_all.rate_per_passenger%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,

Line 130: destinationFrom ap_expense_report_lines_all.destination_from%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,

Line 131: destinationTo ap_expense_report_lines_all.destination_to%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

Line 132: distanceUnitCode ap_expense_report_lines_all.distance_unit_code%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
136: nonemp_attendee_count NUMBER , -- Bug 6919132

Line 133: report_line_id ap_expense_report_lines_all.report_line_id%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
137: location_id ap_expense_report_lines_all.location_id%type -- Bug: 14769423, location id in custom hoooks

Line 134: itemization_parent_id ap_expense_report_lines_all.itemization_parent_id%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
138: );

Line 137: location_id ap_expense_report_lines_all.location_id%type -- Bug: 14769423, location id in custom hoooks

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;