DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_BATCH_PKG dependencies on GL_AUTO_ALLOC_BAT_HIST_DET

Line 465: From GL_AUTO_ALLOC_BAT_HIST_DET

461: And LOOKUP_CODE = l_lookup_code;
462:
463: Cursor get_request_id_C IS
464: Select request_id
465: From GL_AUTO_ALLOC_BAT_HIST_DET
466: Where PARENT_REQUEST_ID = p_request_Id
467: And STEP_NUMBER = p_step_number
468: order by request_id desc;
469: Begin