DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_HEADER_SV dependencies on FND_CURRENCIES

Line 32: TYPE CurRecType IS RECORD (currency_code fnd_currencies.currency_code%type,

28: TYPE LookupRecType IS RECORD (lookup_code po_lookup_codes.lookup_code%type,
29: lookup_type po_lookup_codes.lookup_type%type,
30: error_record rcv_shipment_object_sv.ErrorRecType);
31:
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,