DBA Data[Home] [Help]

APPS.WMS_WIP_XDOCK_PVT dependencies on INV_LABEL

Line 1150: inv_label.print_label_wrap(

1146: mydebug('Calling label printing API for Manufacturing Cross-Dock');
1147: mydebug('Transaction temp id: ' || l_new_temp_id);
1148: END IF;
1149:
1150: inv_label.print_label_wrap(
1151: x_return_status => l_return_status
1152: , x_msg_count => l_msg_cnt
1153: , x_msg_data => l_msg_data
1154: , x_label_status => l_label_status

Line 1180: wms_wip_integration.wip_processor(p_txn_hdr_id => l_new_txn_hdr_id, p_business_flow_code => inv_label.wms_bf_wip_pick_drop

1176: mydebug('Hdr' || l_new_txn_hdr_id);
1177: END IF;
1178:
1179: -- Call the txn processor
1180: wms_wip_integration.wip_processor(p_txn_hdr_id => l_new_txn_hdr_id, p_business_flow_code => inv_label.wms_bf_wip_pick_drop
1181: , x_return_status => x_return_status);
1182:
1183: IF (l_debug = 1) THEN
1184: mydebug('After Calling WIP txn proc STATUS' || x_return_status);

Line 1221: inv_label.print_label_wrap(

1217: mydebug('Calling label printing API for Manufacturing Cross-Dock for pull component');
1218: mydebug('Transaction temp id: ' || l_temp_id);
1219: END IF;
1220:
1221: inv_label.print_label_wrap(
1222: x_return_status => l_return_status
1223: , x_msg_count => l_msg_cnt
1224: , x_msg_data => l_msg_data
1225: , x_label_status => l_label_status