DBA Data[Home] [Help]

APPS.WMS_ASN_INTERFACE dependencies on INV_LABEL

Line 171: l_input_param_rec INV_LABEL.input_parameter_rec_type;

167: l_object_id NUMBER;
168: l_api_version NUMBER := 1.0;
169: l_shipment_header_id NUMBER;
170: l_po_line_id NUMBER;
171: l_input_param_rec INV_LABEL.input_parameter_rec_type;
172: l_label_status VARCHAR2(500);
173: l_lot_control_code NUMBER;
174: l_serial_control_code NUMBER;
175: l_shelf_life_code NUMBER;

Line 896: print_debug('Process - before calling inv_label.print_label', 4);

892:
893: CLOSE l_print_lpn_curs;
894:
895: IF (l_debug = 1) THEN
896: print_debug('Process - before calling inv_label.print_label', 4);
897: END IF;
898:
899: l_progress := '270';
900:

Line 901: inv_label.print_label

897: END IF;
898:
899: l_progress := '270';
900:
901: inv_label.print_label
902: (x_return_status => l_return_status
903: , x_msg_count => l_msg_count
904: , x_msg_data => l_msg_data
905: , x_label_status => l_label_status

Line 913: print_debug('Process - after calling inv_label.print_label', 1);

909: , p_input_param_rec => l_input_param_rec
910: );
911:
912: IF (l_debug = 1) THEN
913: print_debug('Process - after calling inv_label.print_label', 1);
914: END IF;
915: l_progress := '280';
916:
917: END IF;

Line 1030: l_input_param_rec INV_LABEL.input_parameter_rec_type;

1026: AND source_type_id = 1;
1027:
1028:
1029:
1030: l_input_param_rec INV_LABEL.input_parameter_rec_type;
1031: l_return_status VARCHAR2(1);
1032: l_msg_count NUMBER;
1033: l_msg_data VARCHAR2(400);
1034: l_label_status VARCHAR2(500);

Line 1050: inv_label.print_label

1046: END LOOP;
1047:
1048: CLOSE l_lpn_curs;
1049:
1050: inv_label.print_label
1051: (x_return_status => l_return_status
1052: , x_msg_count => l_msg_count
1053: , x_msg_data => l_msg_data
1054: , x_label_status => l_label_status