Inventory Items (APC/PLM/PIM) - EBS (MOSC)

MOSC Banner

Tips & Techniques: Finding User who Entered / booked Sales Order

Please also refer to published by the same author

You may want to know the User who entered, booked or performed other actions on Sales order. below are some options.

  1. If finding the user is occasional, an SQL Query will meet the requirement

For details of creation / Update, dates and who did so,  each table in Oracle has the following information:

ColumnTypeRequiredDetails

CREATION_DATE

DATE

Yes

Standard Who column

CREATED_BY

NUMBER

Yes

Standard Who column

LAST_UPDATED_BY

NUMBER

Yes

Standard Who column

LAST_UPDATE_DATE

DATE

Yes

Standard Who column

The above tables / columns for Sales Orders are available in the table OE-ORDER_HEADERS_ALL, which can be used to Query and  know who created/entered the order.

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