DBA Data[Home] [Help]

APPS.GMS_COMMON_PKG SQL Statements

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

Line: 57

 Select max(to_number(award_number))
  into l_max_awnum
  from gms_awards
 where gms_common_pkg.isnumber(award_number) = 'Y' ;