DBA Data[Home] [Help]

APPS.WIP_PICKING_PUB dependencies on WIP_PICKING_PVT

Line 406: wip_picking_pvt.cancel_allocations(p_wip_entity_id => p_wip_entity_id,

402: p_repetitive_schedule_id NUMBER DEFAULT NULL,
403: x_return_status OUT NOCOPY VARCHAR2,
404: x_msg_data OUT NOCOPY VARCHAR2) IS
405: BEGIN
406: wip_picking_pvt.cancel_allocations(p_wip_entity_id => p_wip_entity_id,
407: p_wip_entity_type => p_wip_entity_type,
408: p_repetitive_schedule_id => p_repetitive_schedule_id,
409: x_return_status => x_return_status,
410: x_msg_data => x_msg_data);

Line 424: wip_picking_pvt.cancel_comp_allocations(p_wip_entity_id => p_wip_entity_id,

420: p_repetitive_schedule_id NUMBER DEFAULT NULL,
421: x_return_status OUT NOCOPY VARCHAR2,
422: x_msg_data OUT NOCOPY VARCHAR2) IS
423: BEGIN
424: wip_picking_pvt.cancel_comp_allocations(p_wip_entity_id => p_wip_entity_id,
425: p_operation_seq_num => p_operation_seq_num,
426: p_inventory_item_id => p_inventory_item_id,
427: p_wip_entity_type => p_wip_entity_type,
428: p_repetitive_schedule_id => p_repetitive_schedule_id,

Line 440: wip_picking_pvt.reduce_comp_allocations(p_comp_tbl => p_comp_tbl,

436: p_organization_id NUMBER,
437: x_return_status OUT NOCOPY VARCHAR2,
438: x_msg_data OUT NOCOPY VARCHAR2) IS
439: BEGIN
440: wip_picking_pvt.reduce_comp_allocations(p_comp_tbl => p_comp_tbl,
441: p_wip_entity_type => p_wip_entity_type,
442: p_organization_id => p_organization_id,
443: x_return_status => x_return_status,
444: x_msg_data => x_msg_data);

Line 465: wip_picking_pvt.allocate(p_alloc_tbl => p_alloc_tbl,

461: x_mo_req_number OUT NOCOPY VARCHAR2,
462: x_return_status OUT NOCOPY VARCHAR2,
463: x_msg_data OUT NOCOPY VARCHAR2) IS
464: BEGIN
465: wip_picking_pvt.allocate(p_alloc_tbl => p_alloc_tbl,
466: p_days_to_alloc => p_days_to_alloc,
467: p_auto_detail_flag => p_auto_detail_flag,
468: p_start_date => p_start_date,
469: p_cutoff_date => p_cutoff_date,

Line 499: wip_picking_pvt.allocate_comp(p_alloc_comp_tbl => p_alloc_comp_tbl,

495: x_mo_req_number OUT NOCOPY VARCHAR2,
496: x_return_status OUT NOCOPY VARCHAR2,
497: x_msg_data OUT NOCOPY VARCHAR2) IS
498: BEGIN
499: wip_picking_pvt.allocate_comp(p_alloc_comp_tbl => p_alloc_comp_tbl,
500: p_days_to_alloc => p_days_to_alloc, --only used for rep scheds
501: p_auto_detail_flag => p_auto_detail_flag,
502: p_cutoff_date => p_cutoff_date,
503: p_wip_entity_type => p_wip_entity_type,