DBA Data[Home] [Help]

APPS.ARP_PROGRAM_BR_REMIT dependencies on IBY_FNDCPT_TRXN_PUB

Line 1117: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;

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;
1121: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;

Line 1119: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;

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;
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 */

Line 1120: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

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;
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

Line 1121: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_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;
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 */

Line 1122: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */

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;
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:

Line 1129: ls_response_rec_tab IBY_FNDCPT_TRXN_PUB.SettlementResult_tbl_type;

1125: /* END DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */
1126:
1127:
1128: /* DECLARE the variables required for the payment engine (SETTLEMENT) all the REC TYPES */
1129: ls_response_rec_tab IBY_FNDCPT_TRXN_PUB.SettlementResult_tbl_type;
1130: ls_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
1131: ls_msg_count NUMBER;
1132: ls_msg_data VARCHAR2(2000);
1133: ls_iby_msg_data VARCHAR2(2000);

Line 1282: IBY_FNDCPT_TRXN_PUB.Create_Authorization(

1278: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling get_auth for pmt_trxn_extn_id ');
1279: END IF;
1280:
1281:
1282: IBY_FNDCPT_TRXN_PUB.Create_Authorization(
1283: p_api_version => 1.0,
1284: p_init_msg_list => FND_API.G_TRUE,
1285: x_return_status => l_return_status,
1286: x_msg_count => l_msg_count,

Line 1402: IBY_FNDCPT_TRXN_PUB.Create_Settlements(

1398: fnd_file.put_line(FND_FILE.LOG, ' p_calling_app_request_code ' || to_char( p_batch_id ) );
1399: fnd_file.put_line(FND_FILE.LOG, 'p_order_view_name ' || 'ARBR_FUNDS_CAPTURE_ORDERS_V' );
1400: END IF;
1401:
1402: IBY_FNDCPT_TRXN_PUB.Create_Settlements(
1403: p_api_version => 1.0,
1404: p_init_msg_list => FND_API.G_TRUE,
1405: p_calling_app_id => l_program_application_id,
1406: p_calling_app_request_code => 'ARBR_'||p_batch_id,