DBA Data[Home] [Help]

APPS.INV_MATERIAL_STATUS_PKG dependencies on INV_LABEL

Line 487: /* inv_label.print_label(

483: END LOOP;
484: end if;
485:
486: -- call print_label to print the label
487: /* inv_label.print_label(
488: x_return_status => l_return_status,
489: x_msg_count => l_msg_count,
490: x_msg_data => l_msg_data,
491: x_label_status => l_label_status,

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

492: p_api_version => 1.0,
493: p_print_mode => 2,
494: p_business_flow_code => 10,
495: p_input_param_rec => l_input_param_rec); */
496: -- changed to call INV_LABEL.PRINT_LABEL_MANUAL_WRAP to pass serial range
497: INV_LABEL.PRINT_LABEL_MANUAL_WRAP(
498: x_return_status => l_return_status,
499: x_msg_count => l_msg_count,
500: x_msg_data => l_msg_data,

Line 497: INV_LABEL.PRINT_LABEL_MANUAL_WRAP(

493: p_print_mode => 2,
494: p_business_flow_code => 10,
495: p_input_param_rec => l_input_param_rec); */
496: -- changed to call INV_LABEL.PRINT_LABEL_MANUAL_WRAP to pass serial range
497: INV_LABEL.PRINT_LABEL_MANUAL_WRAP(
498: x_return_status => l_return_status,
499: x_msg_count => l_msg_count,
500: x_msg_data => l_msg_data,
501: x_label_status => l_label_status,