DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on RCV_CHARGES_GRP

Line 721: RCV_CHARGES_GRP.preprocess_charges

717: /* Bug 7830436: Code changes to Freight and Special Charges flow */
718: if nvl(l_fsc_enabled,'N') = 'N' then
719: asn_debug.put_line('Freight and Special Charges is disabled, so charges are not processed');
720: else
721: RCV_CHARGES_GRP.preprocess_charges
722: ( p_api_version => 1.0
723: , p_init_msg_list => 'Y'
724: , x_return_status => x_cascaded_table(n).error_status
725: , x_msg_count => l_msg_count