DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_UTILITIES

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

1748: END IF;
1749:
1750: l_process_phase := '5';
1751: IF (p_print_label = 1) THEN /* VJ Label Printing */
1752: wip_utilities.print_label(p_txn_id => p_mtl_header_id,
1753: p_table_type => 2, --MMTT
1754: p_ret_status => x_returnStatus,
1755: p_msg_count => l_msg_count,
1756: p_msg_data => l_error_msg,

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

1757: p_label_status => l_label_status,
1758: p_business_flow_code => 26); -- discrete business flow code
1759: -- do not error out if label printing, only put warning message in log
1760: IF(x_returnStatus <> fnd_api.g_ret_sts_success) THEN
1761: wip_utilities.get_message_stack(p_msg => l_msg_stack);
1762: IF (l_log_level <= wip_constants.full_logging) then
1763: wip_logger.log(p_msg => 'An error has occurred with label printing.\n' ||
1764: 'The following error has occurred during ' ||
1765: 'printing: ' || l_msg_stack || '\n' ||

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

1842: l_op_seq := l_cmp_txn.op_seq_num;
1843: l_step := WIP_CONSTANTS.TOMOVE;
1844: END IF;
1845:
1846: wip_utilities.update_serial(p_serial_number => p_assySerial,
1847: p_inventory_item_id => l_cmp_txn.item_id,
1848: p_organization_id => l_cmp_txn.org_id,
1849: p_wip_entity_id => l_cmp_txn.wip_entity_id,
1850: p_operation_seq_num => l_op_seq,