DBA Data[Home] [Help]

APPS.ARP_PROGRAM_BR_REMIT dependencies on IBY_FNDCPT_COMMON_PUB

Line 1108: lc_trxn_entity_id IBY_FNDCPT_COMMON_PUB.Id_tbl_type;

1104: l_cpy_msg_data VARCHAR2(2000);
1105:
1106: /* DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */
1107: p_trxn_entity_id NUMBER;
1108: lc_trxn_entity_id IBY_FNDCPT_COMMON_PUB.Id_tbl_type;
1109:
1110: l_auth_flag VARCHAR2(1);
1111: l_auth_id NUMBER;
1112: /* END DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */

Line 1116: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

1112: /* END DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */
1113:
1114: /* DECLARE the variables required for the payment engine (CPY AND AUTH) all the REC TYPES */
1115:
1116: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
1117: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
1118: l_trxn_entity_id NUMBER;
1119: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
1120: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

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

1119: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
1120: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
1121: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
1122: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
1123: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
1124: l_entity_id NUMBER; -- OUT FROM COPY
1125: /* END DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */
1126:
1127:

Line 1289: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

1285: x_return_status => l_return_status,
1286: x_msg_count => l_msg_count,
1287: x_msg_data => l_msg_data,
1288: p_payer => l_payer_rec,
1289: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
1290: p_payee => l_payee_rec,
1291: p_trxn_entity_id => l_trxn_entity_id,
1292: p_auth_attribs => l_auth_attribs_rec,
1293: p_amount => l_amount_rec,