DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on INV_LABEL

Line 732: l_input_param_tbl inv_label.input_parameter_rec_type;

728: l_label_status VARCHAR2(300);
729: l_dummy_num NUMBER;
730:
731: -- Variables for call to Print_Label
732: l_input_param_tbl inv_label.input_parameter_rec_type;
733: l_return_status VARCHAR2(30);
734:
735: -- Variables used for Creating LPNs in shipping
736: l_detail_info_tab WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;

Line 1016: inv_label.print_label (

1012:
1013: l_progress := 'Create LPN call to label printing';
1014:
1015: BEGIN
1016: inv_label.print_label (
1017: p_api_version => 1.0
1018: , x_return_status => l_return_status
1019: , x_msg_count => x_msg_count
1020: , x_msg_data => x_msg_data

Line 6640: l_input_param_tbl inv_label.input_parameter_rec_type;

6636: l_primary_uom VARCHAR2(4);
6637: l_lot_control_code NUMBER;
6638:
6639: l_label_status VARCHAR2(300);
6640: l_input_param_tbl inv_label.input_parameter_rec_type;
6641: l_input_param_rec mtl_material_transactions_temp%ROWTYPE;
6642: l_counter NUMBER := 1; -- Counter variable initialized to 1
6643: l_qty NUMBER := 0;
6644: error_msg VARCHAR2(2000);

Line 7333: inv_label.print_label (

7329: END IF;
7330:
7331: -- Label printing call with cartonization flow must be made if cartonization was used
7332: IF (p_container_item_id IS NULL) THEN
7333: inv_label.print_label (
7334: x_return_status => x_return_status
7335: , x_msg_count => x_msg_count
7336: , x_msg_data => x_msg_data
7337: , x_label_status => l_label_status

Line 7356: inv_label.print_label(

7352: -- Print LPN Labels
7353: IF (l_debug = 1) THEN
7354: mdebug('Calling Print label api');
7355: END IF;
7356: inv_label.print_label(
7357: x_return_status=> x_return_status,
7358: x_msg_count=> x_msg_count,
7359: x_msg_data=> x_msg_data,
7360: x_label_status=> l_label_status,

Line 8530: INV_LABEL.PRINT_LABEL_MANUAL_WRAP(

8526: END IF;
8527: RAISE fnd_api.g_exc_error;
8528: END IF;
8529:
8530: INV_LABEL.PRINT_LABEL_MANUAL_WRAP(
8531: x_return_status => l_label_return
8532: , x_msg_count => x_msg_count
8533: , x_msg_data => x_msg_data
8534: , x_label_status => l_label_status

Line 8539: mdebug('Called INV_LABEL.PRINT_LABEL, return_status='||l_label_return||' label stat='||l_label_status, 1);

8535: , p_business_flow_code => 36
8536: , p_lpn_id => p_outermost_lpn_id );
8537:
8538: IF ( l_debug = 1 ) THEN
8539: mdebug('Called INV_LABEL.PRINT_LABEL, return_status='||l_label_return||' label stat='||l_label_status, 1);
8540: END IF;
8541:
8542: -- Standard check of p_commit.
8543: IF FND_API.To_Boolean( p_commit ) THEN

Line 8595: l_input_param_rec_tbl INV_LABEL.input_parameter_rec_type;

8591: l_trx_hdr_id NUMBER;
8592: l_label_count NUMBER := 1;
8593: l_label_status VARCHAR2(100);
8594: l_label_return VARCHAR2(1);
8595: l_input_param_rec_tbl INV_LABEL.input_parameter_rec_type;
8596:
8597: BEGIN
8598: -- Standard Start of API savepoint
8599: SAVEPOINT BREAK_DOWN_LPN;

Line 8673: INV_LABEL.PRINT_LABEL (

8669:
8670: -- Add entry for this lpn to print label for outermost lpn
8671: l_input_param_rec_tbl(l_label_count).lpn_id := p_outermost_lpn_id;
8672:
8673: INV_LABEL.PRINT_LABEL (
8674: x_return_status => l_label_return
8675: , x_msg_count => x_msg_count
8676: , x_msg_data => x_msg_data
8677: , x_label_status => l_label_status

Line 8684: mdebug('Called INV_LABEL.PRINT_LABEL, return_status='||l_label_return||' label stat='||l_label_status, 1);

8680: , p_business_flow_code => 36
8681: , p_input_param_rec => l_input_param_rec_tbl ) ;
8682:
8683: IF ( l_debug = 1 ) THEN
8684: mdebug('Called INV_LABEL.PRINT_LABEL, return_status='||l_label_return||' label stat='||l_label_status, 1);
8685: END IF;
8686:
8687: -- Standard check of p_commit.
8688: IF FND_API.To_Boolean( p_commit ) THEN