DBA Data[Home] [Help]

APPS.XNP_CSEPORCV_U dependencies on CSE_UTIL_PKG

Line 234: l_Type_Id:= CSE_UTIL_PKG.Get_Txn_Type_Id('PO_RECEIPT_INTO_PROJECT','PO');

230: BEGIN
231: l_return_status := l_fnd_success;
232: l_error_message := NULL;
233: savepoint one;
234: l_Type_Id:= CSE_UTIL_PKG.Get_Txn_Type_Id('PO_RECEIPT_INTO_PROJECT','PO');
235: cse_po_receipt_into_project.decode_message
236: (p_msg_header,p_msg_text,l_return_status,l_error_message,
237: l_rcv_attributes_rec);
238: IF NOT l_return_status = l_fnd_success THEN

Line 263: l_trx_error_rec := cse_util_pkg.Init_Txn_Error_Rec;

259: WHEN e_dpl_error THEN
260: IF l_rcv_attributes_rec.rcv_transaction_id is null THEN
261: RAISE;
262: END IF;
263: l_trx_error_rec := cse_util_pkg.Init_Txn_Error_Rec;
264: cse_util_pkg.build_error_string(l_xml_string,'RCV_TRANSACTION_ID',l_rcv_attributes_rec.rcv_transaction_id);
265: l_trx_error_rec.message_id := l_rcv_attributes_rec.message_id;
266: l_trx_error_rec.error_text := l_error_message;
267: l_trx_error_rec.source_type := 'RCV_TRANSACTIONS';

Line 264: cse_util_pkg.build_error_string(l_xml_string,'RCV_TRANSACTION_ID',l_rcv_attributes_rec.rcv_transaction_id);

260: IF l_rcv_attributes_rec.rcv_transaction_id is null THEN
261: RAISE;
262: END IF;
263: l_trx_error_rec := cse_util_pkg.Init_Txn_Error_Rec;
264: cse_util_pkg.build_error_string(l_xml_string,'RCV_TRANSACTION_ID',l_rcv_attributes_rec.rcv_transaction_id);
265: l_trx_error_rec.message_id := l_rcv_attributes_rec.message_id;
266: l_trx_error_rec.error_text := l_error_message;
267: l_trx_error_rec.source_type := 'RCV_TRANSACTIONS';
268: l_trx_error_rec.source_id := l_rcv_attributes_rec.rcv_transaction_id;

Line 281: l_trx_error_rec := cse_util_pkg.Init_Txn_Error_Rec;

277: WHEN OTHERS THEN
278: IF l_rcv_attributes_rec.rcv_transaction_id is null THEN
279: RAISE;
280: END IF;
281: l_trx_error_rec := cse_util_pkg.Init_Txn_Error_Rec;
282: cse_util_pkg.build_error_string(l_xml_string,'RCV_TRANSACTION_ID',l_rcv_attributes_rec.rcv_transaction_id);
283: l_trx_error_rec.message_id := l_rcv_attributes_rec.message_id;
284: l_trx_error_rec.error_text := 'When Others in CSEPORCV DPL '||'-'||SQLERRM;
285: l_trx_error_rec.source_type := 'RCV_TRANSACTIONS';

Line 282: cse_util_pkg.build_error_string(l_xml_string,'RCV_TRANSACTION_ID',l_rcv_attributes_rec.rcv_transaction_id);

278: IF l_rcv_attributes_rec.rcv_transaction_id is null THEN
279: RAISE;
280: END IF;
281: l_trx_error_rec := cse_util_pkg.Init_Txn_Error_Rec;
282: cse_util_pkg.build_error_string(l_xml_string,'RCV_TRANSACTION_ID',l_rcv_attributes_rec.rcv_transaction_id);
283: l_trx_error_rec.message_id := l_rcv_attributes_rec.message_id;
284: l_trx_error_rec.error_text := 'When Others in CSEPORCV DPL '||'-'||SQLERRM;
285: l_trx_error_rec.source_type := 'RCV_TRANSACTIONS';
286: l_trx_error_rec.source_id := l_rcv_attributes_rec.rcv_transaction_id;