Process Manufacturing - EBS (MOSC)

MOSC Banner

GME_API_PUB.INSERT_MATERIAL_LINE API error....

edited Jan 16, 2017 6:57AM in Process Manufacturing - EBS (MOSC) 2 commentsAnswered ✓

Hi All,

I have a task to add line in material detail in workbench through API. I found GME_API_PUB and worked but when i execute this script found error, please advice what i am missing here

x_message_count: 10  x_message_list: No keys specified to identify the rows in the table mtl_system_items_b. 

Declare

  v_locator_code        varchar2(100) := 'HUBCTN0001.L01.R01.B001';

  v_org_code            varchar2(100) := 'F1888 OPM Fiber HUB';

  v_batchstep_no        number := 20;

  v_message_count       number;

  v_message_list        varchar2(1000);

  v_return_status       varchar2(1000);

  v_gme_master          gme_batch_header%rowtype;

  v_gme_detail          gme_material_details%rowtype;

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