DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT dependencies on OKL_ACC_CALL_PUB

Line 4864: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

4860: l_empty_taiv_rec taiv_rec_type;
4861: l_empty_tilv_rec tilv_rec_type;
4862:
4863: -- Bug 4177025 PAGARG 10-Feb-2005 declare record for creating accounting distributions
4864: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
4865:
4866: --rmunjulu 4769094
4867: CURSOR check_accrual_previous_csr IS
4868: SELECT NVL(CHK_ACCRUAL_PREVIOUS_MNTH_YN,'N')

Line 5128: okl_acc_call_pub.create_acc_trans(

5124: l_bpd_acc_rec.id := lx_tilv_rec.id;
5125: l_bpd_acc_rec.source_table := 'OKL_TXL_AR_INV_LNS_B';
5126:
5127: -- Create Accounting Distribution
5128: okl_acc_call_pub.create_acc_trans(
5129: p_api_version => l_api_version,
5130: p_init_msg_list => OKL_API.G_FALSE,
5131: x_return_status => l_return_status,
5132: x_msg_count => l_msg_count,

Line 5474: l_bpd_acc_rec OKL_ACC_CALL_PUB.bpd_acc_rec_type;

5470: l_counter NUMBER := 1;
5471: l_quote_accpt_date DATE;
5472: l_quote_eff_date DATE;
5473: l_sty_id NUMBER;
5474: l_bpd_acc_rec OKL_ACC_CALL_PUB.bpd_acc_rec_type;
5475: l_currency_code OKC_K_HEADERS_B.currency_code%TYPE;
5476: l_loan_refund_amount NUMBER;
5477: l_functional_currency_code VARCHAR2(15);
5478: l_contract_currency_code VARCHAR2(15);

Line 5740: OKL_ACC_CALL_PUB.create_acc_trans(

5736: l_bpd_acc_rec.id := lx_tilv_rec.id;
5737: l_bpd_acc_rec.source_table := 'OKL_TXL_AR_INV_LNS_B';
5738:
5739: -- Create Accounting Distribution
5740: OKL_ACC_CALL_PUB.create_acc_trans(
5741: p_api_version => l_api_version,
5742: p_init_msg_list => OKL_API.G_FALSE,
5743: x_return_status => l_return_status,
5744: x_msg_count => l_msg_count,