DBA Data[Home] [Help]

APPS.AP_XLA_UPGRADE_PKG dependencies on GL_LEDGERS

Line 283: GL_Ledgers GL, /* bug8370714, bug 13040251 */

279: XLA_Events XLE,
280: -- AP_Accounting_Events_All AAE,
281: XLA_AE_Headers AEH,
282: XLA_AE_Lines AEL,
283: GL_Ledgers GL, /* bug8370714, bug 13040251 */
284: FND_Currencies FC, /* bug#6660487 changed the position for FND_Currencies */
285: AP_Invoice_Distributions_All AID,
286: ZX_Rec_Nrec_Dist ZRD -- 7289100 changes
287: WHERE AI.rowid between p_start_rowid and p_end_rowid

Line 369: GL_Ledgers GL, /* bug8370714, bug 13040251 */

365: XLA_Events XLE,
366: -- AP_Accounting_Events_All AAE,
367: XLA_AE_Headers AEH,
368: XLA_AE_Lines AEL,
369: GL_Ledgers GL, /* bug8370714, bug 13040251 */
370: FND_Currencies FC, /* bug#6660487 changed the position for FND_Currencies */
371: AP_Invoice_Distributions_All AID,
372: ZX_Rec_Nrec_Dist ZRD -- 7289100 changes
373: WHERE AI.rowid between p_start_rowid and p_end_rowid

Line 475: GL_Ledgers GL, /* bug8370714, bug 13040251 */

471: XLA_Events XLE,
472: -- AP_Accounting_Events_All AAE,
473: XLA_AE_Headers AEH,
474: XLA_AE_Lines AEL,
475: GL_Ledgers GL, /* bug8370714, bug 13040251 */
476: FND_Currencies FC, /* bug#6660487 changed the position for FC */
477: AP_Inv_Dists_Source AID1,
478: AP_Invoice_Distributions_All AID,
479: ZX_Rec_Nrec_Dist ZRD -- 7289100 changes

Line 1996: FROM GL_Ledgers

1992:
1993:
1994: SELECT Name
1995: INTO l_sob_name
1996: FROM GL_Ledgers
1997: WHERE Ledger_ID = p_ledger_id;
1998:
1999: l_definition_name := 'Liabilities Payables, ' || l_sob_name;
2000: l_definition_desc := 'Liabilities Payables, ' || l_sob_name;