DBA Data[Home] [Help]

APPS.IBY_RISKYINSTR_PKG dependencies on IBY_CREDITCARD

Line 28: lx_cc_number iby_creditcard.ccnumber%TYPE;

24: l_instrtype varchar2(80);
25: l_payeecount int;
26: l_instypecount int;
27: l_riskinscount int;
28: lx_cc_number iby_creditcard.ccnumber%TYPE;
29: lx_return_status VARCHAR2(1);
30: lx_msg_count NUMBER;
31: lx_msg_data VARCHAR2(200);
32: l_cc_hash1 iby_irf_risky_instr.cc_number_hash1%TYPE;

Line 34: l_cc_number iby_creditcard.ccnumber%TYPE;

30: lx_msg_count NUMBER;
31: lx_msg_data VARCHAR2(200);
32: l_cc_hash1 iby_irf_risky_instr.cc_number_hash1%TYPE;
33: l_cc_hash2 iby_irf_risky_instr.cc_number_hash2%TYPE;
34: l_cc_number iby_creditcard.ccnumber%TYPE;
35: l_account_no_hash1 iby_irf_risky_instr.acct_number_hash1%TYPE;
36: l_account_no_hash2 iby_irf_risky_instr.acct_number_hash2%TYPE;
37: begin
38: -- initialize the values.

Line 179: lx_cc_number iby_creditcard.ccnumber%TYPE;

175: l_instrtype varchar2(80);
176: l_payeecount int;
177: l_instypecount int;
178: l_riskinscount int;
179: lx_cc_number iby_creditcard.ccnumber%TYPE;
180: lx_return_status VARCHAR2(1);
181: lx_msg_count NUMBER;
182: lx_msg_data VARCHAR2(200);
183: l_cc_hash1 iby_irf_risky_instr.cc_number_hash1%TYPE;

Line 185: l_cc_number iby_creditcard.ccnumber%TYPE;

181: lx_msg_count NUMBER;
182: lx_msg_data VARCHAR2(200);
183: l_cc_hash1 iby_irf_risky_instr.cc_number_hash1%TYPE;
184: l_cc_hash2 iby_irf_risky_instr.cc_number_hash2%TYPE;
185: l_cc_number iby_creditcard.ccnumber%TYPE;
186: l_account_no_hash1 iby_irf_risky_instr.acct_number_hash1%TYPE;
187: l_account_no_hash2 iby_irf_risky_instr.acct_number_hash2%TYPE;
188: begin
189: -- initialize the values.