DBA Data[Home] [Help]

APPS.XLA_TP_SUMMARY_RPT_PKG dependencies on GL_LEDGERS_PUBLIC_V

Line 68: FROM gl_ledgers_public_v

64: /* Query to select the ledger name and the ledger currency.*/
65: BEGIN
66: SELECT currency_code
67: INTO P_LEDGER_CURRENCY
68: FROM gl_ledgers_public_v
69: WHERE ledger_id=P_LEDGER_ID;
70: END;
71: /* Query to fetch the Effective period number from */
72: BEGIN