DBA Data[Home] [Help]

APPS.GL_CONS_BATCHES_PKG dependencies on GL_CONSOLIDATION_HISTORY

Line 41: gl_consolidation_history ch

37: AND h.ledger_id = X_From_Ledger_Id
38: AND NOT EXISTS
39: (select 'X'
40: from gl_cons_batches cb, gl_consolidation c,
41: gl_consolidation_history ch
42: where c.consolidation_id = cb.consolidation_id
43: and c.to_ledger_id = X_To_Ledger_Id
44: and cb.je_batch_id = h.je_batch_id
45: and ch.consolidation_run_id = cb.consolidation_run_id

Line 64: gl_consolidation_history ch

60: AND h.ledger_id = X_From_Ledger_Id
61: AND EXISTS
62: (select 'X'
63: from gl_cons_batches cb, gl_consolidation c,
64: gl_consolidation_history ch
65: where c.consolidation_id = cb.consolidation_id
66: and c.to_ledger_id = X_To_Ledger_Id
67: and cb.je_batch_id = h.je_batch_id
68: and ch.consolidation_run_id = cb.consolidation_run_id