Payables and Cash Management - EBS (MOSC)

MOSC Banner

11.5.10 AME Invoice Approval

edited Mar 19, 2014 12:00PM in Payables and Cash Management - EBS (MOSC) 2 commentsAnswered

Hello Oracle Gurus

I have just enable AME for invoice Approval, and I have the following business requirement

1.-The requester field will be filled automatically.

2.-The Approval Group will be the PO Hierarchy.

In my view the first requirement I will be through a form personalization.

Condition :INV_SUM_FOLDER.REQUESTER_ID is null

Actions :

Target : INV_SUM_FOLDER.REQUESTER_NAME

Property Name : VALUE

Value

=select full_name from per_all_people_f

where person_id = (select employee_id from FND_USER

where user_id = :INV_SUM_FOLDER.CREATED_BY)

and sysdate between effective_start_date and effective_end_date

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