DBA Data[Home] [Help]

APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on INV_LABEL

Line 3614: l_delivery_details_tab INV_LABEL.transaction_id_rec_type;

3610: and wda.delivery_detail_id = wdd.delivery_detail_id
3611: and wdd.lpn_id is NULL;
3612: */
3613: l_delivery_detail_id NUMBER;
3614: l_delivery_details_tab INV_LABEL.transaction_id_rec_type;
3615: l_msg_count NUMBER;
3616: l_msg_data VARCHAR2(2000);
3617: l_label_status varchar2(300);
3618:

Line 3626: inv_label.print_label

3622: FOR i IN 1..p_del_rows.count LOOP
3623: l_delivery_details_tab(i) := p_del_rows(i);
3624: END LOOP;
3625:
3626: inv_label.print_label
3627: (x_return_status => x_return_status
3628: , x_msg_count => l_msg_count
3629: , x_msg_data => l_msg_data
3630: , x_label_status => l_label_status