DBA Data[Home] [Help]

APPS.ARP_PROGRAM_BR_REMIT dependencies on IBY_FNDCPT_TRXN_PUB

Line 1107: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;

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

Line 1109: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;

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

Line 1110: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

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

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

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

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

Line 1119: ls_response_rec_tab IBY_FNDCPT_TRXN_PUB.SettlementResult_tbl_type;

1115: /* END DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */
1116:
1117:
1118: /* DECLARE the variables required for the payment engine (SETTLEMENT) all the REC TYPES */
1119: ls_response_rec_tab IBY_FNDCPT_TRXN_PUB.SettlementResult_tbl_type;
1120: ls_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
1121: ls_msg_count NUMBER;
1122: ls_msg_data VARCHAR2(2000);
1123: ls_iby_msg_data VARCHAR2(2000);

Line 1264: IBY_FNDCPT_TRXN_PUB.Create_Authorization(

1260: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Calling get_auth for pmt_trxn_extn_id ');
1261: END IF;
1262:
1263:
1264: IBY_FNDCPT_TRXN_PUB.Create_Authorization(
1265: p_api_version => 1.0,
1266: p_init_msg_list => FND_API.G_TRUE,
1267: x_return_status => l_return_status,
1268: x_msg_count => l_msg_count,

Line 1384: IBY_FNDCPT_TRXN_PUB.Create_Settlements(

1380: fnd_file.put_line(FND_FILE.LOG, ' p_calling_app_request_code ' || to_char( p_batch_id ) );
1381: fnd_file.put_line(FND_FILE.LOG, 'p_order_view_name ' || 'ARBR_FUNDS_CAPTURE_ORDERS_V' );
1382: END IF;
1383:
1384: IBY_FNDCPT_TRXN_PUB.Create_Settlements(
1385: p_api_version => 1.0,
1386: p_init_msg_list => FND_API.G_TRUE,
1387: p_calling_app_id => l_program_application_id,
1388: p_calling_app_request_code => 'ARBR_'||p_batch_id,