DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on FND_PROFILE

Line 15: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');

11: currency_record rcv_shipment_header_sv.currectype;
12: invoice_record rcv_shipment_header_sv.invrectype;
13: tax_record rcv_shipment_header_sv.taxrectype;
14: -- Read the profile option that enables/disables the debug log
15: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');
16: x_sysdate DATE := SYSDATE;
17: x_count NUMBER := 0;
18: x_location_id NUMBER;
19: e_validation_error EXCEPTION;