Projects - EBS (MOSC)

MOSC Banner

Sql query to pull burden cost details by transaction (AP invoice)?

edited Dec 13, 2012 11:15AM in Projects - EBS (MOSC) 4 commentsAnswered
Hi,
We have an audit request to pull burden cost by detail, instead of summary for AP invoices. I came up with the following, which shows the burden by transaction but apparently gms_bc_packets is purged, so it doesn't work for historical data. Does anyone else have any queries to pull burden cost details? Thanks!


select a.award_number
 p.name, p.segment1, jbc.je_category_name, jbc.entered_dr, jbc.gl_bc_packets_rowid,  jbc.bc_packet_id, jbc.parent_bc_packet_id
, jbc.burdenable_raw_cost
, jbc.request_id, jbc.document_header_id, jbc.*
from gms_bc_packets jbc

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