DBA Data[Home] [Help]

APPS.OKL_INT_EXT_CSH_APP_PVT dependencies on OKL_RECEIPTS_PVT

Line 179: l_appl_tbl okl_receipts_pvt.appl_tbl_type;

175:
176: l_amount okl_trx_csh_receipt_v.amount%TYPE
177: DEFAULT NULL;
178: l_api_version NUMBER DEFAULT 1.0;
179: l_appl_tbl okl_receipts_pvt.appl_tbl_type;
180: l_ar_inv_id okl_txl_rcpt_apps_v.ar_invoice_id%TYPE
181: DEFAULT NULL;
182: l_attribute_category okl_trx_csh_receipt_v.attribute_category%TYPE
183: DEFAULT NULL;

Line 252: l_rcpt_rec okl_receipts_pvt.rcpt_rec_type;

248: l_msg_data VARCHAR2 (2000);
249: l_msg_index_out NUMBER;
250: l_org_id okl_txl_rcpt_apps_v.org_id%TYPE DEFAULT NULL;
251: l_rca_id okl_txl_rcpt_apps_v.ID%TYPE DEFAULT NULL;
252: l_rcpt_rec okl_receipts_pvt.rcpt_rec_type;
253: l_rcpt_status_code okl_trx_csh_receipt_v.rcpt_status_code%TYPE;
254: l_rct_id okl_trx_csh_receipt_v.ID%TYPE DEFAULT NULL;
255: l_receipt_currency okl_trx_csh_receipt_v.currency_code%TYPE
256: DEFAULT NULL;

Line 421: l_exchange_rate_type :=OKL_RECEIPTS_PVT.cross_currency_rate_type(l_org_id);-- FND_PROFILE.value('AR_CROSS_CURRENCY_RATE_TYPE');

417:
418: l_receipt_currency := l_currency_code ;
419: --recipt to invoice currency conversion code
420: IF l_invoice_currency_code <> l_receipt_currency THEN
421: l_exchange_rate_type :=OKL_RECEIPTS_PVT.cross_currency_rate_type(l_org_id);-- FND_PROFILE.value('AR_CROSS_CURRENCY_RATE_TYPE');
422: IF l_exchange_rate_type IS NULL THEN
423: OKL_API.set_message( p_app_name => G_APP_NAME
424: ,p_msg_name => 'OKL_BPD_CONV_TYPE_NOT_FOUND'
425: );

Line 526: okl_receipts_pvt.handle_receipt

522: l_appl_tbl (0).amount_applied_from := l_amount;
523:
524: --akrangan modification for cross currency end
525: -- call handle receipts
526: okl_receipts_pvt.handle_receipt
527: (p_api_version => l_api_version,
528: p_init_msg_list => l_init_msg_list,
529: x_return_status => l_return_status,
530: x_msg_count => l_msg_count,

Line 794: l_rcpt_rec okl_receipts_pvt.rcpt_rec_type;

790: l_rcav_rec okl_rca_pvt.rcav_rec_type;
791: l_rcav_tbl okl_rca_pvt.rcav_tbl_type;
792: x_rcav_rec okl_rca_pvt.rcav_rec_type;
793: x_rcav_tbl okl_rca_pvt.rcav_tbl_type;
794: l_rcpt_rec okl_receipts_pvt.rcpt_rec_type;
795: l_appl_tbl okl_receipts_pvt.appl_tbl_type;
796: --error message table declaration
797: --added by akrangan start
798: i NUMBER := 0;

Line 795: l_appl_tbl okl_receipts_pvt.appl_tbl_type;

791: l_rcav_tbl okl_rca_pvt.rcav_tbl_type;
792: x_rcav_rec okl_rca_pvt.rcav_rec_type;
793: x_rcav_tbl okl_rca_pvt.rcav_tbl_type;
794: l_rcpt_rec okl_receipts_pvt.rcpt_rec_type;
795: l_appl_tbl okl_receipts_pvt.appl_tbl_type;
796: --error message table declaration
797: --added by akrangan start
798: i NUMBER := 0;
799: l_error_tbl okl_vlr_pvt.vlrv_tbl_type;

Line 1059: l_exchange_rate_type := OKL_RECEIPTS_PVT.cross_currency_rate_type(l_org_id);--FND_PROFILE.value('AR_CROSS_CURRENCY_RATE_TYPE');

1055: CLOSE c_deb_doc_curr;
1056: l_receipt_currency := l_currency_code ;
1057: --recipt to invoice currency conversion code
1058: IF l_invoice_currency_code <> l_receipt_currency THEN
1059: l_exchange_rate_type := OKL_RECEIPTS_PVT.cross_currency_rate_type(l_org_id);--FND_PROFILE.value('AR_CROSS_CURRENCY_RATE_TYPE');
1060: IF l_exchange_rate_type IS NULL THEN
1061: OKL_API.set_message( p_app_name => G_APP_NAME
1062: ,p_msg_name => 'OKL_BPD_CONV_TYPE_NOT_FOUND'
1063: );

Line 1124: okl_receipts_pvt.handle_receipt

1120: --akrangan modification for cross currency end
1121:
1122:
1123: -- call handle receipts
1124: okl_receipts_pvt.handle_receipt
1125: (p_api_version => l_api_version,
1126: p_init_msg_list => l_init_msg_list,
1127: x_return_status => l_return_status,
1128: x_msg_count => l_msg_count,