Mandatory parameters to the API csd_receive_pvt.receive_item
Hi,
I want to know the mandatory parameters need to provide while calling csd_receive_pvt.receive_item().
Below are the parameters I am taking currently.
l_rcv_rec_type csd_receive_util.rcv_tbl_type;
begin
l_rcv_rec_type(1).customer_id := 2452739;
--l_rcv_rec_type(1).customer_site_id := 2810736;
l_rcv_rec_type(1).quantity := 10;
l_rcv_rec_type(1).inventory_item_id := 48018;
l_rcv_rec_type(1).to_organization_id := 116838;
l_rcv_rec_type(1).subinventory := 'GEIOC_CUST';
l_rcv_rec_type(1).locator_id := 3046577;
R there any other required parameters?
Output:
before calling public sr
Return Status : E
Error : ORA-0000: normal, successful completion