DBA Data[Home] [Help]

APPS.GMF_DATE_FORMATER SQL Statements

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

Line: 11

          SELECT to_char(datetoformat,formattouse)
          INTO   formateddate
          FROM   sys.dual;