DBA Data[Home] [Help]

APPS.EAM_METERASSOC_PUB dependencies on CSI_COUNTER_TEMPLATE_PUB

Line 193: '==================== Calling csi_counter_template_pub.create_item_association ===================='

189: -- l_ctr_item_association_rec.maint_organization_id := p_organization_id;
190:
191: IF (l_plog) THEN
192: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
193: '==================== Calling csi_counter_template_pub.create_item_association ===================='
194: ||'x_return_status:'||x_return_status
195: ||' x_msg_count:'||x_msg_count
196: ||'x_msg_data:'||x_msg_data);
197: END IF;

Line 199: csi_counter_template_pub.create_item_association(p_api_version,

195: ||' x_msg_count:'||x_msg_count
196: ||'x_msg_data:'||x_msg_data);
197: END IF;
198:
199: csi_counter_template_pub.create_item_association(p_api_version,
200: p_commit,
201: p_init_msg_list,
202: p_validation_level,
203: l_ctr_item_association_rec,

Line 209: '==================== Returned from csi_counter_template_pub.create_item_association ===================='

205: x_msg_count,
206: x_msg_data);
207: IF (l_plog) THEN
208: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
209: '==================== Returned from csi_counter_template_pub.create_item_association ===================='
210: ||'x_return_status:'||x_return_status
211: ||' x_msg_count:'||x_msg_count
212: ||'x_msg_data:'||x_msg_data);
213: END IF;

Line 622: '==================== Calling csi_counter_template_pub.update_item_association ===================='

618: l_ctr_item_association_rec.attribute15 := p_attribute15;
619:
620: IF (l_plog) THEN
621: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
622: '==================== Calling csi_counter_template_pub.update_item_association ===================='
623: ||'x_return_status:'||x_return_status
624: ||' x_msg_count:'||x_msg_count
625: ||'x_msg_data:'||x_msg_data);
626: END IF;

Line 627: csi_counter_template_pub.update_item_association(p_api_version,

623: ||'x_return_status:'||x_return_status
624: ||' x_msg_count:'||x_msg_count
625: ||'x_msg_data:'||x_msg_data);
626: END IF;
627: csi_counter_template_pub.update_item_association(p_api_version,
628: p_commit,
629: p_init_msg_list,
630: p_validation_level,
631: l_ctr_item_association_rec,

Line 637: '==================== Returned from csi_counter_template_pub.update_item_association ===================='

633: x_msg_count,
634: x_msg_data);
635: IF (l_plog) THEN
636: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
637: '==================== Returned from csi_counter_template_pub.update_item_association ===================='
638: ||'x_return_status:'||x_return_status
639: ||' x_msg_count:'||x_msg_count
640: ||'x_msg_data:'||x_msg_data);
641: END IF;

Line 704: '==================== Calling csi_counter_template_pub.update_ctr_associations ===================='

700: l_counter_associations_tbl(1).attribute15 := p_attribute15;
701:
702: IF (l_plog) THEN
703: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
704: '==================== Calling csi_counter_template_pub.update_ctr_associations ===================='
705: ||'x_return_status:'||x_return_status
706: ||' x_msg_count:'||x_msg_count
707: ||'x_msg_data:'||x_msg_data);
708: END IF;

Line 719: '==================== Returned from csi_counter_template_pub.update_ctr_associations ===================='

715: x_msg_count,
716: x_msg_data);
717: IF (l_plog) THEN
718: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,
719: '==================== Returned from csi_counter_template_pub.update_ctr_associations ===================='
720: ||'x_return_status:'||x_return_status
721: ||' x_msg_count:'||x_msg_count
722: ||'x_msg_data:'||x_msg_data);
723: END IF;