DBA Data[Home] [Help]

APPS.IBY_FNDCPT_SETUP_PUB dependencies on IBY_INSTRREG_PUB

Line 2067: l_cc_reg IBY_INSTRREG_PUB.CreditCardInstr_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;
2071:

Line 2068: l_instr_reg IBY_INSTRREG_PUB.PmtInstr_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;
2071:
2072: l_dbg_mod VARCHAR2(100) := G_DEBUG_MODULE || '.' || l_module;

Line 2225: l_instr_reg.InstrumentType := IBY_INSTRREG_PUB.C_INSTRTYPE_CREDITCARD;

2221: -- passes the value as 'Y'
2222: l_cc_reg.Register_Invalid_Card := p_card_instrument.Register_Invalid_Card;
2223:
2224: l_instr_reg.CreditCardInstr := l_cc_reg;
2225: l_instr_reg.InstrumentType := IBY_INSTRREG_PUB.C_INSTRTYPE_CREDITCARD;
2226:
2227: iby_debug_pub.add('before calling OraInstrAdd',
2228: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
2229:

Line 2230: IBY_INSTRREG_PUB.OraInstrAdd

2226:
2227: iby_debug_pub.add('before calling OraInstrAdd',
2228: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
2229:
2230: IBY_INSTRREG_PUB.OraInstrAdd
2231: (1.0, FND_API.G_FALSE, FND_API.G_FALSE, FND_API.G_VALID_LEVEL_FULL,
2232: l_instr_reg, x_return_status, x_msg_count, x_msg_data,
2233: x_card_id, lx_result
2234: );

Line 2254: (IBY_INSTRREG_PUB.G_INTERFACE_CODE,lx_result.Result_Message,

2250: ELSE
2251: x_response.Result_Code := lx_result.Result_Code;
2252:
2253: iby_fndcpt_common_pub.Prepare_Result
2254: (IBY_INSTRREG_PUB.G_INTERFACE_CODE,lx_result.Result_Message,
2255: l_prev_msg_count,x_return_status,x_msg_count,x_msg_data,
2256: x_response);
2257: END IF;
2258: RETURN;

Line 3178: l_resp_rec IBY_INSTRREG_PUB.GetExpStatusResp_rec_type;

3174: IS
3175: l_msg_count NUMBER;
3176: l_msg_data VARCHAR2(300);
3177: l_return_status VARCHAR2(1);
3178: l_resp_rec IBY_INSTRREG_PUB.GetExpStatusResp_rec_type;
3179:
3180: l_exp_sec_segment_id NUMBER;
3181: l_expiry_date DATE;
3182:

Line 3206: IBY_INSTRREG_PUB.Get_Expiration_Status(p_instrid,

3202: END IF;
3203: RETURN;
3204: END IF;
3205:
3206: IBY_INSTRREG_PUB.Get_Expiration_Status(p_instrid,
3207: p_input_date,
3208: l_return_status,
3209: l_msg_count,
3210: l_msg_data,