DBA Data[Home] [Help]

APPS.IBY_PAYMENT_FORMAT_VAL_PVT dependencies on GL_LEDGERS_PUBLIC_V

Line 372: gl_ledgers_public_v glpv

368: apid.org_id,
369: apid.amount, -- added this for 5466103
370: glpv.chart_of_accounts_id
371: FROM ap_invoice_distributions_all apid,
372: gl_ledgers_public_v glpv
373: WHERE apid.invoice_id = p_invoice_id
374: AND apid.set_of_books_id = glpv.ledger_id;
375:
376: -- Get Treasury Symbol For Given Fund Value And Ledger Id