DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_SET_PKG dependencies on GL_AUTO_ALLOC_BATCH_HISTORY

Line 416: FROM gl_auto_alloc_batch_history

412: v_batch_type VARCHAR2(1);
413:
414: CURSOR get_type IS
415: SELECT batch_type_code
416: FROM gl_auto_alloc_batch_history
417: WHERE Request_Id = X_Request_Id;
418: BEGIN
419: X_Contain_Actual := FALSE;
420: X_Contain_Budget := FALSE;