DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on WIP_PICKING_PUB

Line 871: l_alloc_tbl wip_picking_pub.allocate_tbl_t;

867: procedure pick_release(p_wip_entity_id NUMBER,
868: p_org_id NUMBER,
869: x_return_status OUT NOCOPY VARCHAR2,
870: x_msg_data OUT NOCOPY VARCHAR2) IS
871: l_alloc_tbl wip_picking_pub.allocate_tbl_t;
872: l_plan_tasks BOOLEAN;
873: l_cutoff_date DATE;
874: l_mo_req_number VARCHAR2(30);
875: l_conc_req_id NUMBER;

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

901: x_return_status := 'F';
902: return;
903: end if;
904:
905: wip_picking_pub.allocate(p_alloc_tbl => l_alloc_tbl,
906: p_wip_entity_type => 4,
907: p_cutoff_date => l_cutoff_date,
908: p_organization_id => p_org_id,
909: p_pick_grouping_rule_id => l_grouping_rule,