DBA Data[Home] [Help]

APPS.OKL_LOSS_PROV_PVT dependencies on OKL_REV_LOSS_PROV_PUB

Line 1547: l_lprv_rec OKL_REV_LOSS_PROV_PUB.lprv_rec_type;

1543: l_tcnv_rec OKL_TRX_CONTRACTS_PUB.tcnv_rec_type;
1544: l_tclv_tbl OKL_TRX_CONTRACTS_PUB.tclv_tbl_type;
1545: x_tcnv_rec OKL_TRX_CONTRACTS_PUB.tcnv_rec_type;
1546: x_tclv_tbl OKL_TRX_CONTRACTS_PUB.tclv_tbl_type;
1547: l_lprv_rec OKL_REV_LOSS_PROV_PUB.lprv_rec_type;
1548: l_error_msg_tbl Okl_Accounting_Util.ERROR_MESSAGE_TYPE;
1549:
1550: -- Begin a new PL/SQL block to trap errors related to a praticular contract and to move on to the next contract
1551: BEGIN

Line 1774: OKL_REV_LOSS_PROV_PUB.REVERSE_LOSS_PROVISIONS (

1770: l_lprv_rec.reversal_type := 'PGL';
1771: l_lprv_rec.reversal_date := l_entry_date;
1772:
1773: -- reverse the general loss trx
1774: OKL_REV_LOSS_PROV_PUB.REVERSE_LOSS_PROVISIONS (
1775: p_api_version => l_api_version
1776: ,p_init_msg_list => l_init_msg_list
1777: ,x_return_status => l_return_status
1778: ,x_msg_count => x_msg_count

Line 2328: l_lprv_rec OKL_REV_LOSS_PROV_PUB.lprv_rec_type;

2324: l_tcnv_rec OKL_TRX_CONTRACTS_PUB.tcnv_rec_type;
2325: l_tclv_tbl OKL_TRX_CONTRACTS_PUB.tclv_tbl_type;
2326: x_tcnv_rec OKL_TRX_CONTRACTS_PUB.tcnv_rec_type;
2327: x_tclv_tbl OKL_TRX_CONTRACTS_PUB.tclv_tbl_type;
2328: l_lprv_rec OKL_REV_LOSS_PROV_PUB.lprv_rec_type;
2329: l_tmpl_identify_rec Okl_Account_Dist_Pub.tmpl_identify_rec_type;
2330: l_dist_info_rec Okl_Account_Dist_Pub.dist_info_rec_type;
2331: l_ctxt_val_tbl Okl_Account_Dist_Pub.ctxt_val_tbl_type;
2332: l_template_tbl Okl_Account_Dist_Pub.avlv_tbl_type;

Line 2656: OKL_REV_LOSS_PROV_PUB.REVERSE_LOSS_PROVISIONS (

2652: l_lprv_rec.reversal_type := 'PGL';
2653: l_lprv_rec.reversal_date := p_slpv_rec.provision_date;
2654:
2655: -- reverse the general loss trx
2656: OKL_REV_LOSS_PROV_PUB.REVERSE_LOSS_PROVISIONS (
2657: p_api_version => l_api_version
2658: ,p_init_msg_list => p_init_msg_list
2659: ,x_return_status => l_return_status
2660: ,x_msg_count => x_msg_count

Line 2693: OKL_REV_LOSS_PROV_PUB.REVERSE_LOSS_PROVISIONS (

2689: l_lprv_rec.reversal_type := 'PSP';
2690: l_lprv_rec.reversal_date := p_slpv_rec.provision_date;
2691:
2692: -- reverse the spec loss trx
2693: OKL_REV_LOSS_PROV_PUB.REVERSE_LOSS_PROVISIONS (
2694: p_api_version => p_api_version
2695: ,p_init_msg_list => p_init_msg_list
2696: ,x_return_status => l_return_status
2697: ,x_msg_count => x_msg_count