DBA Data[Home] [Help]

APPS.PA_AUTOALLOC_UTLS dependencies on GL_AUTO_ALLOC_BATCH_HISTORY

Line 14: GL_Auto_Alloc_Batch_History Batch

10:
11: Cursor SetCur IS
12: SELECT BATCH.Request_Id
13: FROM PA_Alloc_Runs_All PA,
14: GL_Auto_Alloc_Batch_History Batch
15: WHERE PA.Run_ID = p_allocation_run_id
16: AND Batch.Request_ID > 0
17: AND Batch.Batch_ID = PA.Rule_ID
18: AND Batch.Batch_Type_Code = 'P'