DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_HEADER_SV dependencies on RCV_HEADERS_INTERFACE

Line 36: total_invoice_amount rcv_headers_interface.total_invoice_amount%type,

32: TYPE CurRecType IS RECORD (currency_code fnd_currencies.currency_code%type,
33: error_record rcv_shipment_object_sv.ErrorRecType);
34:
35: TYPE InvRecType IS RECORD (
36: total_invoice_amount rcv_headers_interface.total_invoice_amount%type,
37: vendor_id po_vendors.vendor_id%type,
38: vendor_site_id po_vendor_sites.vendor_site_id%type,
39: error_record rcv_shipment_object_sv.ErrorRecType);
40:

Line 43: tax_amount rcv_headers_interface.tax_amount%type,

39: error_record rcv_shipment_object_sv.ErrorRecType);
40:
41: TYPE TaxRecType IS RECORD (
42: tax_name ap_tax_codes.name%type,
43: tax_amount rcv_headers_interface.tax_amount%type,
44: error_record rcv_shipment_object_sv.ErrorRecType);
45:
46: /*===========================================================================+
47: | |