DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on WIP_PICKING_PUB

Line 654: l_alloc_tbl wip_picking_pub.allocate_tbl_t;

650: procedure pick_release(p_wip_entity_id NUMBER,
651: p_org_id NUMBER,
652: x_return_status OUT NOCOPY VARCHAR2,
653: x_msg_data OUT NOCOPY VARCHAR2) IS
654: l_alloc_tbl wip_picking_pub.allocate_tbl_t;
655: l_plan_tasks BOOLEAN;
656: l_cutoff_date DATE;
657: l_mo_req_number VARCHAR2(30);
658: l_conc_req_id NUMBER;

Line 688: wip_picking_pub.allocate(p_alloc_tbl => l_alloc_tbl,

684: x_return_status := 'F';
685: return;
686: end if;
687:
688: wip_picking_pub.allocate(p_alloc_tbl => l_alloc_tbl,
689: p_wip_entity_type => 4,
690: p_cutoff_date => l_cutoff_date,
691: p_organization_id => p_org_id,
692: p_pick_grouping_rule_id => l_grouping_rule,