DBA Data[Home] [Help]

APPS.WIP_PICKING_PUB dependencies on WIP_PICKING_PVT

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

395: p_repetitive_schedule_id NUMBER DEFAULT NULL,
396: x_return_status OUT NOCOPY VARCHAR2,
397: x_msg_data OUT NOCOPY VARCHAR2) IS
398: BEGIN
399: wip_picking_pvt.cancel_allocations(p_wip_entity_id => p_wip_entity_id,
400: p_wip_entity_type => p_wip_entity_type,
401: p_repetitive_schedule_id => p_repetitive_schedule_id,
402: x_return_status => x_return_status,
403: x_msg_data => x_msg_data);

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

413: p_repetitive_schedule_id NUMBER DEFAULT NULL,
414: x_return_status OUT NOCOPY VARCHAR2,
415: x_msg_data OUT NOCOPY VARCHAR2) IS
416: BEGIN
417: wip_picking_pvt.cancel_comp_allocations(p_wip_entity_id => p_wip_entity_id,
418: p_operation_seq_num => p_operation_seq_num,
419: p_inventory_item_id => p_inventory_item_id,
420: p_wip_entity_type => p_wip_entity_type,
421: p_repetitive_schedule_id => p_repetitive_schedule_id,

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

429: p_organization_id NUMBER,
430: x_return_status OUT NOCOPY VARCHAR2,
431: x_msg_data OUT NOCOPY VARCHAR2) IS
432: BEGIN
433: wip_picking_pvt.reduce_comp_allocations(p_comp_tbl => p_comp_tbl,
434: p_wip_entity_type => p_wip_entity_type,
435: p_organization_id => p_organization_id,
436: x_return_status => x_return_status,
437: x_msg_data => x_msg_data);

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

454: x_mo_req_number OUT NOCOPY VARCHAR2,
455: x_return_status OUT NOCOPY VARCHAR2,
456: x_msg_data OUT NOCOPY VARCHAR2) IS
457: BEGIN
458: wip_picking_pvt.allocate(p_alloc_tbl => p_alloc_tbl,
459: p_days_to_alloc => p_days_to_alloc,
460: p_auto_detail_flag => p_auto_detail_flag,
461: p_start_date => p_start_date,
462: p_cutoff_date => p_cutoff_date,

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

488: x_mo_req_number OUT NOCOPY VARCHAR2,
489: x_return_status OUT NOCOPY VARCHAR2,
490: x_msg_data OUT NOCOPY VARCHAR2) IS
491: BEGIN
492: wip_picking_pvt.allocate_comp(p_alloc_comp_tbl => p_alloc_comp_tbl,
493: p_days_to_alloc => p_days_to_alloc, --only used for rep scheds
494: p_auto_detail_flag => p_auto_detail_flag,
495: p_cutoff_date => p_cutoff_date,
496: p_wip_entity_type => p_wip_entity_type,