DBA Data[Home] [Help]

APPS.IBY_FNDCPT_SETUP_PUB dependencies on IBY_SYS_SECURITY_OPTIONS

Line 2066: l_sec_mode iby_sys_security_options.cc_encryption_mode%TYPE;

2062: lx_result IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2063: lx_card_rec CreditCard_rec_type;
2064:
2065: l_info_only iby_creditcard.information_only_flag%TYPE := NULL;
2066: l_sec_mode iby_sys_security_options.cc_encryption_mode%TYPE;
2067: l_cc_reg IBY_INSTRREG_PUB.CreditCardInstr_rec_type;
2068: l_instr_reg IBY_INSTRREG_PUB.PmtInstr_rec_type;
2069:
2070: l_billing_site hz_party_site_uses.party_site_use_id%TYPE;

Line 2077: FROM iby_sys_security_options;

2073:
2074: CURSOR c_sec_mode
2075: IS
2076: SELECT cc_encryption_mode
2077: FROM iby_sys_security_options;
2078:
2079: BEGIN
2080: iby_debug_pub.add('Enter',iby_debug_pub.G_LEVEL_PROCEDURE,l_dbg_mod);
2081:

Line 3229: FROM iby_sys_security_options;

3225: enc_level VARCHAR2(30);
3226: BEGIN
3227: SELECT NVL(encryption_patch_level, G_ENC_PATCH_LEVEL_NORMAL)
3228: INTO enc_level
3229: FROM iby_sys_security_options;
3230:
3231: RETURN enc_level;
3232: END Get_Encryption_Patch_Level;
3233: