DBA Data[Home] [Help]

APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on INV_LABEL

Line 3553: l_delivery_details_tab INV_LABEL.transaction_id_rec_type;

3549: and wda.delivery_detail_id = wdd.delivery_detail_id
3550: and wdd.lpn_id is NULL;
3551: */
3552: l_delivery_detail_id NUMBER;
3553: l_delivery_details_tab INV_LABEL.transaction_id_rec_type;
3554: l_msg_count NUMBER;
3555: l_msg_data VARCHAR2(2000);
3556: l_label_status varchar2(300);
3557:

Line 3565: inv_label.print_label

3561: FOR i IN 1..p_del_rows.count LOOP
3562: l_delivery_details_tab(i) := p_del_rows(i);
3563: END LOOP;
3564:
3565: inv_label.print_label
3566: (x_return_status => x_return_status
3567: , x_msg_count => l_msg_count
3568: , x_msg_data => l_msg_data
3569: , x_label_status => l_label_status