DBA Data[Home] [Help]

APPS.AP_MATCHING_PKG dependencies on AP_INVOICE_LINES

Line 50: uom AP_INVOICE_LINES.unit_meas_lookup_code%TYPE,

46: po_line_id PO_LINES.po_line_id%TYPE,
47: po_release_id PO_RELEASES.po_release_id%TYPE,
48: po_line_location_id PO_LINE_LOCATIONS.line_location_id%TYPE, --Index Column
49: rcv_transaction_id RCV_TRANSACTIONS.transaction_id%TYPE,
50: uom AP_INVOICE_LINES.unit_meas_lookup_code%TYPE,
51: unit_price AP_INVOICE_LINES.unit_price%TYPE,
52: line_number AP_INVOICE_LINES.line_number%TYPE,
53: quantity_invoiced AP_INVOICE_LINES.quantity_invoiced%TYPE,
54: amount AP_INVOICE_LINES.amount%TYPE,

Line 51: unit_price AP_INVOICE_LINES.unit_price%TYPE,

47: po_release_id PO_RELEASES.po_release_id%TYPE,
48: po_line_location_id PO_LINE_LOCATIONS.line_location_id%TYPE, --Index Column
49: rcv_transaction_id RCV_TRANSACTIONS.transaction_id%TYPE,
50: uom AP_INVOICE_LINES.unit_meas_lookup_code%TYPE,
51: unit_price AP_INVOICE_LINES.unit_price%TYPE,
52: line_number AP_INVOICE_LINES.line_number%TYPE,
53: quantity_invoiced AP_INVOICE_LINES.quantity_invoiced%TYPE,
54: amount AP_INVOICE_LINES.amount%TYPE,
55: base_amount AP_INVOICE_LINES.base_amount%TYPE,

Line 52: line_number AP_INVOICE_LINES.line_number%TYPE,

48: po_line_location_id PO_LINE_LOCATIONS.line_location_id%TYPE, --Index Column
49: rcv_transaction_id RCV_TRANSACTIONS.transaction_id%TYPE,
50: uom AP_INVOICE_LINES.unit_meas_lookup_code%TYPE,
51: unit_price AP_INVOICE_LINES.unit_price%TYPE,
52: line_number AP_INVOICE_LINES.line_number%TYPE,
53: quantity_invoiced AP_INVOICE_LINES.quantity_invoiced%TYPE,
54: amount AP_INVOICE_LINES.amount%TYPE,
55: base_amount AP_INVOICE_LINES.base_amount%TYPE,
56: rounding_amt AP_INVOICE_LINES.rounding_amt%TYPE,

Line 53: quantity_invoiced AP_INVOICE_LINES.quantity_invoiced%TYPE,

49: rcv_transaction_id RCV_TRANSACTIONS.transaction_id%TYPE,
50: uom AP_INVOICE_LINES.unit_meas_lookup_code%TYPE,
51: unit_price AP_INVOICE_LINES.unit_price%TYPE,
52: line_number AP_INVOICE_LINES.line_number%TYPE,
53: quantity_invoiced AP_INVOICE_LINES.quantity_invoiced%TYPE,
54: amount AP_INVOICE_LINES.amount%TYPE,
55: base_amount AP_INVOICE_LINES.base_amount%TYPE,
56: rounding_amt AP_INVOICE_LINES.rounding_amt%TYPE,
57: inventory_item_id AP_INVOICE_LINES.inventory_item_id%TYPE,

Line 54: amount AP_INVOICE_LINES.amount%TYPE,

50: uom AP_INVOICE_LINES.unit_meas_lookup_code%TYPE,
51: unit_price AP_INVOICE_LINES.unit_price%TYPE,
52: line_number AP_INVOICE_LINES.line_number%TYPE,
53: quantity_invoiced AP_INVOICE_LINES.quantity_invoiced%TYPE,
54: amount AP_INVOICE_LINES.amount%TYPE,
55: base_amount AP_INVOICE_LINES.base_amount%TYPE,
56: rounding_amt AP_INVOICE_LINES.rounding_amt%TYPE,
57: inventory_item_id AP_INVOICE_LINES.inventory_item_id%TYPE,
58: item_description AP_INVOICE_LINES.item_description%TYPE,

Line 55: base_amount AP_INVOICE_LINES.base_amount%TYPE,

51: unit_price AP_INVOICE_LINES.unit_price%TYPE,
52: line_number AP_INVOICE_LINES.line_number%TYPE,
53: quantity_invoiced AP_INVOICE_LINES.quantity_invoiced%TYPE,
54: amount AP_INVOICE_LINES.amount%TYPE,
55: base_amount AP_INVOICE_LINES.base_amount%TYPE,
56: rounding_amt AP_INVOICE_LINES.rounding_amt%TYPE,
57: inventory_item_id AP_INVOICE_LINES.inventory_item_id%TYPE,
58: item_description AP_INVOICE_LINES.item_description%TYPE,
59: asset_category_id AP_INVOICE_LINES.asset_category_id%TYPE,

Line 56: rounding_amt AP_INVOICE_LINES.rounding_amt%TYPE,

52: line_number AP_INVOICE_LINES.line_number%TYPE,
53: quantity_invoiced AP_INVOICE_LINES.quantity_invoiced%TYPE,
54: amount AP_INVOICE_LINES.amount%TYPE,
55: base_amount AP_INVOICE_LINES.base_amount%TYPE,
56: rounding_amt AP_INVOICE_LINES.rounding_amt%TYPE,
57: inventory_item_id AP_INVOICE_LINES.inventory_item_id%TYPE,
58: item_description AP_INVOICE_LINES.item_description%TYPE,
59: asset_category_id AP_INVOICE_LINES.asset_category_id%TYPE,
60: -- Removed for bug 4277744

Line 57: inventory_item_id AP_INVOICE_LINES.inventory_item_id%TYPE,

53: quantity_invoiced AP_INVOICE_LINES.quantity_invoiced%TYPE,
54: amount AP_INVOICE_LINES.amount%TYPE,
55: base_amount AP_INVOICE_LINES.base_amount%TYPE,
56: rounding_amt AP_INVOICE_LINES.rounding_amt%TYPE,
57: inventory_item_id AP_INVOICE_LINES.inventory_item_id%TYPE,
58: item_description AP_INVOICE_LINES.item_description%TYPE,
59: asset_category_id AP_INVOICE_LINES.asset_category_id%TYPE,
60: -- Removed for bug 4277744
61: -- ussgl_transaction_code AP_INVOICE_LINES.ussgl_transaction_code%TYPE,

Line 58: item_description AP_INVOICE_LINES.item_description%TYPE,

54: amount AP_INVOICE_LINES.amount%TYPE,
55: base_amount AP_INVOICE_LINES.base_amount%TYPE,
56: rounding_amt AP_INVOICE_LINES.rounding_amt%TYPE,
57: inventory_item_id AP_INVOICE_LINES.inventory_item_id%TYPE,
58: item_description AP_INVOICE_LINES.item_description%TYPE,
59: asset_category_id AP_INVOICE_LINES.asset_category_id%TYPE,
60: -- Removed for bug 4277744
61: -- ussgl_transaction_code AP_INVOICE_LINES.ussgl_transaction_code%TYPE,
62: type_1099 AP_INVOICE_LINES.type_1099%TYPE,

Line 59: asset_category_id AP_INVOICE_LINES.asset_category_id%TYPE,

55: base_amount AP_INVOICE_LINES.base_amount%TYPE,
56: rounding_amt AP_INVOICE_LINES.rounding_amt%TYPE,
57: inventory_item_id AP_INVOICE_LINES.inventory_item_id%TYPE,
58: item_description AP_INVOICE_LINES.item_description%TYPE,
59: asset_category_id AP_INVOICE_LINES.asset_category_id%TYPE,
60: -- Removed for bug 4277744
61: -- ussgl_transaction_code AP_INVOICE_LINES.ussgl_transaction_code%TYPE,
62: type_1099 AP_INVOICE_LINES.type_1099%TYPE,
63: attribute_category AP_INVOICE_LINES.attribute_category%TYPE,

Line 61: -- ussgl_transaction_code AP_INVOICE_LINES.ussgl_transaction_code%TYPE,

57: inventory_item_id AP_INVOICE_LINES.inventory_item_id%TYPE,
58: item_description AP_INVOICE_LINES.item_description%TYPE,
59: asset_category_id AP_INVOICE_LINES.asset_category_id%TYPE,
60: -- Removed for bug 4277744
61: -- ussgl_transaction_code AP_INVOICE_LINES.ussgl_transaction_code%TYPE,
62: type_1099 AP_INVOICE_LINES.type_1099%TYPE,
63: attribute_category AP_INVOICE_LINES.attribute_category%TYPE,
64: attribute1 AP_INVOICE_LINES.attribute1%TYPE,
65: attribute2 AP_INVOICE_LINES.attribute2%TYPE,

Line 62: type_1099 AP_INVOICE_LINES.type_1099%TYPE,

58: item_description AP_INVOICE_LINES.item_description%TYPE,
59: asset_category_id AP_INVOICE_LINES.asset_category_id%TYPE,
60: -- Removed for bug 4277744
61: -- ussgl_transaction_code AP_INVOICE_LINES.ussgl_transaction_code%TYPE,
62: type_1099 AP_INVOICE_LINES.type_1099%TYPE,
63: attribute_category AP_INVOICE_LINES.attribute_category%TYPE,
64: attribute1 AP_INVOICE_LINES.attribute1%TYPE,
65: attribute2 AP_INVOICE_LINES.attribute2%TYPE,
66: attribute3 AP_INVOICE_LINES.attribute3%TYPE,

Line 63: attribute_category AP_INVOICE_LINES.attribute_category%TYPE,

59: asset_category_id AP_INVOICE_LINES.asset_category_id%TYPE,
60: -- Removed for bug 4277744
61: -- ussgl_transaction_code AP_INVOICE_LINES.ussgl_transaction_code%TYPE,
62: type_1099 AP_INVOICE_LINES.type_1099%TYPE,
63: attribute_category AP_INVOICE_LINES.attribute_category%TYPE,
64: attribute1 AP_INVOICE_LINES.attribute1%TYPE,
65: attribute2 AP_INVOICE_LINES.attribute2%TYPE,
66: attribute3 AP_INVOICE_LINES.attribute3%TYPE,
67: attribute4 AP_INVOICE_LINES.attribute4%TYPE,

Line 64: attribute1 AP_INVOICE_LINES.attribute1%TYPE,

60: -- Removed for bug 4277744
61: -- ussgl_transaction_code AP_INVOICE_LINES.ussgl_transaction_code%TYPE,
62: type_1099 AP_INVOICE_LINES.type_1099%TYPE,
63: attribute_category AP_INVOICE_LINES.attribute_category%TYPE,
64: attribute1 AP_INVOICE_LINES.attribute1%TYPE,
65: attribute2 AP_INVOICE_LINES.attribute2%TYPE,
66: attribute3 AP_INVOICE_LINES.attribute3%TYPE,
67: attribute4 AP_INVOICE_LINES.attribute4%TYPE,
68: attribute5 AP_INVOICE_LINES.attribute5%TYPE,

Line 65: attribute2 AP_INVOICE_LINES.attribute2%TYPE,

61: -- ussgl_transaction_code AP_INVOICE_LINES.ussgl_transaction_code%TYPE,
62: type_1099 AP_INVOICE_LINES.type_1099%TYPE,
63: attribute_category AP_INVOICE_LINES.attribute_category%TYPE,
64: attribute1 AP_INVOICE_LINES.attribute1%TYPE,
65: attribute2 AP_INVOICE_LINES.attribute2%TYPE,
66: attribute3 AP_INVOICE_LINES.attribute3%TYPE,
67: attribute4 AP_INVOICE_LINES.attribute4%TYPE,
68: attribute5 AP_INVOICE_LINES.attribute5%TYPE,
69: attribute6 AP_INVOICE_LINES.attribute6%TYPE,

Line 66: attribute3 AP_INVOICE_LINES.attribute3%TYPE,

62: type_1099 AP_INVOICE_LINES.type_1099%TYPE,
63: attribute_category AP_INVOICE_LINES.attribute_category%TYPE,
64: attribute1 AP_INVOICE_LINES.attribute1%TYPE,
65: attribute2 AP_INVOICE_LINES.attribute2%TYPE,
66: attribute3 AP_INVOICE_LINES.attribute3%TYPE,
67: attribute4 AP_INVOICE_LINES.attribute4%TYPE,
68: attribute5 AP_INVOICE_LINES.attribute5%TYPE,
69: attribute6 AP_INVOICE_LINES.attribute6%TYPE,
70: attribute7 AP_INVOICE_LINES.attribute7%TYPE,

Line 67: attribute4 AP_INVOICE_LINES.attribute4%TYPE,

63: attribute_category AP_INVOICE_LINES.attribute_category%TYPE,
64: attribute1 AP_INVOICE_LINES.attribute1%TYPE,
65: attribute2 AP_INVOICE_LINES.attribute2%TYPE,
66: attribute3 AP_INVOICE_LINES.attribute3%TYPE,
67: attribute4 AP_INVOICE_LINES.attribute4%TYPE,
68: attribute5 AP_INVOICE_LINES.attribute5%TYPE,
69: attribute6 AP_INVOICE_LINES.attribute6%TYPE,
70: attribute7 AP_INVOICE_LINES.attribute7%TYPE,
71: attribute8 AP_INVOICE_LINES.attribute8%TYPE,

Line 68: attribute5 AP_INVOICE_LINES.attribute5%TYPE,

64: attribute1 AP_INVOICE_LINES.attribute1%TYPE,
65: attribute2 AP_INVOICE_LINES.attribute2%TYPE,
66: attribute3 AP_INVOICE_LINES.attribute3%TYPE,
67: attribute4 AP_INVOICE_LINES.attribute4%TYPE,
68: attribute5 AP_INVOICE_LINES.attribute5%TYPE,
69: attribute6 AP_INVOICE_LINES.attribute6%TYPE,
70: attribute7 AP_INVOICE_LINES.attribute7%TYPE,
71: attribute8 AP_INVOICE_LINES.attribute8%TYPE,
72: attribute9 AP_INVOICE_LINES.attribute9%TYPE,

Line 69: attribute6 AP_INVOICE_LINES.attribute6%TYPE,

65: attribute2 AP_INVOICE_LINES.attribute2%TYPE,
66: attribute3 AP_INVOICE_LINES.attribute3%TYPE,
67: attribute4 AP_INVOICE_LINES.attribute4%TYPE,
68: attribute5 AP_INVOICE_LINES.attribute5%TYPE,
69: attribute6 AP_INVOICE_LINES.attribute6%TYPE,
70: attribute7 AP_INVOICE_LINES.attribute7%TYPE,
71: attribute8 AP_INVOICE_LINES.attribute8%TYPE,
72: attribute9 AP_INVOICE_LINES.attribute9%TYPE,
73: attribute10 AP_INVOICE_LINES.attribute10%TYPE,

Line 70: attribute7 AP_INVOICE_LINES.attribute7%TYPE,

66: attribute3 AP_INVOICE_LINES.attribute3%TYPE,
67: attribute4 AP_INVOICE_LINES.attribute4%TYPE,
68: attribute5 AP_INVOICE_LINES.attribute5%TYPE,
69: attribute6 AP_INVOICE_LINES.attribute6%TYPE,
70: attribute7 AP_INVOICE_LINES.attribute7%TYPE,
71: attribute8 AP_INVOICE_LINES.attribute8%TYPE,
72: attribute9 AP_INVOICE_LINES.attribute9%TYPE,
73: attribute10 AP_INVOICE_LINES.attribute10%TYPE,
74: attribute11 AP_INVOICE_LINES.attribute11%TYPE,

Line 71: attribute8 AP_INVOICE_LINES.attribute8%TYPE,

67: attribute4 AP_INVOICE_LINES.attribute4%TYPE,
68: attribute5 AP_INVOICE_LINES.attribute5%TYPE,
69: attribute6 AP_INVOICE_LINES.attribute6%TYPE,
70: attribute7 AP_INVOICE_LINES.attribute7%TYPE,
71: attribute8 AP_INVOICE_LINES.attribute8%TYPE,
72: attribute9 AP_INVOICE_LINES.attribute9%TYPE,
73: attribute10 AP_INVOICE_LINES.attribute10%TYPE,
74: attribute11 AP_INVOICE_LINES.attribute11%TYPE,
75: attribute12 AP_INVOICE_LINES.attribute12%TYPE,

Line 72: attribute9 AP_INVOICE_LINES.attribute9%TYPE,

68: attribute5 AP_INVOICE_LINES.attribute5%TYPE,
69: attribute6 AP_INVOICE_LINES.attribute6%TYPE,
70: attribute7 AP_INVOICE_LINES.attribute7%TYPE,
71: attribute8 AP_INVOICE_LINES.attribute8%TYPE,
72: attribute9 AP_INVOICE_LINES.attribute9%TYPE,
73: attribute10 AP_INVOICE_LINES.attribute10%TYPE,
74: attribute11 AP_INVOICE_LINES.attribute11%TYPE,
75: attribute12 AP_INVOICE_LINES.attribute12%TYPE,
76: attribute13 AP_INVOICE_LINES.attribute13%TYPE,

Line 73: attribute10 AP_INVOICE_LINES.attribute10%TYPE,

69: attribute6 AP_INVOICE_LINES.attribute6%TYPE,
70: attribute7 AP_INVOICE_LINES.attribute7%TYPE,
71: attribute8 AP_INVOICE_LINES.attribute8%TYPE,
72: attribute9 AP_INVOICE_LINES.attribute9%TYPE,
73: attribute10 AP_INVOICE_LINES.attribute10%TYPE,
74: attribute11 AP_INVOICE_LINES.attribute11%TYPE,
75: attribute12 AP_INVOICE_LINES.attribute12%TYPE,
76: attribute13 AP_INVOICE_LINES.attribute13%TYPE,
77: attribute14 AP_INVOICE_LINES.attribute14%TYPE,

Line 74: attribute11 AP_INVOICE_LINES.attribute11%TYPE,

70: attribute7 AP_INVOICE_LINES.attribute7%TYPE,
71: attribute8 AP_INVOICE_LINES.attribute8%TYPE,
72: attribute9 AP_INVOICE_LINES.attribute9%TYPE,
73: attribute10 AP_INVOICE_LINES.attribute10%TYPE,
74: attribute11 AP_INVOICE_LINES.attribute11%TYPE,
75: attribute12 AP_INVOICE_LINES.attribute12%TYPE,
76: attribute13 AP_INVOICE_LINES.attribute13%TYPE,
77: attribute14 AP_INVOICE_LINES.attribute14%TYPE,
78: attribute15 AP_INVOICE_LINES.attribute15%TYPE,

Line 75: attribute12 AP_INVOICE_LINES.attribute12%TYPE,

71: attribute8 AP_INVOICE_LINES.attribute8%TYPE,
72: attribute9 AP_INVOICE_LINES.attribute9%TYPE,
73: attribute10 AP_INVOICE_LINES.attribute10%TYPE,
74: attribute11 AP_INVOICE_LINES.attribute11%TYPE,
75: attribute12 AP_INVOICE_LINES.attribute12%TYPE,
76: attribute13 AP_INVOICE_LINES.attribute13%TYPE,
77: attribute14 AP_INVOICE_LINES.attribute14%TYPE,
78: attribute15 AP_INVOICE_LINES.attribute15%TYPE,
79: --ETAX: Invwkb

Line 76: attribute13 AP_INVOICE_LINES.attribute13%TYPE,

72: attribute9 AP_INVOICE_LINES.attribute9%TYPE,
73: attribute10 AP_INVOICE_LINES.attribute10%TYPE,
74: attribute11 AP_INVOICE_LINES.attribute11%TYPE,
75: attribute12 AP_INVOICE_LINES.attribute12%TYPE,
76: attribute13 AP_INVOICE_LINES.attribute13%TYPE,
77: attribute14 AP_INVOICE_LINES.attribute14%TYPE,
78: attribute15 AP_INVOICE_LINES.attribute15%TYPE,
79: --ETAX: Invwkb
80: ship_to_location_id AP_INVOICE_LINES.ship_to_location_id%TYPE,

Line 77: attribute14 AP_INVOICE_LINES.attribute14%TYPE,

73: attribute10 AP_INVOICE_LINES.attribute10%TYPE,
74: attribute11 AP_INVOICE_LINES.attribute11%TYPE,
75: attribute12 AP_INVOICE_LINES.attribute12%TYPE,
76: attribute13 AP_INVOICE_LINES.attribute13%TYPE,
77: attribute14 AP_INVOICE_LINES.attribute14%TYPE,
78: attribute15 AP_INVOICE_LINES.attribute15%TYPE,
79: --ETAX: Invwkb
80: ship_to_location_id AP_INVOICE_LINES.ship_to_location_id%TYPE,
81: primary_intended_use AP_INVOICE_LINES.primary_intended_use%TYPE,

Line 78: attribute15 AP_INVOICE_LINES.attribute15%TYPE,

74: attribute11 AP_INVOICE_LINES.attribute11%TYPE,
75: attribute12 AP_INVOICE_LINES.attribute12%TYPE,
76: attribute13 AP_INVOICE_LINES.attribute13%TYPE,
77: attribute14 AP_INVOICE_LINES.attribute14%TYPE,
78: attribute15 AP_INVOICE_LINES.attribute15%TYPE,
79: --ETAX: Invwkb
80: ship_to_location_id AP_INVOICE_LINES.ship_to_location_id%TYPE,
81: primary_intended_use AP_INVOICE_LINES.primary_intended_use%TYPE,
82: product_fisc_classification AP_INVOICE_LINES.product_fisc_classification%TYPE,

Line 80: ship_to_location_id AP_INVOICE_LINES.ship_to_location_id%TYPE,

76: attribute13 AP_INVOICE_LINES.attribute13%TYPE,
77: attribute14 AP_INVOICE_LINES.attribute14%TYPE,
78: attribute15 AP_INVOICE_LINES.attribute15%TYPE,
79: --ETAX: Invwkb
80: ship_to_location_id AP_INVOICE_LINES.ship_to_location_id%TYPE,
81: primary_intended_use AP_INVOICE_LINES.primary_intended_use%TYPE,
82: product_fisc_classification AP_INVOICE_LINES.product_fisc_classification%TYPE,
83: product_type AP_INVOICE_LINES.product_type%TYPE,
84: product_category AP_INVOICE_LINES.product_category%TYPE,

Line 81: primary_intended_use AP_INVOICE_LINES.primary_intended_use%TYPE,

77: attribute14 AP_INVOICE_LINES.attribute14%TYPE,
78: attribute15 AP_INVOICE_LINES.attribute15%TYPE,
79: --ETAX: Invwkb
80: ship_to_location_id AP_INVOICE_LINES.ship_to_location_id%TYPE,
81: primary_intended_use AP_INVOICE_LINES.primary_intended_use%TYPE,
82: product_fisc_classification AP_INVOICE_LINES.product_fisc_classification%TYPE,
83: product_type AP_INVOICE_LINES.product_type%TYPE,
84: product_category AP_INVOICE_LINES.product_category%TYPE,
85: user_defined_fisc_class AP_INVOICE_LINES.user_defined_fisc_class%TYPE,

Line 82: product_fisc_classification AP_INVOICE_LINES.product_fisc_classification%TYPE,

78: attribute15 AP_INVOICE_LINES.attribute15%TYPE,
79: --ETAX: Invwkb
80: ship_to_location_id AP_INVOICE_LINES.ship_to_location_id%TYPE,
81: primary_intended_use AP_INVOICE_LINES.primary_intended_use%TYPE,
82: product_fisc_classification AP_INVOICE_LINES.product_fisc_classification%TYPE,
83: product_type AP_INVOICE_LINES.product_type%TYPE,
84: product_category AP_INVOICE_LINES.product_category%TYPE,
85: user_defined_fisc_class AP_INVOICE_LINES.user_defined_fisc_class%TYPE,
86: matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE,

Line 83: product_type AP_INVOICE_LINES.product_type%TYPE,

79: --ETAX: Invwkb
80: ship_to_location_id AP_INVOICE_LINES.ship_to_location_id%TYPE,
81: primary_intended_use AP_INVOICE_LINES.primary_intended_use%TYPE,
82: product_fisc_classification AP_INVOICE_LINES.product_fisc_classification%TYPE,
83: product_type AP_INVOICE_LINES.product_type%TYPE,
84: product_category AP_INVOICE_LINES.product_category%TYPE,
85: user_defined_fisc_class AP_INVOICE_LINES.user_defined_fisc_class%TYPE,
86: matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE,
87: retained_amount AP_INVOICE_LINES.retained_amount%TYPE,

Line 84: product_category AP_INVOICE_LINES.product_category%TYPE,

80: ship_to_location_id AP_INVOICE_LINES.ship_to_location_id%TYPE,
81: primary_intended_use AP_INVOICE_LINES.primary_intended_use%TYPE,
82: product_fisc_classification AP_INVOICE_LINES.product_fisc_classification%TYPE,
83: product_type AP_INVOICE_LINES.product_type%TYPE,
84: product_category AP_INVOICE_LINES.product_category%TYPE,
85: user_defined_fisc_class AP_INVOICE_LINES.user_defined_fisc_class%TYPE,
86: matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE,
87: retained_amount AP_INVOICE_LINES.retained_amount%TYPE,
88: assessable_value AP_INVOICE_LINES.assessable_value%TYPE,

Line 85: user_defined_fisc_class AP_INVOICE_LINES.user_defined_fisc_class%TYPE,

81: primary_intended_use AP_INVOICE_LINES.primary_intended_use%TYPE,
82: product_fisc_classification AP_INVOICE_LINES.product_fisc_classification%TYPE,
83: product_type AP_INVOICE_LINES.product_type%TYPE,
84: product_category AP_INVOICE_LINES.product_category%TYPE,
85: user_defined_fisc_class AP_INVOICE_LINES.user_defined_fisc_class%TYPE,
86: matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE,
87: retained_amount AP_INVOICE_LINES.retained_amount%TYPE,
88: assessable_value AP_INVOICE_LINES.assessable_value%TYPE,
89: tax_classification_code AP_INVOICE_LINES.tax_classification_code%TYPE

Line 87: retained_amount AP_INVOICE_LINES.retained_amount%TYPE,

83: product_type AP_INVOICE_LINES.product_type%TYPE,
84: product_category AP_INVOICE_LINES.product_category%TYPE,
85: user_defined_fisc_class AP_INVOICE_LINES.user_defined_fisc_class%TYPE,
86: matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE,
87: retained_amount AP_INVOICE_LINES.retained_amount%TYPE,
88: assessable_value AP_INVOICE_LINES.assessable_value%TYPE,
89: tax_classification_code AP_INVOICE_LINES.tax_classification_code%TYPE
90: );
91:

Line 88: assessable_value AP_INVOICE_LINES.assessable_value%TYPE,

84: product_category AP_INVOICE_LINES.product_category%TYPE,
85: user_defined_fisc_class AP_INVOICE_LINES.user_defined_fisc_class%TYPE,
86: matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE,
87: retained_amount AP_INVOICE_LINES.retained_amount%TYPE,
88: assessable_value AP_INVOICE_LINES.assessable_value%TYPE,
89: tax_classification_code AP_INVOICE_LINES.tax_classification_code%TYPE
90: );
91:
92: -- Bug 5125441

Line 89: tax_classification_code AP_INVOICE_LINES.tax_classification_code%TYPE

85: user_defined_fisc_class AP_INVOICE_LINES.user_defined_fisc_class%TYPE,
86: matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE,
87: retained_amount AP_INVOICE_LINES.retained_amount%TYPE,
88: assessable_value AP_INVOICE_LINES.assessable_value%TYPE,
89: tax_classification_code AP_INVOICE_LINES.tax_classification_code%TYPE
90: );
91:
92: -- Bug 5125441
93: -- Added matching basis and retained amount to r_shipment_info_rec