DBA Data[Home] [Help]

APPS.OKL_SEC_AGREEMENT_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 252: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;

248:
249: l_transaction_type VARCHAR2(256) := p_transaction_type;
250: l_transaction_date DATE;
251:
252: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
253: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
254: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
255: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
256:

Line 253: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;

249: l_transaction_type VARCHAR2(256) := p_transaction_type;
250: l_transaction_date DATE;
251:
252: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
253: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
254: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
255: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
256:
257: -- Begin - Bug#5964482 - AE Uptake Changes

Line 254: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;

250: l_transaction_date DATE;
251:
252: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
253: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
254: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
255: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
256:
257: -- Begin - Bug#5964482 - AE Uptake Changes
258: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

Line 255: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;

251:
252: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
253: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
254: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
255: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
256:
257: -- Begin - Bug#5964482 - AE Uptake Changes
258: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
259: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

Line 258: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

254: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
255: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
256:
257: -- Begin - Bug#5964482 - AE Uptake Changes
258: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
259: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
260: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
261: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
262: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 259: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

255: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
256:
257: -- Begin - Bug#5964482 - AE Uptake Changes
258: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
259: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
260: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
261: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
262: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
263: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

Line 260: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

256:
257: -- Begin - Bug#5964482 - AE Uptake Changes
258: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
259: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
260: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
261: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
262: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
263: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
264: l_tcn_id NUMBER;

Line 261: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

257: -- Begin - Bug#5964482 - AE Uptake Changes
258: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
259: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
260: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
261: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
262: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
263: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
264: l_tcn_id NUMBER;
265: l_tclv_tbl OKL_TRX_CONTRACTS_PUB.tclv_tbl_type;

Line 262: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

258: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
259: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
260: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
261: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
262: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
263: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
264: l_tcn_id NUMBER;
265: l_tclv_tbl OKL_TRX_CONTRACTS_PUB.tclv_tbl_type;
266: x_tclv_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;

Line 263: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

259: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
260: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
261: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
262: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
263: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
264: l_tcn_id NUMBER;
265: l_tclv_tbl OKL_TRX_CONTRACTS_PUB.tclv_tbl_type;
266: x_tclv_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;
267: l_count NUMBER;

Line 271: l_ctxt_val_tbl OKL_ACCOUNT_DIST_PVT.CTXT_VAL_TBL_TYPE;

267: l_count NUMBER;
268:
269:
270: -- End - Bug#5964482 - AE Uptake Changes
271: l_ctxt_val_tbl OKL_ACCOUNT_DIST_PVT.CTXT_VAL_TBL_TYPE;
272: l_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PVT.acc_gen_primary_key;
273:
274: l_has_trans VARCHAR2(1);
275: l_trx_desc VARCHAR2(2000);

Line 272: l_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PVT.acc_gen_primary_key;

268:
269:
270: -- End - Bug#5964482 - AE Uptake Changes
271: l_ctxt_val_tbl OKL_ACCOUNT_DIST_PVT.CTXT_VAL_TBL_TYPE;
272: l_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PVT.acc_gen_primary_key;
273:
274: l_has_trans VARCHAR2(1);
275: l_trx_desc VARCHAR2(2000);
276:

Line 700: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

696: --Assigning transaction header id from the transaction header record created
697:
698: l_tcn_id := l_trxH_out_rec.id;
699:
700: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
701: p_api_version => 1.0,
702: p_init_msg_list => l_init_msg_list,
703: x_return_status => l_return_status,
704: x_msg_count => l_msg_count,