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 917: '==================== Calling csi_counter_template_pub.update_counter_template ===================='

913: l_counter_template_rec.attribute30 := p_attribute30;
914:
915: IF (l_plog) THEN
916: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
917: '==================== Calling csi_counter_template_pub.update_counter_template ===================='
918: ||'x_return_status:'||x_return_status
919: ||' x_msg_count:'||x_msg_count
920: ||'x_msg_data:'||x_msg_data);
921: END IF;

Line 922: csi_counter_template_pub.update_counter_template(p_api_version,

918: ||'x_return_status:'||x_return_status
919: ||' x_msg_count:'||x_msg_count
920: ||'x_msg_data:'||x_msg_data);
921: END IF;
922: csi_counter_template_pub.update_counter_template(p_api_version,
923: l_commit,
924: l_init_msg_list,
925: l_validation_level,
926: l_counter_template_rec,

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

932: x_msg_count,
933: x_msg_data);
934: IF (l_plog) THEN
935: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
936: '==================== Returning from csi_counter_template_pub.update_counter_template ===================='
937: ||'x_return_status:'||x_return_status
938: ||' x_msg_count:'||x_msg_count
939: ||'x_msg_data:'||x_msg_data);
940: END IF;