DBA Data[Home] [Help]

APPS.IBY_PAYMENT_FORMAT_VAL_PVT dependencies on GL_LEDGERS_PUBLIC_V

Line 374: gl_ledgers_public_v glpv

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