E-Business Tax (MOSC)

MOSC Banner

Relating ZX_LINES with AP_INVOICE_DISTRIBUTIONS_ALL and PO_DISTRIBUTIONS_ALL this query shows HOWTO

edited Feb 5, 2010 10:24PM in E-Business Tax (MOSC) 3 commentsAnswered
  With AP

 

zl.ZX_LINES  relation with al.AP_INVOICE_LINES_ALL

 

zl.trx_id = al.invoice_id

zl.trx_line_id = al.line_number

zl.entity_code =’AP_INVOICES’

 

zd.ZX_REC_NREC_DIST relation with ad.AP_INVOICE_DISTRIBUTIONS_ALL and relation with zl.ZX_LINES

 

zl.trx_line_id zd.trx_line_id

zl.tax_line_id = zd.tax_line_id --(PK ZX_LINES)

zd.entity_code = ‘AP_INVOICES’

zd.trx_line_dist_id = ad.invoice_distribution_id

 

 

With PO

 

zl.ZX_LINES  relation with pl.PO_LINE_LOCATIONS_ALL

 

zl.trx_id = pl.po_header_id

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