Payables and Cash Management - EBS (MOSC)

MOSC Banner

The reason why 'NonValidatedWebExpense' is set

edited May 16, 2017 4:31PM in Payables and Cash Management - EBS (MOSC) 3 commentsAnswered

Hi,

There is a mention in this Note as follows.

Explain the Meanings of SOURCE and WORKFLOW_APPROVED_FLAG Column values in Internet Expenses (Doc ID 107849.1)

>SOURCE     'NonValidatedWebExpense'

>Expense report transaction has been inserted into the expense report transaction tables but have not passed the Payables Validation Function in the Server Side Validation Process of the >Expense Report Workflow process.

The phenomenon that NonValidatedWebExpense was set was generated.

I ran following datafix, and the problem was settled.

UPDATE AP_EXPENSE_REPORT_HEADERS_ALL

SET SOURCE='WebExpense',

LAST_UPDATE_DATE = SYSDATE

WHERE REPORT_HEADER_ID = <REPORT_HEADER_ID>;

Question:

What does the Payables Validation Function in the Server Side Validation Process mean?

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