DBA Data[Home] [Help]

APPS.GL_PA_AUTOALLOC_PKG dependencies on GL_AUTO_ALLOC_BATCH_HISTORY

Line 73: Update GL_AUTO_ALLOC_BATCH_HISTORY

69: ,p_pa_allocation_run_id In Number
70: ,p_return_code Out NOCOPY Number ) Is
71: Begin
72:
73: Update GL_AUTO_ALLOC_BATCH_HISTORY
74: Set pa_allocation_run_id = p_pa_allocation_run_id
75: Where request_Id = p_request_Id
76: And step_number = p_step_number;
77: