Process Manufacturing - EBS (MOSC)

MOSC Banner

API gme_api_pub.create_batch

edited Apr 19, 2016 5:03AM in Process Manufacturing - EBS (MOSC) 2 commentsAnswered

We want to upload FPO using API gme_api_pub.create_batch

Upload is successful, but plan quantity for FG is defaulted as batch size. We want to scale it to mutiple of batch size.

Ex. batch size in formula is 650 KG, but we want to create FPO for 1300 KG.

I could observe in the standard wrapper no Batch Scaling option is provided .

  PROCEDURE P_CREATE_FPO_PROC(IN_ORG_ID IN NUMBER, IN_ITEM_ID IN NUMBER) IS

   

p_api_version NUMBER DEFAULT 2;

p_validation_level NUMBER DEFAULT GME_COMMON_PVT.G_MAX_ERRORS;

p_init_msg_list VARCHAR2(1000) DEFAULT 'F';

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

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center