<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Updated: PeopleTools Tables</title>
	<atom:link href="http://psst0101.wordpress.com/2007/11/27/updated-peopletools-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://psst0101.wordpress.com/2007/11/27/updated-peopletools-tables/</link>
	<description>Just Trying to Remember and Share What I Learn at Work</description>
	<lastBuildDate>Sat, 19 Dec 2009 05:29:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ashok</title>
		<link>http://psst0101.wordpress.com/2007/11/27/updated-peopletools-tables/#comment-911</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Tue, 17 Mar 2009 21:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/11/27/updated-peopletools-tables/#comment-911</guid>
		<description>PeopleSoft Query Tables
PSQRYDEFN: Stores query related info.

PSQRYFIELD: Stores all fields used in a query (both the fields in the Select and Where clause).

PSQRYCRITERIA: Stores criteria query fields. You can get the name of the fields by joining the PSQRYFIELD table.

PSQRYEXPR: Stores query expressions.

PSQRYBIND: Stores query bind variables.

PSQRYRECORD: Stores all records used in all aspects of query creation

PSQRYSELECT: Stores all SELECT requirements by select type. Example would be sub select, join, ect.

PSQRYLINK: Stores the relationships to child queries.

PSQRYEXECLOG: Query run time log table that stores (only 8.4x and higher)

PSQRYSTATS: Query run time statistics table such as count of query execution, and date time of last execution (only in 8.4x and higher).</description>
		<content:encoded><![CDATA[<p>PeopleSoft Query Tables<br />
PSQRYDEFN: Stores query related info.</p>
<p>PSQRYFIELD: Stores all fields used in a query (both the fields in the Select and Where clause).</p>
<p>PSQRYCRITERIA: Stores criteria query fields. You can get the name of the fields by joining the PSQRYFIELD table.</p>
<p>PSQRYEXPR: Stores query expressions.</p>
<p>PSQRYBIND: Stores query bind variables.</p>
<p>PSQRYRECORD: Stores all records used in all aspects of query creation</p>
<p>PSQRYSELECT: Stores all SELECT requirements by select type. Example would be sub select, join, ect.</p>
<p>PSQRYLINK: Stores the relationships to child queries.</p>
<p>PSQRYEXECLOG: Query run time log table that stores (only 8.4x and higher)</p>
<p>PSQRYSTATS: Query run time statistics table such as count of query execution, and date time of last execution (only in 8.4x and higher).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
