<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Deepesh M Divakaran &#187; code</title>
	<atom:link href="http://www.deepeshmd.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deepeshmd.com</link>
	<description>Where Musings Fuse the Tech...</description>
	<lastBuildDate>Mon, 30 Jan 2012 04:24:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change FileNames in Table Conversion or Business View in UBE</title>
		<link>http://www.deepeshmd.com/enterpriseone/change-filenames-in-table-conversion-or-business-view-in-ube/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/change-filenames-in-table-conversion-or-business-view-in-ube/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 04:47:30 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ER]]></category>
		<category><![CDATA[event rule]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[file name]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[po]]></category>
		<category><![CDATA[processing option]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[revalidate]]></category>
		<category><![CDATA[table conversion]]></category>
		<category><![CDATA[tc]]></category>
		<category><![CDATA[UBE]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=795</guid>
		<description><![CDATA[<p>Many a times we need to change the Business view of a Report/UBE, which requires re-validating the event rules code. Worse, if you had to change the input file name in a Table Conversion? You will have to actually re-write the whole code.</p> <p>Usually, for such table conversions, what we do is write wrapper UBE&#8217;s which would rename the input file to the path/file name of the table conversion, and then trigger the TC to run. All these options take huge amount <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/change-filenames-in-table-conversion-or-business-view-in-ube/">Change FileNames in Table Conversion or Business View in UBE</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/enterpriseone/using-bsfn-to-delete-all-records-from-table/' rel='bookmark' title='Using BSFN to Delete All Records from a Table'>Using BSFN to Delete All Records from a Table</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/writing-p80010-table-definition-browser/' rel='bookmark' title='Writing a P80010 Table Definition Browser App.'>Writing a P80010 Table Definition Browser App.</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/change-default-grid-fetch-on-web/' rel='bookmark' title='Change the Default Grid Page setting on WEB'>Change the Default Grid Page setting on WEB</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/change-filenames-in-table-conversion-or-business-view-in-ube/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Calculate Begin and End Dates for Month/Year</title>
		<link>http://www.deepeshmd.com/enterpriseone/begin-and-end-dates-month-year/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/begin-and-end-dates-month-year/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 23:25:52 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Begin Date]]></category>
		<category><![CDATA[BSFN]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Century]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[End Date]]></category>
		<category><![CDATA[ER]]></category>
		<category><![CDATA[JDE]]></category>
		<category><![CDATA[month]]></category>
		<category><![CDATA[Simple]]></category>
		<category><![CDATA[start date]]></category>
		<category><![CDATA[start of month]]></category>
		<category><![CDATA[Year]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=355</guid>
		<description><![CDATA[Calculate the Begin and End dates from a given Period/Year combination or to calculate the month's begin and end dates from a given date. Like if you are given Period=3, Year=9, the Begin and End dates will be 03/01/2009 and 03/30/2009 respectively. Similarly if you were given a date say - 2/17/2009, the return Begin &#038; End dates will be 02/01/2009 and 02/28/2009. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/begin-and-end-dates-month-year/">Calculate Begin and End Dates for Month/Year</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/enterpriseone/changing-the-century-for-centchg-or-defaults-for-effective-dates/' rel='bookmark' title='Changing the Century for Calendar or Defaults for Effective dates'>Changing the Century for Calendar or Defaults for Effective dates</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/perform-a-file-search-in-jde/' rel='bookmark' title='Perform a File Search in JDE'>Perform a File Search in JDE</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/convert-utc-format-local-date-time/' rel='bookmark' title='Convert UTC Time Format to Local Date and Time format'>Convert UTC Time Format to Local Date and Time format</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/begin-and-end-dates-month-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert UTC Time Format to Local Date and Time format</title>
		<link>http://www.deepeshmd.com/enterpriseone/convert-utc-format-local-date-time/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/convert-utc-format-local-date-time/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 21:15:02 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[BSFN]]></category>
		<category><![CDATA[business functions]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[convert UTC]]></category>
		<category><![CDATA[DST]]></category>
		<category><![CDATA[england]]></category>
		<category><![CDATA[ER]]></category>
		<category><![CDATA[event rules]]></category>
		<category><![CDATA[greenwich time]]></category>
		<category><![CDATA[Local time]]></category>
		<category><![CDATA[multi-location]]></category>
		<category><![CDATA[Universal Time Coordinate]]></category>
		<category><![CDATA[UTC]]></category>
		<category><![CDATA[UTC functions]]></category>
		<category><![CDATA[UTC Timezone]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=229</guid>
		<description><![CDATA[UTC stands for Universal Time Coordinate and is a long integer containing the elapsed minutes since Midnight on January 1, 1970 in Greenwich, England. Lets try some ER which would help converting timezones, from and to. Similarly use UTC time zone and its format effectively for Multi-Location Projects/softwares. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/convert-utc-format-local-date-time/">Convert UTC Time Format to Local Date and Time format</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/enterpriseone/begin-and-end-dates-month-year/' rel='bookmark' title='Calculate Begin and End Dates for Month/Year'>Calculate Begin and End Dates for Month/Year</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/launch-batch-jobs-ube-dynamically-from-interactive-apps/' rel='bookmark' title='Launch Batch Application/UBE Dynamically from Interactive Apps'>Launch Batch Application/UBE Dynamically from Interactive Apps</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/technical/convert-julian-date-to-gregorian-date-sql/' rel='bookmark' title='Convert Julian Date to Gregorian Date (SQL)'>Convert Julian Date to Gregorian Date (SQL)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/convert-utc-format-local-date-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

