Quantcast
Channel: PeopleSoft Wiki - new forum posts
Browsing all 375 articles
Browse latest View live
↧

Quickly indentify swimlanes by process type at peoplesoft Level

SELECT servername, listagg(PRCSCAtegory ||'#Prty-' ||DECODE(prcspriority,1,'Low',5,'Medium',9,'High') ||'#maxc-' ||maxconcurrent, ',') within GROUP ( ORDER BY PRCSCAtegory) AS PRCSCATEGORY_CONCURRENT...

View Article


Check for large file generated by peoplesoft

SELECT distinct ROUND(a.FILE_SIZE/(1024*1024)) as SIZE_MB, a.prcsinstance, b.prcsname, b.oprid, b.RUNCNTLID, C.DESCR, —, —c.descrlong outputdir FROM PS_CDM_FILE_LIST a, PSprcsrqst b, PS_PRCSDEFN C,...

View Article


Article 6

Yeong (or anyone else), have you figured out how to override the component's Add Search Record when running a component interface? When the CI executes we want users to be able to insert a new row...

View Article

Article 5

Thanks, it worked. Forum category: Forum / HelpForum thread: Connected Query passing prompt value w pcode

View Article

creating a query to get the row *prior* to MATR

I need to develop a query for Admissions where they can see the ADMT row and corresponding Action Reason, even if the person has been Matriculated. The MATR row covers up the ADMT/Action Reason. Can...

View Article


data finder sql

SET SERVEROUTPUT ON SIZE 100000 DECLARE match_count INTEGER; BEGIN FOR t IN (SELECT owner, table_name, column_name FROM all_tab_columns WHERE owner = 'FSUSER' and data_type LIKE '%CHAR%' and...

View Article

Article 2

I am having same issue, can you please let me know any solution for this. Forum category: Forum / HelpForum thread: SQRs completing, but showing Error in process scheduler

View Article

Article 1

Hey anyone can help on this? I am not receiving email with attachment. What confi should i tell admin to check w.r.t SMTP server?Please put your thoughts. Forum category: Forum / HelpForum thread:...

View Article


Query Expression to Anniversary for following month

I'm using the current case statement as an expression in my query to find service anniversaries. The why it's working now is if I run it anytime during September it's gives me employees whose...

View Article


Article 1

I am new to PeopleSoft Development, actually i am facing some issues that is, some application messages are stuck in working status and when i saw the details it seems no errors but in XML file it is...

View Article

Record (Table) Name to Page Map

Hello all, I am new to Campus Solutions (am using 9.2), and am wondering if there exists a document that shows how the out-of-the-box Record (Table) Names map to various pages throughout the software....

View Article

cohort retention query

I am new to PeopleSoft and would like to have a query available that summarizes fall to fall student retention rates by program. If anyone has a query they are willing to share please let me know....

View Article

Article 0

Hi , I have similar requirement where user have same field(BU) used as prompt multiple times. Say Business_Unit1, Business_Unit2 I tried above approach but I am not getting correct output, its only...

View Article


Re: Comm delimited columns names for a record

another way SELECT LISTAGG (COLUMN_NAME, ', ') WITHIN GROUP (ORDER BY COLUMN_ID) FROM USER_TAB_COLS WHERE TABLE_NAME = 'YOUR_TABLE' Forum category: Forum / Hints, Tips & GotchasForum thread: Comm...

View Article

adding debug statement to sqr procedure using notepad++ regular expression

adding debug statement to sqr procedure using notepad++ regular expression in find field add begin-procedure (.*) and in replace field add begin-procedure \1 \r\n #ifdef debugx \r\n show '\1' \r\n...

View Article


App engine like SQL trace for SQR

Below query may help to get the sql executed by SQR, it works best only when single process running on the process scheduler select v.SQL_FULLTEXT, bc.position, bc.value_string from v$sql v ,...

View Article

AR Update process

Why it is recommended to run AR update process in Batch and not online. What are the risks of different users running the AR update process online? Forum category: Forum / HelpForum thread: AR Update...

View Article


Sample html page for autologin for peopelsoft environment,

<form id="login" name="login" method="post" action="http://dpuma03l.unix.dev:8090/psp/GBFUDEV1/?cmd=login" autocomplete="on"> <input type="hidden" id="userid" name="userid" value="PSBATCH"...

View Article

subpages hierarchy in peoplesoft

SELECT recname FROM pspnlfield WHERE recname<>' ' START WITH pnlname = :1 CONNECT BY PRIOR subpnlname = pnlname and PRIOR fieldtype=11 group by recname; Forum category: Forum / Hints, Tips &...

View Article

Data finder Oracle sql

Data finder sql SET SERVEROUTPUT ON SIZE 100000 DECLARE match_count INTEGER; BEGIN FOR t IN (SELECT owner, table_name, column_name FROM all_tab_columns WHERE owner = 'FSUSER' and data_type LIKE...

View Article
Browsing all 375 articles
Browse latest View live