DBA Data[Home] [Help]

APPS.ARP_PROGRAM_BR_REMIT dependencies on IBY_FNDCPT_COMMON_PUB

Line 1098: lc_trxn_entity_id IBY_FNDCPT_COMMON_PUB.Id_tbl_type;

1094: l_cpy_msg_data VARCHAR2(2000);
1095:
1096: /* DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */
1097: p_trxn_entity_id NUMBER;
1098: lc_trxn_entity_id IBY_FNDCPT_COMMON_PUB.Id_tbl_type;
1099:
1100: l_auth_flag VARCHAR2(1);
1101: l_auth_id NUMBER;
1102: /* END DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */

Line 1106: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

1102: /* END DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */
1103:
1104: /* DECLARE the variables required for the payment engine (CPY AND AUTH) all the REC TYPES */
1105:
1106: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
1107: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
1108: l_trxn_entity_id NUMBER;
1109: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
1110: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

Line 1113: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */

1109: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
1110: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
1111: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
1112: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
1113: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
1114: l_entity_id NUMBER; -- OUT FROM COPY
1115: /* END DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */
1116:
1117:

Line 1271: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

1267: x_return_status => l_return_status,
1268: x_msg_count => l_msg_count,
1269: x_msg_data => l_msg_data,
1270: p_payer => l_payer_rec,
1271: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
1272: p_payee => l_payee_rec,
1273: p_trxn_entity_id => l_trxn_entity_id,
1274: p_auth_attribs => l_auth_attribs_rec,
1275: p_amount => l_amount_rec,