DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on RCV_CHARGES_GRP

Line 867: RCV_CHARGES_GRP.preprocess_charges

863: /* Bug 7830436: Code changes to Freight and Special Charges flow */
864: if nvl(l_fsc_enabled,'N') = 'N' then
865: asn_debug.put_line('Freight and Special Charges is disabled, so charges are not processed');
866: else
867: RCV_CHARGES_GRP.preprocess_charges
868: ( p_api_version => 1.0
869: , p_init_msg_list => 'Y'
870: , x_return_status => x_cascaded_table(n).error_status
871: , x_msg_count => l_msg_count