<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>HRMS TABLES</title>
		<link>http://www.peoplesoftwiki.com/forum/t-247983/hrms-tables</link>
		<description>Posts in the discussion thread &quot;HRMS TABLES&quot; - Can i find all the list of hrms tables in one table</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 08 Feb 2012 21:11:04 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-247983#post-810398</guid>
				<title>Re: HRMS TABLES</title>
				<link>http://www.peoplesoftwiki.com/forum/t-247983/hrms-tables#post-810398</link>
				<description></description>
				<pubDate>Thu, 17 Jun 2010 04:53:33 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If you are just after tables, start with the following query:</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-reserved">select</span><span class="hl-code"> </span><span class="hl-identifier">RECNAME</span><span class="hl-code">, </span><span class="hl-identifier">RECDESCR</span><span class="hl-code"> </span><span class="hl-reserved">from</span><span class="hl-code"> </span><span class="hl-identifier">PSRECDEFN</span><span class="hl-code"> </span><span class="hl-reserved">where</span><span class="hl-code"> </span><span class="hl-identifier">RECTYPE</span><span class="hl-code"> = </span><span class="hl-number">0</span><span class="hl-code"> </span><span class="hl-reserved">and</span><span class="hl-code"> </span><span class="hl-identifier">RECNAME</span><span class="hl-code"> </span><span class="hl-reserved">not</span><span class="hl-code"> </span><span class="hl-reserved">like</span><span class="hl-code"> </span><span class="hl-quotes">'</span><span class="hl-string">PS%</span><span class="hl-quotes">'</span><span class="hl-code"> </span><span class="hl-reserved">order</span><span class="hl-code"> </span><span class="hl-reserved">by</span><span class="hl-code"> </span><span class="hl-identifier">RECNAME</span><span class="hl-code">;</span> </pre></div> </div> <p>A <tt>RECTYPE</tt> of 0 indicates a table. The condition <tt>RECNAME not like 'PS%'</tt> excludes the PeopleTools tables which (largely) start with PSabc (e.g. <tt>PSOPRDEFN</tt>).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-247983#post-808879</guid>
				<title>HRMS TABLES</title>
				<link>http://www.peoplesoftwiki.com/forum/t-247983/hrms-tables#post-808879</link>
				<description></description>
				<pubDate>Tue, 15 Jun 2010 04:57:54 +0000</pubDate>
				<wikidot:authorName>DURGAVAJHULA</wikidot:authorName>				<wikidot:authorUserId>476507</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I want to know all the hrms tables available in peoplesoft. can i find the list of all hrms table names in one table, if so please provide the name of that table.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
