DBA Data[Home] [Help]

APPS.GL_JIMP_PREPROC_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 81

 |      o  Delete encumbrance transactions in gl_interface with 	 |
 |         account level automatic encumbrance option turned off	 |
 |                                                                       |
 | CALLING MODULES                                                       |
 |    glxfjc() - Funds Check Journal-import Concurrent program API       |
 |                                                                       |
 | CALLED MODULES                                                        |
 |    None                                                               |
 |                                                                       |
 | RETURN VALUES                                                         |
 |    This routine returns TRUE if successful, otherwise it              |
 |    returns FALSE.                                                     |
 |                                                                       |
 | ARGUMENTS	                                                         |
 |    control  Main communication area among glxfjc(), glxfj1(),         |
 |	       glxfj2(), and other funds check modules.			 |
 |                                                                       |
 | PREREQUISITES                                                         |
 |    None                                                               |
 |                                                                       |
 | NOTES                                                                 |
 |                                                                       |
 | HISTORY                                                               |
 | 	11/23/98  BKALIAPP	Created.                                 |
 *=======================================================================*/
FUNCTION glxfj2( p_packet_id 	IN 	NUMBER
		) RETURN BOOLEAN IS
BEGIN

    RETURN FALSE;