DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_SET_PKG dependencies on GL_RECURRING_BATCHES

Line 570: FROM gl_recurring_batches

566: WHERE allocation_batch_id = X_Alloc_Set_Id;
567:
568: CURSOR get_rje_name IS
569: SELECT name
570: FROM gl_recurring_batches
571: WHERE recurring_batch_id = X_Alloc_Set_Id;
572:
573: v_name VARCHAR2(40);
574: BEGIN