DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on RCV_TABLE_FUNCTIONS

Line 860: AND rcv_table_functions.is_lcm_shipment(x_cascaded_table(n).po_line_location_id) = 'N' -- lcm changes

856: -- Preprocess charges for receipt or ASN if charges coresponding
857: -- to this transaction exist in RCI.
858: IF (x_cascaded_table(n).transaction_type IN ('SHIP', 'RECEIVE')
859: AND x_header_record.error_record.error_status IN('S', 'W')
860: AND rcv_table_functions.is_lcm_shipment(x_cascaded_table(n).po_line_location_id) = 'N' -- lcm changes
861: AND x_cascaded_table(n).error_status IN('S', 'W')) THEN --{
862:
863: /* Bug 7830436: Code changes to Freight and Special Charges flow */
864: if nvl(l_fsc_enabled,'N') = 'N' then