DBA Data[Home] [Help]

APPS.CSI_ML_INTERFACE_TXN_PVT dependencies on CSI_ML_UTIL_PVT

Line 131: c_party_contact_tbl csi_ml_util_pvt.party_contact_tbl_type;

127: l_def_usage_code VARCHAR2(30) := 'OUT_OF_ENTERPRISE';
128: c_instance_tbl csi_datastructures_pub.instance_tbl;
129: c_ext_attrib_tbl csi_datastructures_pub.extend_attrib_values_tbl;
130: c_party_tbl csi_datastructures_pub.party_tbl;
131: c_party_contact_tbl csi_ml_util_pvt.party_contact_tbl_type;
132: c_account_tbl csi_datastructures_pub.party_account_tbl;
133: c_price_tbl csi_datastructures_pub.pricing_attribs_tbl;
134: c_org_assign_tbl csi_datastructures_pub.organization_units_tbl;
135: c_asset_assignment_tbl csi_datastructures_pub.instance_asset_tbl;

Line 476: CSI_ML_UTIL_PVT.resolve_ids(p_txn_from_date,

472: THEN
473: IF(l_debug_level>1) THEN
474: FND_File.Put_Line(Fnd_File.LOG,'Resolving the Ids based on user values ');
475: END IF;
476: CSI_ML_UTIL_PVT.resolve_ids(p_txn_from_date,
477: p_txn_to_date,
478: p_batch_name,
479: p_source_system_name,
480: l_return_status,

Line 2803: csi_ml_util_pvt.resolve_update_ids

2799: THEN
2800: IF(l_debug_level>1) THEN
2801: FND_File.Put_Line(Fnd_File.LOG,'Resolving Update Related Ids:');
2802: END IF;
2803: csi_ml_util_pvt.resolve_update_ids
2804: (p_source_system_name => p_source_system_name,
2805: p_txn_identifier => get_txns_rec.transaction_identifier,
2806: x_return_status => l_return_status,
2807: x_error_message => l_error_message);

Line 2811: FND_File.Put_Line(Fnd_File.LOG,'Error from csi_ml_util_pvt.resolve_update_ids');

2807: x_error_message => l_error_message);
2808: IF NOT l_return_status = l_fnd_success
2809: THEN
2810: IF(l_debug_level>1) THEN
2811: FND_File.Put_Line(Fnd_File.LOG,'Error from csi_ml_util_pvt.resolve_update_ids');
2812: END IF;
2813: SAVEPOINT s_txnmiddle;
2814: RAISE g_exc_error;
2815: END IF;

Line 3219: csi_ml_util_pvt.resolve_rel_ids

3215:
3216: IF l_found>0
3217: THEN
3218:
3219: csi_ml_util_pvt.resolve_rel_ids
3220: (p_source_system => p_source_system_name
3221: ,p_txn_from_date => p_txn_from_date
3222: ,p_txn_to_date => p_txn_to_date
3223: ,x_return_status => l_return_status