This Line Does not Exist on the selected agreement. PO creation from PR with BPA Error.
Hi Team,
I have approved PR. When I create PO from this PR and referencing the BPA then I get below error:
I have checked below things Currency, Item number/Item category, UOM.
Kindly let me know where I am going wrong:>>
I used below queries to compare:
//Requisition details
select line_type_id, item_id, item_revision, transaction_reason_code, a.currency_code, a.unit_meas_lookup_code, a.category_id
from po_requisition_lines_all a where requisition_header_id in
(select requisition_header_id from po_requisition_headers_all where segment1 in ('12000009804'));
//BPA details
select line_type_id, item_id, item_revision,