DBA Data[Home] [Help]

APPS.CSI_TIME_BASED_CTR_ENGINE_PKG dependencies on DUAL

Line 73: into l_ctr_rdg_rec.counter_value_id from dual;

69: RAISE FND_API.G_EXC_ERROR;
70: END IF;
71: fnd_file.put_line(fnd_file.log, 'Inserting Counter Reading...');
72: select CSI_COUNTER_READINGS_S.nextval
73: into l_ctr_rdg_rec.counter_value_id from dual;
74: --
75: CSI_COUNTER_READINGS_PKG.Insert_Row(
76: px_COUNTER_VALUE_ID => l_ctr_rdg_rec.counter_value_id
77: ,p_COUNTER_ID => l_ctr_rdg_rec.counter_id

Line 209: from dual

205: BEGIN
206: Begin
207: select '1'
208: into l_exists
209: from dual
210: where exists (select distinct object_counter_id
211: from csi_counter_relationships
212: where source_counter_id = p_src_counter_id
213: and relationship_type_code = 'FORMULA'