Procurement - EBS (MOSC)

MOSC Banner

how to calculate total of PR amount

SELECT prh.segment1 "PR Number",
prh.creation_date "PR Date",
wh.PARENT_DEPT,
prh.created_by,
ppx.full_name "Requestor Name",
prh.description "Req Description",
prh.authorization_status,
prh.APPROVED_DATE,
prh.note_to_authorizer,
prh.type_lookup_code,
prl.line_num "Line No",
prl.line_type_id, prl.item_description, prl.unit_meas_lookup_code,
prl.unit_price, prl.quantity, prl.quantity_delivered, prl.need_by_date,
prl.note_to_agent, prl.currency_code, prl.rate_type, prl.rate_date,
prl.quantity_cancelled, prl.cancel_date, prl.cancel_reason,
(select nvl(sum(prla1.amount),sum(prla1.UNIT_PRICE * prla1.QUANTITY)) from

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