DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on INV_LABEL

Line 7936: l_business_flow_code := inv_label.wms_bf_pick_load;

7932:
7933: -- Bug #: 6908598
7934: -- Calling label printing both for bulk and independent tasks
7935: BEGIN
7936: l_business_flow_code := inv_label.wms_bf_pick_load;
7937: IF l_tran_type_id = 52 THEN -- Picking for sales order
7938: l_business_flow_code := inv_label.wms_bf_pick_load;
7939: ELSIF l_tran_type_id = 35 THEN -- WIP issue
7940: l_business_flow_code := inv_label.wms_bf_wip_pick_load;

Line 7938: l_business_flow_code := inv_label.wms_bf_pick_load;

7934: -- Calling label printing both for bulk and independent tasks
7935: BEGIN
7936: l_business_flow_code := inv_label.wms_bf_pick_load;
7937: IF l_tran_type_id = 52 THEN -- Picking for sales order
7938: l_business_flow_code := inv_label.wms_bf_pick_load;
7939: ELSIF l_tran_type_id = 35 THEN -- WIP issue
7940: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
7941: ELSIF l_tran_type_id = 51
7942: AND l_tran_source_type_id = 13 THEN --Backflush

Line 7940: l_business_flow_code := inv_label.wms_bf_wip_pick_load;

7936: l_business_flow_code := inv_label.wms_bf_pick_load;
7937: IF l_tran_type_id = 52 THEN -- Picking for sales order
7938: l_business_flow_code := inv_label.wms_bf_pick_load;
7939: ELSIF l_tran_type_id = 35 THEN -- WIP issue
7940: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
7941: ELSIF l_tran_type_id = 51
7942: AND l_tran_source_type_id = 13 THEN --Backflush
7943: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
7944: ELSIF l_tran_type_id = 64

Line 7943: l_business_flow_code := inv_label.wms_bf_wip_pick_load;

7939: ELSIF l_tran_type_id = 35 THEN -- WIP issue
7940: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
7941: ELSIF l_tran_type_id = 51
7942: AND l_tran_source_type_id = 13 THEN --Backflush
7943: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
7944: ELSIF l_tran_type_id = 64
7945: AND l_tran_source_type_id = 4 THEN --Replenishment
7946: l_business_flow_code := inv_label.wms_bf_replenishment_load;
7947: END IF;

Line 7946: l_business_flow_code := inv_label.wms_bf_replenishment_load;

7942: AND l_tran_source_type_id = 13 THEN --Backflush
7943: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
7944: ELSIF l_tran_type_id = 64
7945: AND l_tran_source_type_id = 4 THEN --Replenishment
7946: l_business_flow_code := inv_label.wms_bf_replenishment_load;
7947: END IF;
7948: l_progress := '410';
7949: IF (l_debug = 1) THEN mydebug ('l_business_flow_code: ' || l_business_flow_code ); END IF;
7950:

Line 7960: inv_label.print_label_wrap(

7956: IF (l_debug = 1) THEN
7957: mydebug('task_load: Calling label printing for transaction:' || l_temp_id);
7958: END IF;
7959:
7960: inv_label.print_label_wrap(
7961: x_return_status => x_return_status
7962: , x_msg_count => x_msg_count
7963: , x_msg_data => x_msg_data
7964: , x_label_status => l_label_status

Line 8022: l_business_flow_code := inv_label.wms_bf_pick_load;

8018: -- call label printing for all tasks other than bulk tasks.
8019: l_progress := '600';
8020: IF (l_debug = 1) THEN mydebug ('l_progress: ' || l_progress ); END IF;
8021: BEGIN
8022: l_business_flow_code := inv_label.wms_bf_pick_load;
8023: IF l_tran_type_id = 52 THEN -- Picking for sales order
8024: l_business_flow_code := inv_label.wms_bf_pick_load;
8025: ELSIF l_tran_type_id = 35 THEN -- WIP issue
8026: l_business_flow_code := inv_label.wms_bf_wip_pick_load;

Line 8024: l_business_flow_code := inv_label.wms_bf_pick_load;

8020: IF (l_debug = 1) THEN mydebug ('l_progress: ' || l_progress ); END IF;
8021: BEGIN
8022: l_business_flow_code := inv_label.wms_bf_pick_load;
8023: IF l_tran_type_id = 52 THEN -- Picking for sales order
8024: l_business_flow_code := inv_label.wms_bf_pick_load;
8025: ELSIF l_tran_type_id = 35 THEN -- WIP issue
8026: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
8027: ELSIF l_tran_type_id = 51
8028: AND l_tran_source_type_id = 13 THEN --Backflush

Line 8026: l_business_flow_code := inv_label.wms_bf_wip_pick_load;

8022: l_business_flow_code := inv_label.wms_bf_pick_load;
8023: IF l_tran_type_id = 52 THEN -- Picking for sales order
8024: l_business_flow_code := inv_label.wms_bf_pick_load;
8025: ELSIF l_tran_type_id = 35 THEN -- WIP issue
8026: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
8027: ELSIF l_tran_type_id = 51
8028: AND l_tran_source_type_id = 13 THEN --Backflush
8029: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
8030: ELSIF l_tran_type_id = 64

Line 8029: l_business_flow_code := inv_label.wms_bf_wip_pick_load;

8025: ELSIF l_tran_type_id = 35 THEN -- WIP issue
8026: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
8027: ELSIF l_tran_type_id = 51
8028: AND l_tran_source_type_id = 13 THEN --Backflush
8029: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
8030: ELSIF l_tran_type_id = 64
8031: AND l_tran_source_type_id = 4 THEN --Replenishment
8032: l_business_flow_code := inv_label.wms_bf_replenishment_load;
8033: END IF;

Line 8032: l_business_flow_code := inv_label.wms_bf_replenishment_load;

8028: AND l_tran_source_type_id = 13 THEN --Backflush
8029: l_business_flow_code := inv_label.wms_bf_wip_pick_load;
8030: ELSIF l_tran_type_id = 64
8031: AND l_tran_source_type_id = 4 THEN --Replenishment
8032: l_business_flow_code := inv_label.wms_bf_replenishment_load;
8033: END IF;
8034: l_progress := '610';
8035: IF (l_debug = 1) THEN mydebug ('l_business_flow_code: ' || l_business_flow_code ); END IF;
8036:

Line 8046: inv_label.print_label_wrap(

8042: IF (l_debug = 1) THEN
8043: mydebug('task_load: Calling label printing for transaction:' || l_temp_id);
8044: END IF;
8045:
8046: inv_label.print_label_wrap(
8047: x_return_status => x_return_status
8048: , x_msg_count => x_msg_count
8049: , x_msg_data => x_msg_data
8050: , x_label_status => l_label_status