DBA Data[Home] [Help]

APPS.EAM_METERASSOC_PUB dependencies on CSI_COUNTER_PUB

Line 297: '==================== Calling csi_counter_pub.create_ctr_associations ===================='

293: END;
294:
295: IF (l_plog) THEN
296: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
297: '==================== Calling csi_counter_pub.create_ctr_associations ===================='
298: ||'x_return_status:'||x_return_status
299: ||' x_msg_count:'||x_msg_count
300: ||'x_msg_data:'||x_msg_data);
301: END IF;

Line 314: csi_counter_pub.update_ctr_associations(p_api_version,

310: l_counter_associations_tbl(1).instance_association_id := l_association_id;
311: l_counter_associations_tbl(1).object_version_number := l_object_version_number;
312: l_counter_associations_tbl(1).end_date_active := FND_API.G_MISS_DATE;
313:
314: csi_counter_pub.update_ctr_associations(p_api_version,
315: p_commit,
316: p_init_msg_list,
317: p_validation_level,
318: l_counter_associations_tbl,

Line 324: csi_counter_pub.create_ctr_associations(p_api_version,

320: x_msg_count,
321: x_msg_data);
322:
323: else
324: csi_counter_pub.create_ctr_associations(p_api_version,
325: p_commit,
326: p_init_msg_list,
327: p_validation_level,
328: l_counter_associations_tbl,

Line 337: '==================== Returned from csi_counter_pub.create_ctr_associations ===================='

333: end if;
334:
335: IF (l_plog) THEN
336: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
337: '==================== Returned from csi_counter_pub.create_ctr_associations ===================='
338: ||'x_return_status:'||x_return_status
339: ||' x_msg_count:'||x_msg_count
340: ||'x_msg_data:'||x_msg_data);
341: END IF;

Line 709: csi_counter_pub.update_ctr_associations(p_api_version,

705: ||'x_return_status:'||x_return_status
706: ||' x_msg_count:'||x_msg_count
707: ||'x_msg_data:'||x_msg_data);
708: END IF;
709: csi_counter_pub.update_ctr_associations(p_api_version,
710: p_commit,
711: p_init_msg_list,
712: p_validation_level,
713: l_counter_associations_tbl,