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

Re: Data finder Oracle sql

another version but will take time. SELECT DISTINCT SUBSTR (:val, 1, 11) "Searchword", SUBSTR (table_name, 1, 14) "Table", SUBSTR (column_name, 1, 14) "Column" FROM cols, TABLE (xmlsequence...

View Article


Re: all the translate values in Peoplesoft

Another version for give set of records select a.FIELDNAME, FIELDVALUE, EFFDT, EFF_STATUS, XLATLONGNAME, XLATSHORTNAME, LASTUPDDTTM, LASTUPDOPRID, SYNCID from PSXLATITEM A, PSRECFIELDALL B where...

View Article


oracle stats update in a SQR

https://it.toolbox.com/question/how-to-run-sysdbms-statsgather-table-stats-in-sqr-022412 BEGIN-SQL begin...

View Article

Peoplesoft setup task sequence for given module

SELECT N.PTLT_TASK_CODE, N.NAVIGATION, SQ.PTLT_TASKSEQ_ID, SQ.PTLT_SEC_SEQNO, N.PTLT_PROD_CD_LIST , N.PTLT_FEATURES_LIST, RECSTRING FROM (SELECT PTLT_TASK_CODE,...

View Article

Peoplesoft schedule item query

SELECT * FROM (SELECT S1.* , PG.PNLGRPNAME FROM (SELECT ROWNUM AS JBSEQ, 'LEVEL ' ||LEVEL, LPAD(' ',5*LEVEL,'*') ||PARENTJOBNAME AS PARENT1 , PARENTJOBNAME , S.PRCSTYPE , S.PRCSNAME, S.RUN_CNTL_ID ,...

View Article


Identify Peoplesoft temp tables with process instance

select sum(bytes)/(1024*1024)AS MB,segment_name, b.CREATED from user_segments a, all_objects b where segment_type='TABLE' and length(regexp_replace(segment_name, '\D')) >4 and a.segment_name =...

View Article

Article 0

Kindly help me please. The value was too long for the field HRS_APPITM01_VW.JPM_TEXT1325_1 (labeled 'User Text - 1325 Char' ). It requires truncation to 1325 characters. (126,141) A long edit box on...

View Article

Print AE flow , SQLs, and record objects with various level of nesting

Select sq.*,n.recname,n.refname from ( SELECT a3.*,b3.AE_STEP, b3.STMT_TYPE,b3.SQLTEXT FROM (SELECT DISTINCT ae1.stmt_tree , Ae1.AE_DO_APPL_ID AS AE_APPLID , Ae1.AE_DO_SECTION AS AE_SECTION FROM...

View Article


Statistical model to determine complexity in PeopleSoft customization

— summary Sql to determine how many business unit in use and how many set id they use, to understand fucntional complexity. SELECT DISTINCT DECODE(LMC,1,'LOW',2,'MEDIUM',3,'HIGH'), COUNT(LMC) OVER...

View Article


in peoplesoft historically analyze why jobs are failing by taking log of...

SELECT PRCSINSTANCE, PRCSTYPE, PRCSNAME, DECODE(runstatus,1,'Cancel', 2,'Delete',3,'Error',4,'Hold',5,'Queued',6,'Initiated',7,'Processing', 8,'Cancelled',9,'Success',10,'Not...

View Article

Decoding the table set control, when you move to some kind of support

Select * from PS_SET_CNTRL_REC a ,( sELECT PNLGRPNAME, RECNAME ,rCount,RANK1,PORTAL_URltext, DESCR254 FROM ( SELECT PNLGRPNAME, RECNAME ,rCount, RANK() OVER (partition BY RECNAME ORDER BY...

View Article

Quickly cloning setid

SELECT /*+ INDEX(A) INDEX(R) USE_NL(R) */ rec_group_id,'INSERT INTO '||table_name|| ' Select '|| listagg(decode(a.COLUMN_NAME,'SETID','''TSETID''',a.COLUMN_NAME),',') WITHIN GROUP (ORDER BY...

View Article

statistical model to identify problem process in your peoplesoft system

!!summary SELECT DISTINCT TRUNC(SUM(ntile1) over(partition BY prcsname,status order by status)/SUM(ntile1) over(partition BY prcsname),2)*100, prcsname, status FROM (SELECT 100-ntile(100) over...

View Article


Peoplesoft question and answers may be of help in interview as well

1. What are Menu types available? 2. Where do you need to install connectivity software? 3. What is the purpose of state records? 4. What is the most important Record in PS HRMS? 5. What is dynamic...

View Article

Get the customization in Peoplesoft

SELECT 'SELECT ''' ||'RecDescr.' ||A.RECDESCR ||'-Record.' ||A.RECNAME ||'.FieldName.' ||d.COLS1 ||'->' ||'''||' ||B.FIELDNAME||','||d.COLS1 ||', COUNT(1) OVER() AS CNT_OF_OBJECTS1 FROM ' ||...

View Article


Article 1

Hi all, I have SQR release 6.2 dateback to 2000. Is there anyone know if it can suppport chinese char. printing. We fail to print Chinese char and (override option —(-zifD:\PT8.51\SQR\PSSQRCHN.INI ))...

View Article

SQR report 6.2 printing chinese

Our SQR version is very old 6.2 2000 and run on sun microsystem Solaris 10 and database is Sybase12. We have tried some suggestions from newer version but fail. like (override option...

View Article


Linear Regression/machine learning in peoplesoft without any additonal software

SELECT B.PRCSNAME, RUNCNTLID, —MAX(PRCSINSTANCE) +1 PRCSINSTANCE_PLUS_ONE, — Y = MX+B TRUNC(REGR_SLOPE(RUN_TIME_SEC, PRCSINSTANCE) * (MAX(PRCSINSTANCE) + 1) + REGR_INTERCEPT(B.RUN_TIME_SEC,...

View Article

predicting a likely process failure in peoplesoft

SELECT B.PRCSNAME, RUNCNTLID, —MAX(PRCSINSTANCE) +1 PRCSINSTANCE_PLUS_ONE, — Y = MX+B round(((REGR_SLOPE(PERCENTAGE_FAILURE, PRCSINSTANCE) * (MAX(PRCSINSTANCE) + 1) +...

View Article

Article 0

I got extensive experience as a representative of international cooperation in the Presidential Council . (From April \2017 to \ April 2020) My activates includes: Project coordinator with the Italian...

View Article
Browsing all 375 articles
Browse latest View live