DBA Data[Home] [Help]

APPS.IBY_PCARD_RECOGNITION_PKG SQL Statements

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

Line: 19

	SELECT SUBSTR(pcard_subtype,1,1)
	INTO p_card_subtype
	FROM iby_pcard_bin_range
	WHERE (cardBIN>=lowerlimit) AND (cardBIN<=upperlimit);