DBA Data[Home] [Help]

APPS.PA_GL_AUTOALLOC_PKG dependencies on GL_AUTO_ALLOC_BATCH_HISTORY

Line 171: From GL_AUTO_ALLOC_BATCH_HISTORY

167: v_call_status Boolean;
168:
169: Cursor Get_status_Code_C IS
170: Select Status_Code
171: From GL_AUTO_ALLOC_BATCH_HISTORY
172: Where REQUEST_ID = p_request_Id
173: AND STEP_NUMBER = p_step_number;
174:
175: Cursor Get_Status_Meaning_C IS