DBA Data[Home] [Help]

APPS.GMF_GL_GET_SOB_ID SQL Statements

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

Line: 5

        SELECT   set_of_books_id
        FROM     gl_sets_of_books
        WHERE    name LIKE sob_name
        AND      creation_date
        BETWEEN  nvl(st_date,creation_date)
        AND      nvl(en_date,creation_date);