DBA Data[Home] [Help]

APPS.IBY_PCARD_RECOGNITION_PKG SQL Statements

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

Line: 18

     SELECT SUBSTR(pcard_subtype,   1,   1)
     FROM iby_pcard_bin_range
     WHERE (cardBIN >= lowerlimit)
       AND (cardBIN <= upperlimit)
     ORDER BY last_updated_by DESC,
	last_update_date DESC;