API gme_api_pub.create_batch
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';