Update Requisition through API goes to In-Complete Status, we do not want to change status [message #662262] |
Sat, 22 April 2017 12:47 |
|
Satya.tanmay
Messages: 3 Registered: April 2017
|
Junior Member |
|
|
Me
10:18 AM
Customer Problem Description
---------------------------------------------------
Problem Summary
---------------------------------------------------
Update Requisition through API goes to In-Complete Status, we do not want to change status
Problem Description
---------------------------------------------------
I am following the Note: 1916690.1 to update my requisition lines. I am using following code to update
po_requisition_update_pub.update_requisition(
'T', --p_init_msg_list
'Y', --p_commit
l_return_status ,
l_msg_count,
l_msg_data,
'N', --p_submit_approval
l_req_hdr,
l_req_line_tbl,
l_req_dist_tbl);
Result: My Requisition line is getting updated but the Requisition is going in "IN-PROCESS" Status. I do not want to change requisition status & it should remain in status as "APPROVED".
Error Codes
---------------------------------------------------
|
|
|