DBA Data[Home] [Help]

APPS.CS_CREDIT_CARD_ASSIGNMENT dependencies on IBY_FNDCPT_COMMON_PUB

Line 67: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

63: x_assignment_id OUT NOCOPY NUMBER,
64: p_cust_accnt_site_id IN NUMBER
65: ) IS
66: l_card_instrument IBY_FNDCPT_SETUP_PUB.CreditCard_rec_type;
67: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
68: l_asg_instrument IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
69: l_assignment IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;
70: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
71:

Line 70: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

66: l_card_instrument IBY_FNDCPT_SETUP_PUB.CreditCard_rec_type;
67: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
68: l_asg_instrument IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
69: l_assignment IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;
70: x_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
71:
72: x_msg_count NUMBER;
73: x_msg_data VARCHAR2(3000);
74:

Line 139: l_assignment.Instrument_Type := IBY_FNDCPT_COMMON_PUB.G_INSTR_TYPE_CREDITCARD;

135: l_payer.Account_Site_Id := P_cust_accnt_site_id;
136:
137:
138: -- Instrument Record
139: l_assignment.Instrument_Type := IBY_FNDCPT_COMMON_PUB.G_INSTR_TYPE_CREDITCARD;
140: l_assignment.Instrument_Id := null;
141:
142: -- Instrument Assignment Record
143: l_asg_instrument.Instrument := l_assignment;