DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_HEADER_SV dependencies on PO_VENDOR_SITES

Line 13: TYPE VendorSiteRecType IS RECORD (vendor_site_code po_vendor_sites.vendor_site_code%type,

9: vendor_num po_vendors.segment1%type,
10: vendor_id po_vendors.vendor_id%type,
11: error_record rcv_shipment_object_sv.ErrorRecType);
12:
13: TYPE VendorSiteRecType IS RECORD (vendor_site_code po_vendor_sites.vendor_site_code%type,
14: vendor_id po_vendors.vendor_id%type,
15: vendor_site_id po_vendor_sites.vendor_site_id%type,
16: organization_id org_organization_definitions.organization_id%type,
17: document_type rcv_shipment_headers.asn_type%type,

Line 15: vendor_site_id po_vendor_sites.vendor_site_id%type,

11: error_record rcv_shipment_object_sv.ErrorRecType);
12:
13: TYPE VendorSiteRecType IS RECORD (vendor_site_code po_vendor_sites.vendor_site_code%type,
14: vendor_id po_vendors.vendor_id%type,
15: vendor_site_id po_vendor_sites.vendor_site_id%type,
16: organization_id org_organization_definitions.organization_id%type,
17: document_type rcv_shipment_headers.asn_type%type,
18: error_record rcv_shipment_object_sv.ErrorRecType);
19:

Line 38: vendor_site_id po_vendor_sites.vendor_site_id%type,

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:
41: TYPE TaxRecType IS RECORD (
42: tax_name ap_tax_codes.name%type,