DBA Data[Home] [Help]

APPS.IBY_PAYMENT_ADAPTER_PUB dependencies on FND_NUMBER

Line 780: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_tangible_rec.Tangible_Amount), l_url, l_db_nls, l_ecapp_nls);

776:
777: check_optional('OapfPmtFactorFlag', p_pmtreqtrxn_rec.Payment_Factor_Flag, l_url, l_db_nls, l_ecapp_nls);
778: --Tangible related mandatory input
779: check_mandatory('OapfOrderId', p_tangible_rec.Tangible_ID, l_url, l_db_nls, l_ecapp_nls);
780: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_tangible_rec.Tangible_Amount), l_url, l_db_nls, l_ecapp_nls);
781: check_mandatory('OapfCurr', p_tangible_rec.Currency_Code, l_url, l_db_nls, l_ecapp_nls);
782:
783: -- Party id mandatory paramter
784: check_mandatory('OapfPayerId', p_payer_rec.party_id, l_url, l_db_nls, l_ecapp_nls);

Line 1286: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_rev_trxn_rec.Revised_Amt), l_url, l_db_nls, l_ecapp_nls);

1282: check_mandatory('OapfPmtRegId', l_instrid, l_url, l_db_nls, l_ecapp_nls);
1283: check_mandatory('OapfPmtInstrType', l_pmtinstr_type, l_url, l_db_nls, l_ecapp_nls);
1284:
1285: IF(p_rev_trxn_rec.Rev_Type = G_REV_TYPE_PARTIAL) THEN
1286: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_rev_trxn_rec.Revised_Amt), l_url, l_db_nls, l_ecapp_nls);
1287: END IF ;
1288:
1289: check_optional('OapfNlsLang', p_rev_trxn_rec.NLS_LANG, l_url, l_db_nls, l_ecapp_nls);
1290:

Line 1567: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_tangible_rec.Tangible_Amount), l_url, l_db_nls, l_ecapp_nls);

1563: check_mandatory('OapfMode', p_modtrxn_rec.PmtMode, l_url, l_db_nls, l_ecapp_nls);
1564:
1565: --Tangible related mandatory input
1566: check_mandatory('OapfOrderId', p_tangible_rec.Tangible_ID, l_url, l_db_nls, l_ecapp_nls);
1567: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_tangible_rec.Tangible_Amount), l_url, l_db_nls, l_ecapp_nls);
1568: check_mandatory('OapfCurr', p_tangible_rec.Currency_Code, l_url, l_db_nls, l_ecapp_nls);
1569:
1570: check_mandatory('OapfTransactionId', to_char(p_modtrxn_rec.Trxn_ID), l_url, l_db_nls, l_ecapp_nls);
1571:

Line 2184: x_qrytrxnrespdet_tbl(l_index).Price := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));

2180: l_index := TO_NUMBER( LTRIM(l_names(i), 'OapfPmtInstrType-') );
2181: x_qrytrxnrespdet_tbl(l_index).PmtInstr_Type := l_values(i);
2182: ELSIF INSTR(l_names(i) , 'OapfQryPrice-') <> 0 THEN
2183: l_index := TO_NUMBER( LTRIM(l_names(i), 'OapfQryPrice-') );
2184: x_qrytrxnrespdet_tbl(l_index).Price := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));
2185: ELSIF INSTR(l_names(i) , 'OapfQryCurr-') <> 0 THEN
2186: l_index := TO_NUMBER( LTRIM(l_names(i), 'OapfQryCurr-') );
2187: x_qrytrxnrespdet_tbl(l_index).Currency := l_values(i);
2188: ELSIF INSTR(l_names(i) , 'OapfAuthcode-') <> 0 THEN

Line 2374: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_capturetrxn_rec.Price), l_url, l_db_nls, l_ecapp_nls);

2370: --1. MANDATORY INPUT PARAMETERS
2371: check_mandatory('OapfAction', l_oapf_action, l_url, l_db_nls, l_ecapp_nls);
2372: check_mandatory('OapfECAppId', to_char(p_ecapp_id), l_url, l_db_nls, l_ecapp_nls);
2373: check_mandatory('OapfTransactionId', to_char(p_capturetrxn_rec.Trxn_ID), l_url, l_db_nls, l_ecapp_nls);
2374: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_capturetrxn_rec.Price), l_url, l_db_nls, l_ecapp_nls);
2375: check_mandatory('OapfCurr', p_capturetrxn_rec.Currency, l_url, l_db_nls, l_ecapp_nls);
2376:
2377: /*
2378: --check if mode is supplied, if not use 'ONLINE' default

Line 2625: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_returntrxn_rec.Price), l_url, l_db_nls, l_ecapp_nls);

2621: --Mandatory Input Parameters
2622: check_mandatory('OapfAction', l_oapf_action, l_url, l_db_nls, l_ecapp_nls);
2623: check_mandatory('OapfECAppId', to_char(p_ecapp_id), l_url, l_db_nls, l_ecapp_nls);
2624: check_mandatory('OapfTransactionId', to_char(p_returntrxn_rec.Trxn_ID), l_url, l_db_nls, l_ecapp_nls);
2625: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_returntrxn_rec.Price), l_url, l_db_nls, l_ecapp_nls);
2626: check_mandatory('OapfCurr', p_returntrxn_rec.Currency, l_url, l_db_nls, l_ecapp_nls);
2627:
2628: /*
2629: --check if mode is supplied, if not, use 'ONLINE' default

Line 3164: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_tangible_rec.Tangible_Amount), l_url, l_db_nls, l_ecapp_nls);

3160: check_mandatory('OapfMode', p_credittrxn_rec.PmtMode, l_url, l_db_nls, l_ecapp_nls);
3161:
3162: --Tangible Related Mandatory Input
3163: check_mandatory('OapfOrderId', p_tangible_rec.Tangible_ID, l_url, l_db_nls, l_ecapp_nls);
3164: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_tangible_rec.Tangible_Amount), l_url, l_db_nls, l_ecapp_nls);
3165: check_mandatory('OapfCurr', p_tangible_rec.Currency_Code, l_url, l_db_nls, l_ecapp_nls);
3166:
3167: -- mandatory org_id and default org_type to OPERATING_UNIT, so check as
3168: -- mandatory as well.

Line 4010: x_qrybatchrespsum_rec.Credit_Amount := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));

4006: x_qrybatchrespsum_rec.BatchDate := TO_DATE(l_values(i), 'YYYY-MM-DD');
4007: ELSIF l_names(i) = 'OapfStoreId' THEN
4008: x_qrybatchrespsum_rec.Payee_ID := l_values(i);
4009: ELSIF l_names(i) = 'OapfCreditAmount' THEN
4010: x_qrybatchrespsum_rec.Credit_Amount := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));
4011: ELSIF l_names(i) = 'OapfSalesAmount' THEN
4012: x_qrybatchrespsum_rec.Sales_Amount := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));
4013: ELSIF l_names(i) = 'OapfBatchTotal' THEN
4014: x_qrybatchrespsum_rec.Batch_Total := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));

Line 4012: x_qrybatchrespsum_rec.Sales_Amount := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));

4008: x_qrybatchrespsum_rec.Payee_ID := l_values(i);
4009: ELSIF l_names(i) = 'OapfCreditAmount' THEN
4010: x_qrybatchrespsum_rec.Credit_Amount := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));
4011: ELSIF l_names(i) = 'OapfSalesAmount' THEN
4012: x_qrybatchrespsum_rec.Sales_Amount := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));
4013: ELSIF l_names(i) = 'OapfBatchTotal' THEN
4014: x_qrybatchrespsum_rec.Batch_Total := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));
4015: ELSIF l_names(i) = 'OapfCurr' THEN
4016: x_qrybatchrespsum_rec.Currency := l_values(i);

Line 4014: x_qrybatchrespsum_rec.Batch_Total := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));

4010: x_qrybatchrespsum_rec.Credit_Amount := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));
4011: ELSIF l_names(i) = 'OapfSalesAmount' THEN
4012: x_qrybatchrespsum_rec.Sales_Amount := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));
4013: ELSIF l_names(i) = 'OapfBatchTotal' THEN
4014: x_qrybatchrespsum_rec.Batch_Total := FND_NUMBER.CANONICAL_TO_NUMBER(l_values(i));
4015: ELSIF l_names(i) = 'OapfCurr' THEN
4016: x_qrybatchrespsum_rec.Currency := l_values(i);
4017: ELSIF l_names(i) = 'OapfVpsBatchID' THEN
4018: x_qrybatchrespsum_rec.VpsBatch_ID := l_values(i);

Line 4281: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_payment_risk_info.Amount), l_url, l_db_nls, l_ecapp_nls);

4277: check_mandatory('OapfAction', l_oapf_action, l_url, l_db_nls, l_ecapp_nls);
4278: check_mandatory('OapfECAppId', to_char(p_ecapp_id), l_url, l_db_nls, l_ecapp_nls);
4279:
4280: check_mandatory('OapfStoreId', p_payment_risk_info.Payee_ID, l_url, l_db_nls, l_ecapp_nls);
4281: check_mandatory('OapfPrice', FND_NUMBER.NUMBER_TO_CANONICAL(p_payment_risk_info.Amount), l_url, l_db_nls, l_ecapp_nls);
4282: check_mandatory('OapfCurr', p_payment_risk_info.Currency_Code, l_url, l_db_nls, l_ecapp_nls);
4283:
4284: -- mandatory registration of payment instrument
4285: check_mandatory('OapfPmtRegId', to_char(p_payment_risk_info.PmtInstr.PmtInstr_ID), l_url, l_db_nls, l_ecapp_nls);

Line 4842: l_temp_buff := 'OapfPrice-'||l_index||'='||FND_NUMBER.NUMBER_TO_CANONICAL(p_capturetrxn_rec_tbl(l_curr_index).Price);

4838: l_index := 0;
4839:
4840: WHILE (l_curr_index <= p_capturetrxn_rec_tbl.last) LOOP
4841:
4842: l_temp_buff := 'OapfPrice-'||l_index||'='||FND_NUMBER.NUMBER_TO_CANONICAL(p_capturetrxn_rec_tbl(l_curr_index).Price);
4843: l_content_len := l_content_len + length(l_temp_buff) + 2;
4844: l_temp_buff := 'OapfECAppId-'||l_index||'='||p_ecapp_id;
4845: l_content_len := l_content_len + length(l_temp_buff) + 2;
4846: l_temp_buff := 'OapfTransactionId-'||l_index||'='||p_capturetrxn_rec_tbl(l_curr_index).Trxn_Id;

Line 4882: l_ret_val := utl_tcp.write_line(l_conn,'OapfPrice-'||l_index||'='||FND_NUMBER.NUMBER_TO_CANONICAL(p_capturetrxn_rec_tbl(l_curr_index).Price));

4878: l_index := 0;
4879:
4880: WHILE (l_curr_index <= p_capturetrxn_rec_tbl.last) LOOP
4881:
4882: l_ret_val := utl_tcp.write_line(l_conn,'OapfPrice-'||l_index||'='||FND_NUMBER.NUMBER_TO_CANONICAL(p_capturetrxn_rec_tbl(l_curr_index).Price));
4883: l_ret_val := utl_tcp.write_line(l_conn,'OapfECAppId-'||l_index||'='||p_ecapp_id);
4884: l_ret_val := utl_tcp.write_line(l_conn,'OapfTransactionId-'||l_index||'='||p_capturetrxn_rec_tbl(l_curr_index).Trxn_Id);
4885: --save the trxn_id for return value.
4886: x_capresp_rec_tbl(l_index).Trxn_ID := p_capturetrxn_rec_tbl(l_curr_index).Trxn_Id;