DBA Data[Home] [Help]

APPS.IBY_PCARD_RECOGNITION_PKG dependencies on IBY_PCARD_BIN_RANGE

Line 19: FROM iby_pcard_bin_range

15: CURSOR pcard_type
16: (ci_bin_number IN VARCHAR)
17: IS
18: SELECT SUBSTR(pcard_subtype, 1, 1)
19: FROM iby_pcard_bin_range
20: WHERE (cardBIN >= lowerlimit)
21: AND (cardBIN <= upperlimit)
22: ORDER BY last_updated_by DESC,
23: last_update_date DESC;