Supply Chain Management - PSFT (MOSC)

MOSC Banner

PO change: Duplicate lines for one request created in CHNG_RQST_DTL

edited Mar 31, 2014 3:17PM in Supply Chain Management - PSFT (MOSC) 4 commentsAnswered ✓

Hello,

We are trying to understand why we have duplicate lines for the some PO request change, inserted in the table CHNG_RQST_DTL, almost at the same time. The process PO_POCHNG is aborting each time after this issue.

We do run this query to find the PO with duplicate change request, we  deny the duplicate line request and rerun the process Po change again:

SELECT PO_ID, LINE_NBR, SCHED_NBR, COUNT(*) FROM PS_CHNG_RQST_DTL

GROUP BY PO_ID,  LINE_NBR, SCHED_NBR

HAVING COUNT(*) > 1

Please, any help is welcome.

Thank you,

Salah.

P.S: the environment is PeopleSoft 9.1, bundle 26, PeopleTools 8.52.13

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center