DBA Data[Home] [Help]

APPS.CSI_ML_INTERFACE_TXN_PVT dependencies on CSI_ML_UPDATE_PVT

Line 2701: csi_ml_update_pvt.populate_recs(

2697: FND_File.Put_Line(Fnd_File.LOG,'Error from csi_ml_util_pvt.resolve_update_ids');
2698: RAISE g_exc_error;
2699: END IF;
2700:
2701: csi_ml_update_pvt.populate_recs(
2702: p_txn_identifier =>u_txn_rec.source_group_ref, --iface_det_rec.transaction_identifier,
2703: p_source_system_name =>p_source_system_name, -- modified txn_identifer for open
2704: x_instance_tbl => u_instance_tbl,
2705: x_party_tbl => u_party_tbl,

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

2714:
2715: IF NOT l_return_status = l_fnd_success
2716: THEN
2717: IF(l_debug_level>1) THEN
2718: FND_File.Put_Line(Fnd_File.LOG,'Error from csi_ml_update_pvt.populate_recs ');
2719: END IF;
2720: RAISE g_exc_error;
2721: END IF;
2722: END IF;