DBA Data[Home] [Help]

APPS.OE_GLOBALS dependencies on IBY_SECURITY_PKG

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

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

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

516: null;
517: END;
518:
519: l_hash1_new := iby_security_pkg.get_hash(p_cc_num_new, 'F');
520: l_hash2_new := iby_security_pkg.get_hash(p_cc_num_new, 'T');
521:
522: IF l_hash1_old = l_hash1_new AND l_hash2_old = l_hash2_new THEN
523: RETURN TRUE;
524: ELSE

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

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

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

539: null;
540: END;
541:
542: l_hash1_old := iby_security_pkg.get_hash(p_cc_num_old, 'F');
543: l_hash2_old := iby_security_pkg.get_hash(p_cc_num_old, 'T');
544:
545: IF l_hash1_old = l_hash1_new AND l_hash2_old = l_hash2_new THEN
546: RETURN TRUE;
547: ELSE