Depot Repair - EBS (MOSC)

MOSC Banner

Mandatory parameters to the API csd_receive_pvt.receive_item

edited Aug 20, 2016 5:00AM in Depot Repair - EBS (MOSC) 2 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

EBS Depot Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center