DBA Data[Home] [Help]

APPS.CSI_RMA_FULFILL_PUB dependencies on CSI_UTL_PKG

Line 552: csi_utl_pkg.update_txn_line_dtl (

548: SET processing_status = 'ERROR'
549: WHERE source_transaction_id = p_rma_line_id
550: AND source_transaction_table = 'OE_ORDER_LINES_ALL';
551:
552: csi_utl_pkg.update_txn_line_dtl (
553: p_source_trx_id => p_rma_line_id,
554: p_source_trx_table => 'OE_ORDER_LINES_ALL',
555: p_api_name => l_api_name,
556: p_error_message => l_error_message );

Line 576: csi_utl_pkg.update_txn_line_dtl (

572: SET processing_status = 'ERROR'
573: WHERE source_transaction_id = p_rma_line_id
574: AND source_transaction_table = 'OE_ORDER_LINES_ALL';
575:
576: csi_utl_pkg.update_txn_line_dtl (
577: p_source_trx_id => p_rma_line_id,
578: p_source_trx_table => 'OE_ORDER_LINES_ALL',
579: p_api_name => l_api_name,
580: p_error_message => l_error_message );

Line 861: csi_utl_pkg.get_sub_type_rec(

857: END IF;
858:
859: /* Get the sub type information for each TLD */
860:
861: csi_utl_pkg.get_sub_type_rec(
862: p_sub_type_id => l_txn_line_dtl_rec.sub_type_id,
863: p_trx_type_id => l_txn_type_id,
864: x_trx_sub_type_rec => l_txn_sub_type_rec,
865: x_return_status => l_return_status) ;

Line 869: fnd_message.set_token('MESSAGE','Call to the routine csi_utl_pkg.get_sub_type_rec Failed.');

865: x_return_status => l_return_status) ;
866:
867: IF l_return_status <> fnd_api.g_ret_sts_success THEN
868: fnd_message.set_name('FND','FND_GENERIC_MESSAGE');
869: fnd_message.set_token('MESSAGE','Call to the routine csi_utl_pkg.get_sub_type_rec Failed.');
870: fnd_msg_pub.add;
871: raise fnd_api.g_exc_error;
872: END IF;
873: