DBA Data[Home] [Help]

APPS.GL_CI_DATA_TRANSFER_PKG dependencies on GL_CONSOLIDATION_SETS

Line 248: gl_consolidation_sets c

244: -- We get the information for the last consolidation set run only
245: CURSOR C IS
246: SELECT h.*
247: FROM gl_consolidation_history h,
248: gl_consolidation_sets c
249: WHERE h.consolidation_set_id = c.consolidation_set_id
250: AND c.name = p_name
251: ORDER BY h.last_update_date DESC;
252: v_Cons gl_consolidation_history%ROWTYPE;