DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT dependencies on OKL_ACC_CALL_PUB

Line 4886: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

4882: l_empty_taiv_rec taiv_rec_type;
4883: l_empty_tilv_rec tilv_rec_type;
4884:
4885: -- Bug 4177025 PAGARG 10-Feb-2005 declare record for creating accounting distributions
4886: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
4887:
4888: --rmunjulu 4769094
4889: CURSOR check_accrual_previous_csr IS
4890: SELECT NVL(CHK_ACCRUAL_PREVIOUS_MNTH_YN,'N')

Line 5169: okl_acc_call_pub.create_acc_trans(

5165: l_bpd_acc_rec.id := lx_tilv_rec.id;
5166: l_bpd_acc_rec.source_table := 'OKL_TXL_AR_INV_LNS_B';
5167:
5168: -- Create Accounting Distribution
5169: okl_acc_call_pub.create_acc_trans(
5170: p_api_version => l_api_version,
5171: p_init_msg_list => OKL_API.G_FALSE,
5172: x_return_status => l_return_status,
5173: x_msg_count => l_msg_count,

Line 5518: l_bpd_acc_rec OKL_ACC_CALL_PUB.bpd_acc_rec_type;

5514: l_counter NUMBER := 1;
5515: l_quote_accpt_date DATE;
5516: l_quote_eff_date DATE;
5517: l_sty_id NUMBER;
5518: l_bpd_acc_rec OKL_ACC_CALL_PUB.bpd_acc_rec_type;
5519: l_currency_code OKC_K_HEADERS_B.currency_code%TYPE;
5520: l_loan_refund_amount NUMBER;
5521: l_functional_currency_code VARCHAR2(15);
5522: l_contract_currency_code VARCHAR2(15);

Line 5784: OKL_ACC_CALL_PUB.create_acc_trans(

5780: l_bpd_acc_rec.id := lx_tilv_rec.id;
5781: l_bpd_acc_rec.source_table := 'OKL_TXL_AR_INV_LNS_B';
5782:
5783: -- Create Accounting Distribution
5784: OKL_ACC_CALL_PUB.create_acc_trans(
5785: p_api_version => l_api_version,
5786: p_init_msg_list => OKL_API.G_FALSE,
5787: x_return_status => l_return_status,
5788: x_msg_count => l_msg_count,