DBA Data[Home] [Help]

APPS.INV_MATERIAL_STATUS_PKG dependencies on INV_LABEL

Line 522: /* inv_label.print_label(

518: END LOOP;
519: end if;
520:
521: -- call print_label to print the label
522: /* inv_label.print_label(
523: x_return_status => l_return_status,
524: x_msg_count => l_msg_count,
525: x_msg_data => l_msg_data,
526: x_label_status => l_label_status,

Line 531: -- changed to call INV_LABEL.PRINT_LABEL_MANUAL_WRAP to pass serial range

527: p_api_version => 1.0,
528: p_print_mode => 2,
529: p_business_flow_code => 10,
530: p_input_param_rec => l_input_param_rec); */
531: -- changed to call INV_LABEL.PRINT_LABEL_MANUAL_WRAP to pass serial range
532: INV_LABEL.PRINT_LABEL_MANUAL_WRAP(
533: x_return_status => l_return_status,
534: x_msg_count => l_msg_count,
535: x_msg_data => l_msg_data,

Line 532: INV_LABEL.PRINT_LABEL_MANUAL_WRAP(

528: p_print_mode => 2,
529: p_business_flow_code => 10,
530: p_input_param_rec => l_input_param_rec); */
531: -- changed to call INV_LABEL.PRINT_LABEL_MANUAL_WRAP to pass serial range
532: INV_LABEL.PRINT_LABEL_MANUAL_WRAP(
533: x_return_status => l_return_status,
534: x_msg_count => l_msg_count,
535: x_msg_data => l_msg_data,
536: x_label_status => l_label_status,