DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_HEADER_SV dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 16: organization_id org_organization_definitions.organization_id%type,

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:
20: TYPE PayRecType IS RECORD (payment_term_id ap_terms.term_id%type,