Financial Management - PSFT (MOSC)

MOSC Banner

Cash Advances loading through Component Interface

edited Sep 1, 2015 10:07AM in Financial Management - PSFT (MOSC) 2 commentsAnswered

Hi All,

We are using Peoplesoft SCM 9.1 Version. We are trying to create cash advances using Component Interfaces from Application engine. We saw a delivered code in EX_ADV_HDR.ADVANCE_NAME.SavePreChange which is throwing error if employee has duplicate cash advance name. This validation is happening only when Cash Advances are created using Component Interfaces. Our questions are a) Why this validation is not done in normal cash advance creations. Is this an identified bug which has been fixed in any of the recent patches.

If %Mode = "A" Then

   If Len(%CompIntfcName) > 0 Then

SQLExec("SELECT 'X' FROM PS_EX_ADV_HDR WHERE EMPLID=:1 AND ADVANCE_NAME=:2", EX_ADV_HDR.EMPLID, EX_ADV_HDR.ADVANCE_NAME, &Found);

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