DBA Data[Home] [Help]

APPS.OE_GLOBALS dependencies on IBY_SECURITY_PKG

Line 523: l_hash1_new := iby_security_pkg.get_hash(p_cc_num_new, 'F');

519: EXCEPTION WHEN NO_DATA_FOUND THEN
520: null;
521: END;
522:
523: l_hash1_new := iby_security_pkg.get_hash(p_cc_num_new, 'F');
524: l_hash2_new := iby_security_pkg.get_hash(p_cc_num_new, 'T');
525:
526: IF l_hash1_old = l_hash1_new AND l_hash2_old = l_hash2_new THEN
527: RETURN TRUE;

Line 524: l_hash2_new := iby_security_pkg.get_hash(p_cc_num_new, 'T');

520: null;
521: END;
522:
523: l_hash1_new := iby_security_pkg.get_hash(p_cc_num_new, 'F');
524: l_hash2_new := iby_security_pkg.get_hash(p_cc_num_new, 'T');
525:
526: IF l_hash1_old = l_hash1_new AND l_hash2_old = l_hash2_new THEN
527: RETURN TRUE;
528: ELSE

Line 546: l_hash1_old := iby_security_pkg.get_hash(p_cc_num_old, 'F');

542: EXCEPTION WHEN NO_DATA_FOUND THEN
543: null;
544: END;
545:
546: l_hash1_old := iby_security_pkg.get_hash(p_cc_num_old, 'F');
547: l_hash2_old := iby_security_pkg.get_hash(p_cc_num_old, 'T');
548:
549: IF l_hash1_old = l_hash1_new AND l_hash2_old = l_hash2_new THEN
550: RETURN TRUE;

Line 547: l_hash2_old := iby_security_pkg.get_hash(p_cc_num_old, 'T');

543: null;
544: END;
545:
546: l_hash1_old := iby_security_pkg.get_hash(p_cc_num_old, 'F');
547: l_hash2_old := iby_security_pkg.get_hash(p_cc_num_old, 'T');
548:
549: IF l_hash1_old = l_hash1_new AND l_hash2_old = l_hash2_new THEN
550: RETURN TRUE;
551: ELSE