DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONCC_PKG dependencies on FND_API

Line 113: l_call_params(2) := '''' || FND_API.G_TRUE || '''';

109: -- perform payment format specific validations
110: --
111: l_call_params.extend(6);
112: l_call_params(1) := '1';
113: l_call_params(2) := '''' || FND_API.G_TRUE || '''';
114: l_call_params(3) := TO_CHAR(p_mbatch_id);
115: l_call_params(4) := '';
116: l_call_params(5) := '';
117: l_call_params(6) := '';

Line 129: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

125: OUT l_return_status,
126: OUT l_msg_count,
127: OUT l_msg_data;
128:
129: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
130: raise_application_error(-20000,
131: 'IBY_20220#ERRMSG=' || fnd_msg_pub.get(p_msg_index => 1,p_encoded => FND_API.G_FALSE),
132: FALSE);
133: END IF;

Line 131: 'IBY_20220#ERRMSG=' || fnd_msg_pub.get(p_msg_index => 1,p_encoded => FND_API.G_FALSE),

127: OUT l_msg_data;
128:
129: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
130: raise_application_error(-20000,
131: 'IBY_20220#ERRMSG=' || fnd_msg_pub.get(p_msg_index => 1,p_encoded => FND_API.G_FALSE),
132: FALSE);
133: END IF;
134: END LOOP;
135:

Line 171: x_instr_hash := iby_security_pkg.get_hash(p_instrnum,FND_API.G_FALSE);

167: END IF;
168:
169: iby_cc_validate.Get_CC_Issuer_Range
170: (p_instrnum,x_instr_subtype,x_range_id,lx_cc_prefix,lx_digit_check);
171: x_instr_hash := iby_security_pkg.get_hash(p_instrnum,FND_API.G_FALSE);
172:
173: IF (x_range_id IS NULL) THEN
174: x_instr_len := LENGTH(p_instrnum);
175: x_instr_subtype := 'UNKNOWN';

Line 193: (FND_API.G_FALSE,p_sys_key,'Y',lx_subkey_id,lx_subkey);

189: IF (LENGTH(lx_instrnum) > 0) THEN
190: l_segment_cipher :=
191: HEXTORAW(IBY_SECURITY_PKG.Encode_Number(lx_instrnum,TRUE));
192: IBY_SECURITY_PKG.Get_Sys_Subkey
193: (FND_API.G_FALSE,p_sys_key,'Y',lx_subkey_id,lx_subkey);
194:
195: l_segment_cipher :=
196: DBMS_OBFUSCATION_TOOLKIT.des3encrypt
197: ( input => l_segment_cipher, key => lx_subkey,

Line 221: IF FND_API.to_Boolean(p_commit) THEN

217: x_segment_id := -1;
218: END IF;
219: END IF;
220:
221: IF FND_API.to_Boolean(p_commit) THEN
222: COMMIT;
223: END IF;
224: END prepare_instr_data;
225:

Line 377: (FND_API.G_FALSE,master_key_in,instrnum_in,instrType_in,l_instrnum,

373:
374: l_num_trxns := getNumPendingTrxns(merchant_id_in,order_id_in,req_type_in);
375:
376: prepare_instr_data
377: (FND_API.G_FALSE,master_key_in,instrnum_in,instrType_in,l_instrnum,
378: l_cc_type,lx_cc_hash,lx_range_id,lx_instr_len,lx_segment_id);
379:
380:
381: --

Line 857: (FND_API.G_FALSE,master_key_in,

853: l_instrsubtype := payment_name_in;
854: END IF;
855:
856: prepare_instr_data
857: (FND_API.G_FALSE,master_key_in,
858: instrnum_in,l_instrtype,l_instrnum,l_instrsubtype,
859: lx_cc_hash,lx_range_id,lx_instr_len,lx_segment_id);
860: l_instrsubtype := NVL(l_instrsubtype,payment_name_in);
861:

Line 1180: iby_cc_validate.ValidateCC(1.0,FND_API.G_FALSE,instrnum_in,SYSDATE(),l_return_status,l_msg_count,l_msg_data,l_checksum_valid,l_cc_type);

1176: -- input org_id is null, check previous orgid
1177: l_org_id := getOrgId(transaction_id_out);
1178: END IF;
1179:
1180: iby_cc_validate.ValidateCC(1.0,FND_API.G_FALSE,instrnum_in,SYSDATE(),l_return_status,l_msg_count,l_msg_data,l_checksum_valid,l_cc_type);
1181: IF (l_cc_type is NULL) THEN
1182: iby_cc_validate.ValidateCC(1.0,FND_API.G_FALSE,instrnum_in,SYSDATE(),l_return_status,l_msg_count,l_msg_data,l_checksum_valid,l_cc_type);
1183: END IF;
1184: /*

Line 1182: iby_cc_validate.ValidateCC(1.0,FND_API.G_FALSE,instrnum_in,SYSDATE(),l_return_status,l_msg_count,l_msg_data,l_checksum_valid,l_cc_type);

1178: END IF;
1179:
1180: iby_cc_validate.ValidateCC(1.0,FND_API.G_FALSE,instrnum_in,SYSDATE(),l_return_status,l_msg_count,l_msg_data,l_checksum_valid,l_cc_type);
1181: IF (l_cc_type is NULL) THEN
1182: iby_cc_validate.ValidateCC(1.0,FND_API.G_FALSE,instrnum_in,SYSDATE(),l_return_status,l_msg_count,l_msg_data,l_checksum_valid,l_cc_type);
1183: END IF;
1184: /*
1185: prepare_instr_data(ecapp_id_in,merchant_id_in,master_key_in,
1186: instrnum_in,subkey_seed_in,FND_API.G_TRUE,l_instrnum,l_subkey_id);

Line 1186: instrnum_in,subkey_seed_in,FND_API.G_TRUE,l_instrnum,l_subkey_id);

1182: iby_cc_validate.ValidateCC(1.0,FND_API.G_FALSE,instrnum_in,SYSDATE(),l_return_status,l_msg_count,l_msg_data,l_checksum_valid,l_cc_type);
1183: END IF;
1184: /*
1185: prepare_instr_data(ecapp_id_in,merchant_id_in,master_key_in,
1186: instrnum_in,subkey_seed_in,FND_API.G_TRUE,l_instrnum,l_subkey_id);
1187: */
1188: INSERT INTO iby_trxn_summaries_all
1189: (TrxnMID, TransactionID, ReqType, ReqDate,
1190: UpdateDate,Status, Amount, CurrencyNameCode,

Line 6511: (FND_API.G_FALSE,

6507: l_index := 1;
6508:
6509: FOR txn_rec IN c_tx_ccnumber LOOP
6510: IBY_TRANSACTIONCC_PKG.prepare_instr_data
6511: (FND_API.G_FALSE,
6512: p_sys_key,
6513: txn_rec.ccnum,
6514: txn_rec.instrtype,
6515: l_maskedcc_tbl(l_index),