DBA Data[Home] [Help]

APPS.EAM_METER_PUB dependencies on CSI_COUNTER_TEMPLATE_PUB

Line 392: '==================== Calling csi_counter_template_pub.create_counter_template ===================='

388: l_counter_template_rec.attribute29 := p_attribute29;
389: l_counter_template_rec.attribute30 := p_attribute30;
390: IF (l_plog) THEN
391: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
392: '==================== Calling csi_counter_template_pub.create_counter_template ===================='
393: ||'x_return_status:'||x_return_status
394: ||' x_msg_count:'||x_msg_count
395: ||'x_msg_data:'||x_msg_data);
396: END IF;

Line 397: csi_counter_template_pub.create_counter_template(p_api_version,

393: ||'x_return_status:'||x_return_status
394: ||' x_msg_count:'||x_msg_count
395: ||'x_msg_data:'||x_msg_data);
396: END IF;
397: csi_counter_template_pub.create_counter_template(p_api_version,
398: l_commit,
399: l_init_msg_list,
400: l_validation_level,
401: l_counter_template_rec,

Line 411: '==================== Returning from csi_counter_template_pub.create_counter_template ===================='

407: x_msg_count,
408: x_msg_data);
409: IF (l_plog) THEN
410: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
411: '==================== Returning from csi_counter_template_pub.create_counter_template ===================='
412: ||'x_return_status:'||x_return_status
413: ||' x_msg_count:'||x_msg_count
414: ||'x_msg_data:'||x_msg_data);
415: END IF;

Line 925: '==================== Calling csi_counter_template_pub.update_counter_template ===================='

921: l_counter_template_rec.attribute30 := p_attribute30;
922:
923: IF (l_plog) THEN
924: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
925: '==================== Calling csi_counter_template_pub.update_counter_template ===================='
926: ||'x_return_status:'||x_return_status
927: ||' x_msg_count:'||x_msg_count
928: ||'x_msg_data:'||x_msg_data);
929: END IF;

Line 930: csi_counter_template_pub.update_counter_template(p_api_version,

926: ||'x_return_status:'||x_return_status
927: ||' x_msg_count:'||x_msg_count
928: ||'x_msg_data:'||x_msg_data);
929: END IF;
930: csi_counter_template_pub.update_counter_template(p_api_version,
931: l_commit,
932: l_init_msg_list,
933: l_validation_level,
934: l_counter_template_rec,

Line 944: '==================== Returning from csi_counter_template_pub.update_counter_template ===================='

940: x_msg_count,
941: x_msg_data);
942: IF (l_plog) THEN
943: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
944: '==================== Returning from csi_counter_template_pub.update_counter_template ===================='
945: ||'x_return_status:'||x_return_status
946: ||' x_msg_count:'||x_msg_count
947: ||'x_msg_data:'||x_msg_data);
948: END IF;