DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_WF_PKG dependencies on GL_JE_LINES

Line 1655: DELETE gl_je_lines

1651: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1652: diagn_debug_msg('Delete_Batch: ' || 'Rollback:Deleting Batch= '||to_char(l_gen_batch_Id));
1653: END IF;
1654: -- Delete all of the lines in that batch
1655: DELETE gl_je_lines
1656: WHERE je_header_id IN (SELECT je_header_id
1657: FROM gl_je_headers
1658: WHERE je_batch_id = l_gen_batch_Id);
1659: