DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on INV_LABEL

Line 787: l_input_param_tbl inv_label.input_parameter_rec_type;

783: l_label_status VARCHAR2(300);
784: l_dummy_num NUMBER;
785:
786: -- Variables for call to Print_Label
787: l_input_param_tbl inv_label.input_parameter_rec_type;
788: l_return_status VARCHAR2(30);
789:
790: -- Variables used for Creating LPNs in shipping
791: l_detail_info_tab WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;

Line 1071: inv_label.print_label (

1067:
1068: l_progress := 'Create LPN call to label printing';
1069:
1070: BEGIN
1071: inv_label.print_label (
1072: p_api_version => 1.0
1073: , x_return_status => l_return_status
1074: , x_msg_count => x_msg_count
1075: , x_msg_data => x_msg_data

Line 7200: l_input_param_tbl inv_label.input_parameter_rec_type;

7196: l_primary_uom VARCHAR2(4);
7197: l_lot_control_code NUMBER;
7198:
7199: l_label_status VARCHAR2(300);
7200: l_input_param_tbl inv_label.input_parameter_rec_type;
7201: l_input_param_rec mtl_material_transactions_temp%ROWTYPE;
7202: l_counter NUMBER := 1; -- Counter variable initialized to 1
7203: l_qty NUMBER := 0;
7204: error_msg VARCHAR2(2000);

Line 7893: inv_label.print_label (

7889: END IF;
7890:
7891: -- Label printing call with cartonization flow must be made if cartonization was used
7892: IF (p_container_item_id IS NULL) THEN
7893: inv_label.print_label (
7894: x_return_status => x_return_status
7895: , x_msg_count => x_msg_count
7896: , x_msg_data => x_msg_data
7897: , x_label_status => l_label_status

Line 7916: inv_label.print_label(

7912: -- Print LPN Labels
7913: IF (l_debug = 1) THEN
7914: mdebug('Calling Print label api');
7915: END IF;
7916: inv_label.print_label(
7917: x_return_status=> x_return_status,
7918: x_msg_count=> x_msg_count,
7919: x_msg_data=> x_msg_data,
7920: x_label_status=> l_label_status,

Line 9103: INV_LABEL.PRINT_LABEL_MANUAL_WRAP(

9099: END IF;
9100: RAISE fnd_api.g_exc_error;
9101: END IF;
9102:
9103: INV_LABEL.PRINT_LABEL_MANUAL_WRAP(
9104: x_return_status => l_label_return
9105: , x_msg_count => x_msg_count
9106: , x_msg_data => x_msg_data
9107: , x_label_status => l_label_status

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

9108: , p_business_flow_code => 36
9109: , p_lpn_id => p_outermost_lpn_id );
9110:
9111: IF ( l_debug = 1 ) THEN
9112: mdebug('Called INV_LABEL.PRINT_LABEL, return_status='||l_label_return||' label stat='||l_label_status, 1);
9113: END IF;
9114:
9115: -- Standard check of p_commit.
9116: IF FND_API.To_Boolean( p_commit ) THEN

Line 9168: l_input_param_rec_tbl INV_LABEL.input_parameter_rec_type;

9164: l_trx_hdr_id NUMBER;
9165: l_label_count NUMBER := 1;
9166: l_label_status VARCHAR2(100);
9167: l_label_return VARCHAR2(1);
9168: l_input_param_rec_tbl INV_LABEL.input_parameter_rec_type;
9169:
9170: BEGIN
9171: -- Standard Start of API savepoint
9172: SAVEPOINT BREAK_DOWN_LPN;

Line 9246: INV_LABEL.PRINT_LABEL (

9242:
9243: -- Add entry for this lpn to print label for outermost lpn
9244: l_input_param_rec_tbl(l_label_count).lpn_id := p_outermost_lpn_id;
9245:
9246: INV_LABEL.PRINT_LABEL (
9247: x_return_status => l_label_return
9248: , x_msg_count => x_msg_count
9249: , x_msg_data => x_msg_data
9250: , x_label_status => l_label_status

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

9253: , p_business_flow_code => 36
9254: , p_input_param_rec => l_input_param_rec_tbl ) ;
9255:
9256: IF ( l_debug = 1 ) THEN
9257: mdebug('Called INV_LABEL.PRINT_LABEL, return_status='||l_label_return||' label stat='||l_label_status, 1);
9258: END IF;
9259:
9260: -- Standard check of p_commit.
9261: IF FND_API.To_Boolean( p_commit ) THEN