DBA Data[Home] [Help]

APPS.IBY_FNDCPT_SETUP_PUB dependencies on IBY_SYS_SECURITY_OPTIONS

Line 1851: l_sec_mode iby_sys_security_options.cc_encryption_mode%TYPE;

1847: lx_result IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1848: lx_card_rec CreditCard_rec_type;
1849:
1850: l_info_only iby_creditcard.information_only_flag%TYPE := NULL;
1851: l_sec_mode iby_sys_security_options.cc_encryption_mode%TYPE;
1852: l_cc_reg IBY_INSTRREG_PUB.CreditCardInstr_rec_type;
1853: l_instr_reg IBY_INSTRREG_PUB.PmtInstr_rec_type;
1854:
1855: l_dbg_mod VARCHAR2(100) := G_DEBUG_MODULE || '.' || l_module;

Line 1860: FROM iby_sys_security_options;

1856:
1857: CURSOR c_sec_mode
1858: IS
1859: SELECT cc_encryption_mode
1860: FROM iby_sys_security_options;
1861:
1862: BEGIN
1863: iby_debug_pub.add('Enter',iby_debug_pub.G_LEVEL_PROCEDURE,l_dbg_mod);
1864: