Payables and Cash Management - EBS (MOSC)

MOSC Banner

11.5.10 AP Invoice Approval AME using PO Hierarchy

edited Mar 21, 2014 12:00PM in Payables and Cash Management - EBS (MOSC) 1 commentAnswered

Hello Oracle Gurus

One person is capture an AP invoice so the record is update in the create by field, now I need to populate his supervisor name into the field

INV_SUM_FOLDER.REQUESTER_NAME

I have the following SQL to get the supervisor.

select fndu.user_name, pecx.full_name

From apps.FND_USER fndu, apps.per_employees_current_x pecx,

(

SELECT PERA.SUPERVISOR_ID --, fndu.user_name, pecx.full_name

FROM

apps.PER_ASSIGNMENTS_F PERA

WHERE EXISTS

(SELECT '1' FROM

apps.PER_PEOPLE_F PERF,

apps.PER_ASSIGNMENTS_F PERA1 WHERE TRUNC(SYSDATE) BETWEEN

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