DBA Data[Home] [Help]

APPS.INV_REPLENISH_DETAIL_PUB dependencies on INV_LABEL

Line 216: l_transaction_id INV_LABEL.transaction_id_rec_type;

212: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
213:
214: --Bug 6696594
215: l_mmtt number;
216: l_transaction_id INV_LABEL.transaction_id_rec_type;
217: l_label_status VARCHAR2(500);
218: v_transaction_id INV_LABEL.transaction_id_rec_type;
219: l_honor_case_pick_count NUMBER := 0;
220: l_counter NUMBER := 1;

Line 218: v_transaction_id INV_LABEL.transaction_id_rec_type;

214: --Bug 6696594
215: l_mmtt number;
216: l_transaction_id INV_LABEL.transaction_id_rec_type;
217: l_label_status VARCHAR2(500);
218: v_transaction_id INV_LABEL.transaction_id_rec_type;
219: l_honor_case_pick_count NUMBER := 0;
220: l_counter NUMBER := 1;
221:
222: -- MUOM Fulfillment Project

Line 584: inv_label.print_label (

580:
581: IF l_counter > 1 THEN
582: l_return_status := fnd_api.g_ret_sts_success;
583:
584: inv_label.print_label (
585: x_return_status => x_return_status
586: , x_msg_count => x_msg_count
587: , x_msg_data => x_msg_data
588: , x_label_status => l_label_status