DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on RCV_TABLE_FUNCTIONS

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

710: -- Preprocess charges for receipt or ASN if charges coresponding
711: -- to this transaction exist in RCI.
712: IF (x_cascaded_table(n).transaction_type IN ('SHIP', 'RECEIVE')
713: AND x_header_record.error_record.error_status IN('S', 'W')
714: AND rcv_table_functions.is_lcm_shipment(x_cascaded_table(n).po_line_location_id) = 'N' -- lcm changes
715: AND x_cascaded_table(n).error_status IN('S', 'W')) THEN --{
716:
717: /* Bug 7830436: Code changes to Freight and Special Charges flow */
718: if nvl(l_fsc_enabled,'N') = 'N' then