<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: PeopleTools Tables</title>
	<atom:link href="http://psst0101.wordpress.com/peopletools-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://psst0101.wordpress.com</link>
	<description>Just Trying to Remember and Share What I Learn at Work</description>
	<pubDate>Sun, 07 Sep 2008 17:23:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Resan Sa-Ardnuam</title>
		<link>http://psst0101.wordpress.com/peopletools-tables/#comment-703</link>
		<dc:creator>Resan Sa-Ardnuam</dc:creator>
		<pubDate>Wed, 02 Apr 2008 12:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/peopletools-tables/#comment-703</guid>
		<description>If you have Oracle 10g as database, you can view the portal table with a hierarchical query.

select level, a.portal_label, sys_connect_by_path( a.portal_label, '-&#62; ' ) "Path"
from PSPRSMDEFN a
where a.portal_name = 'EMPLOYEE'
start with a.portal_objname = 'CO_EMPLOYEE_SELF_SERVICE'
connect by prior a.portal_objname = a.portal_prntobjname;</description>
		<content:encoded><![CDATA[<p>If you have Oracle 10g as database, you can view the portal table with a hierarchical query.</p>
<p>select level, a.portal_label, sys_connect_by_path( a.portal_label, &#8216;-&gt; &#8216; ) &#8220;Path&#8221;<br />
from PSPRSMDEFN a<br />
where a.portal_name = &#8216;EMPLOYEE&#8217;<br />
start with a.portal_objname = &#8216;CO_EMPLOYEE_SELF_SERVICE&#8217;<br />
connect by prior a.portal_objname = a.portal_prntobjname;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Added Filelayout Tables to Tables Page &#171; PSST0101</title>
		<link>http://psst0101.wordpress.com/peopletools-tables/#comment-701</link>
		<dc:creator>Added Filelayout Tables to Tables Page &#171; PSST0101</dc:creator>
		<pubDate>Tue, 01 Apr 2008 21:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/peopletools-tables/#comment-701</guid>
		<description>[...] digitaleagle @ 4:15 pm   Just a quick update:  I added the File Layout Definition tables to the PeopleTools Tables page.  Hope it [...]</description>
		<content:encoded><![CDATA[<p>[...] digitaleagle @ 4:15 pm   Just a quick update:  I added the File Layout Definition tables to the PeopleTools Tables page.  Hope it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitaleagle</title>
		<link>http://psst0101.wordpress.com/peopletools-tables/#comment-687</link>
		<dc:creator>digitaleagle</dc:creator>
		<pubDate>Tue, 04 Mar 2008 04:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/peopletools-tables/#comment-687</guid>
		<description>Thank you jackson for the correction.</description>
		<content:encoded><![CDATA[<p>Thank you jackson for the correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackson</title>
		<link>http://psst0101.wordpress.com/peopletools-tables/#comment-686</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Mon, 03 Mar 2008 20:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/peopletools-tables/#comment-686</guid>
		<description>Great reference!  Thanks!  One change - the User definition table is PSOPRDEFN, not PSOPERDEFN...</description>
		<content:encoded><![CDATA[<p>Great reference!  Thanks!  One change - the User definition table is PSOPRDEFN, not PSOPERDEFN&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasper</title>
		<link>http://psst0101.wordpress.com/peopletools-tables/#comment-684</link>
		<dc:creator>jasper</dc:creator>
		<pubDate>Fri, 15 Feb 2008 22:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/peopletools-tables/#comment-684</guid>
		<description>It might be helpful to add the workflow engine tables.  Below are the ones that I know of:

APPR_RULE_DETL - Approval Rule Defn Details
APPR_RULE_FIELD - Approval Rule Defn Route Cntl
APPR_RULE_AMT - Approval Rule Amounts
RTE_CNTL_LN - Route Control Profile Line
RTE_CNTL_RUSER - RoleUser Route Cntl Profiles
RTE_CNTL_TYPE - Route Control Type
RTE_CNTL_HDR - Routing Control Type

Note there are separate workflow engines and tables used in the Expense and eProcurement modules.</description>
		<content:encoded><![CDATA[<p>It might be helpful to add the workflow engine tables.  Below are the ones that I know of:</p>
<p>APPR_RULE_DETL - Approval Rule Defn Details<br />
APPR_RULE_FIELD - Approval Rule Defn Route Cntl<br />
APPR_RULE_AMT - Approval Rule Amounts<br />
RTE_CNTL_LN - Route Control Profile Line<br />
RTE_CNTL_RUSER - RoleUser Route Cntl Profiles<br />
RTE_CNTL_TYPE - Route Control Type<br />
RTE_CNTL_HDR - Routing Control Type</p>
<p>Note there are separate workflow engines and tables used in the Expense and eProcurement modules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeromy McMahon</title>
		<link>http://psst0101.wordpress.com/peopletools-tables/#comment-681</link>
		<dc:creator>Jeromy McMahon</dc:creator>
		<pubDate>Mon, 28 Jan 2008 07:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/peopletools-tables/#comment-681</guid>
		<description>Thanks for providing this.  I have provided a link to this posting on my blog!  Thanks for capturing and organizing the information.

Jeromy</description>
		<content:encoded><![CDATA[<p>Thanks for providing this.  I have provided a link to this posting on my blog!  Thanks for capturing and organizing the information.</p>
<p>Jeromy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Updated: PeopleTools Tables &#171; PSST0101</title>
		<link>http://psst0101.wordpress.com/peopletools-tables/#comment-520</link>
		<dc:creator>Updated: PeopleTools Tables &#171; PSST0101</dc:creator>
		<pubDate>Tue, 27 Nov 2007 22:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/peopletools-tables/#comment-520</guid>
		<description>[...] @ 6:19 pm   Here is just a quick post to let you know that I have added a few more tables to the PeopleTools Tables [...]</description>
		<content:encoded><![CDATA[<p>[...] @ 6:19 pm   Here is just a quick post to let you know that I have added a few more tables to the PeopleTools Tables [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Martin</title>
		<link>http://psst0101.wordpress.com/peopletools-tables/#comment-479</link>
		<dc:creator>Brent Martin</dc:creator>
		<pubDate>Fri, 16 Nov 2007 04:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/peopletools-tables/#comment-479</guid>
		<description>Another great way to get a list of PeopleTools tables is to pull up the mvprdexp.dms in your $PS_HOME/scripts directory.  This data mover script is used to export the complete set of PeopleTools tables from the source environment so that they can be imported into the target environment with mvprdimp.dms.</description>
		<content:encoded><![CDATA[<p>Another great way to get a list of PeopleTools tables is to pull up the mvprdexp.dms in your $PS_HOME/scripts directory.  This data mover script is used to export the complete set of PeopleTools tables from the source environment so that they can be imported into the target environment with mvprdimp.dms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Update &#171; PSST0101</title>
		<link>http://psst0101.wordpress.com/peopletools-tables/#comment-302</link>
		<dc:creator>Blog Update &#171; PSST0101</dc:creator>
		<pubDate>Fri, 12 Oct 2007 03:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/peopletools-tables/#comment-302</guid>
		<description>[...] Filed under: Uncategorized &#8212; digitaleagle @ 11:03 pm   I have updated the PeopleTools Tables page and changed the theme for the [...]</description>
		<content:encoded><![CDATA[<p>[...] Filed under: Uncategorized &#8212; digitaleagle @ 11:03 pm   I have updated the PeopleTools Tables page and changed the theme for the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Page Update &#171; PSST0101</title>
		<link>http://psst0101.wordpress.com/peopletools-tables/#comment-169</link>
		<dc:creator>Page Update &#171; PSST0101</dc:creator>
		<pubDate>Wed, 05 Sep 2007 02:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/peopletools-tables/#comment-169</guid>
		<description>[...] PeopleTools Catalog [...]</description>
		<content:encoded><![CDATA[<p>[...] PeopleTools Catalog [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
