DBA Data[Home] [Help]

APPS.CSI_ML_INTERFACE_TXN_PVT dependencies on CSI_ML_UPDATE_PVT

Line 2817: csi_ml_update_pvt.populate_recs(

2813: SAVEPOINT s_txnmiddle;
2814: RAISE g_exc_error;
2815: END IF;
2816:
2817: csi_ml_update_pvt.populate_recs(
2818: p_txn_identifier =>u_txn_rec.source_group_ref, --iface_det_rec.transaction_identifier,
2819: p_source_system_name =>p_source_system_name, -- modified txn_identifer for open
2820: x_instance_tbl => u_instance_tbl,
2821: x_party_tbl => u_party_tbl,

Line 2834: FND_File.Put_Line(Fnd_File.LOG,'Error from csi_ml_update_pvt.populate_recs ');

2830:
2831: IF NOT l_return_status = l_fnd_success
2832: THEN
2833: IF(l_debug_level>1) THEN
2834: FND_File.Put_Line(Fnd_File.LOG,'Error from csi_ml_update_pvt.populate_recs ');
2835: END IF;
2836: SAVEPOINT s_txnmiddle;
2837: RAISE g_exc_error;
2838: END IF;