Inventory Management - EBS (MOSC)

MOSC Banner

Component Pick Release Batch

edited Jan 12, 2010 5:42AM in Inventory Management - EBS (MOSC) 5 commentsAnswered
Hi,

Has anyone here already tried to create a custom package that uses WIP_PICKING_PVT to release a batch of Discrete Jobs?    For some reason, I can't seem to make this work :

l_count := l_count + 1; := l_count + 1;

l_alloc_tbl(l_count).wip_entity_id := v_wip_id;

l_alloc_tbl(l_count).use_pickset_flag := 'N'; (l_count).use_pickset_flag := 'N'; l_alloc_tbl(l_count).project_id := NULL; (l_count).project_id := NULL; l_alloc_tbl(l_count).task_id := NULL; (l_count).task_id := NULL; wip_picking_pvt.allocate(p_alloc_tbl => l_alloc_tbl

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