DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_UTILITIES

Line 1886: wip_utilities.print_label(p_txn_id => p_mtl_header_id,

1882: END IF;
1883:
1884: l_process_phase := '5';
1885: IF (p_print_label = 1) THEN /* VJ Label Printing */
1886: wip_utilities.print_label(p_txn_id => p_mtl_header_id,
1887: p_table_type => 2, --MMTT
1888: p_ret_status => x_returnStatus,
1889: p_msg_count => l_msg_count,
1890: p_msg_data => l_error_msg,

Line 1895: wip_utilities.get_message_stack(p_msg => l_msg_stack);

1891: p_label_status => l_label_status,
1892: p_business_flow_code => 26); -- discrete business flow code
1893: -- do not error out if label printing, only put warning message in log
1894: IF(x_returnStatus <> fnd_api.g_ret_sts_success) THEN
1895: wip_utilities.get_message_stack(p_msg => l_msg_stack);
1896: IF (l_log_level <= wip_constants.full_logging) then
1897: wip_logger.log(p_msg => 'An error has occurred with label printing.\n' ||
1898: 'The following error has occurred during ' ||
1899: 'printing: ' || l_msg_stack || '\n' ||

Line 1980: wip_utilities.update_serial(p_serial_number => p_assySerial,

1976: l_op_seq := l_cmp_txn.op_seq_num;
1977: l_step := WIP_CONSTANTS.TOMOVE;
1978: END IF;
1979:
1980: wip_utilities.update_serial(p_serial_number => p_assySerial,
1981: p_inventory_item_id => l_cmp_txn.item_id,
1982: p_organization_id => l_cmp_txn.org_id,
1983: p_wip_entity_id => l_cmp_txn.wip_entity_id,
1984: p_operation_seq_num => l_op_seq,