DBA Data[Home] [Help]

APPS.OKL_BLK_AST_UPD_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 1097: ,p_acc_gen_tbl IN OUT NOCOPY okl_account_dist_pvt.ACC_GEN_TBL_TYPE

1093: p_api_version IN NUMBER
1094: ,p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE
1095: ,p_trxh_out_rec IN Okl_Trx_Contracts_Pvt.tcnv_rec_type
1096: ,p_tclv_tbl IN okl_trx_contracts_pvt.tclv_tbl_type
1097: ,p_acc_gen_tbl IN OUT NOCOPY okl_account_dist_pvt.ACC_GEN_TBL_TYPE
1098: ,p_tmpl_identify_tbl IN OUT NOCOPY okl_account_dist_pvt.tmpl_identify_tbl_type
1099: ,p_dist_info_tbl IN OUT NOCOPY okl_account_dist_pvt.dist_info_tbl_type
1100: ,x_return_status OUT NOCOPY VARCHAR2
1101: ,x_msg_count OUT NOCOPY NUMBER

Line 1098: ,p_tmpl_identify_tbl IN OUT NOCOPY okl_account_dist_pvt.tmpl_identify_tbl_type

1094: ,p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE
1095: ,p_trxh_out_rec IN Okl_Trx_Contracts_Pvt.tcnv_rec_type
1096: ,p_tclv_tbl IN okl_trx_contracts_pvt.tclv_tbl_type
1097: ,p_acc_gen_tbl IN OUT NOCOPY okl_account_dist_pvt.ACC_GEN_TBL_TYPE
1098: ,p_tmpl_identify_tbl IN OUT NOCOPY okl_account_dist_pvt.tmpl_identify_tbl_type
1099: ,p_dist_info_tbl IN OUT NOCOPY okl_account_dist_pvt.dist_info_tbl_type
1100: ,x_return_status OUT NOCOPY VARCHAR2
1101: ,x_msg_count OUT NOCOPY NUMBER
1102: ,x_msg_data OUT NOCOPY VARCHAR2)

Line 1099: ,p_dist_info_tbl IN OUT NOCOPY okl_account_dist_pvt.dist_info_tbl_type

1095: ,p_trxh_out_rec IN Okl_Trx_Contracts_Pvt.tcnv_rec_type
1096: ,p_tclv_tbl IN okl_trx_contracts_pvt.tclv_tbl_type
1097: ,p_acc_gen_tbl IN OUT NOCOPY okl_account_dist_pvt.ACC_GEN_TBL_TYPE
1098: ,p_tmpl_identify_tbl IN OUT NOCOPY okl_account_dist_pvt.tmpl_identify_tbl_type
1099: ,p_dist_info_tbl IN OUT NOCOPY okl_account_dist_pvt.dist_info_tbl_type
1100: ,x_return_status OUT NOCOPY VARCHAR2
1101: ,x_msg_count OUT NOCOPY NUMBER
1102: ,x_msg_data OUT NOCOPY VARCHAR2)
1103: IS

Line 1150: l_acc_gen_primary_key_tbl okl_account_dist_pvt.acc_gen_primary_key;

1146: WHERE id = p_trxh_out_rec.khr_id;
1147:
1148: l_custBillTo_rec custBillTo_csr%ROWTYPE;
1149:
1150: l_acc_gen_primary_key_tbl okl_account_dist_pvt.acc_gen_primary_key;
1151: l_fact_synd_code FND_LOOKUPS.Lookup_code%TYPE;
1152: l_inv_acct_code OKC_RULES_B.Rule_Information1%TYPE;
1153:
1154: account_data_exception EXCEPTION;

Line 1164: l_acc_gen_primary_key_tbl1 okl_account_dist_pvt.acc_gen_primary_key;

1160: FROM okc_k_lines_b
1161: WHERE id = p_cle_id;
1162:
1163: l_assetBillTo_rec assetBillTo_csr%ROWTYPE;
1164: l_acc_gen_primary_key_tbl1 okl_account_dist_pvt.acc_gen_primary_key;
1165:
1166: BEGIN
1167:
1168: okl_debug_pub.logmessage('OKL: populate_account_data : START');

Line 1385: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;

1381:
1382: l_tclv_tbl okl_trx_contracts_pvt.tclv_tbl_type;
1383: x_tclv_tbl okl_trx_contracts_pvt.tclv_tbl_type;
1384:
1385: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;
1386: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1387: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1388: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1389: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;

Line 1386: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;

1382: l_tclv_tbl okl_trx_contracts_pvt.tclv_tbl_type;
1383: x_tclv_tbl okl_trx_contracts_pvt.tclv_tbl_type;
1384:
1385: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;
1386: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1387: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1388: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1389: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1390: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;

Line 1387: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;

1383: x_tclv_tbl okl_trx_contracts_pvt.tclv_tbl_type;
1384:
1385: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;
1386: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1387: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1388: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1389: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1390: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1391: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;

Line 1388: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;

1384:
1385: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;
1386: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1387: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1388: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1389: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1390: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1391: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1392: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;

Line 1389: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;

1385: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;
1386: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1387: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1388: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1389: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1390: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1391: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1392: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;
1393: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;

Line 1390: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;

1386: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1387: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1388: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1389: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1390: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1391: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1392: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;
1393: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;
1394:

Line 1391: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;

1387: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1388: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1389: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1390: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1391: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1392: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;
1393: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;
1394:
1395: j NUMBER := 0;

Line 1392: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;

1388: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1389: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1390: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1391: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1392: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;
1393: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;
1394:
1395: j NUMBER := 0;
1396: l_trx_id NUMBER;

Line 1393: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;

1389: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1390: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1391: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1392: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;
1393: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;
1394:
1395: j NUMBER := 0;
1396: l_trx_id NUMBER;
1397: l_lkp_tcn_type_rec fnd_lookups_csr%ROWTYPE;

Line 1713: okl_account_dist_pvt.create_accounting_dist(

1709: ,'OKL: create_upfront_tax_accounting Procedure: Calling Okl_Account_Dist_Pub.CREATE_ACCOUNTING_DIST');
1710: END IF;
1711:
1712: -- Call Accounting API to create distributions
1713: okl_account_dist_pvt.create_accounting_dist(
1714: p_api_version => p_api_version,
1715: p_init_msg_list => p_init_msg_list,
1716: x_return_status => x_return_status,
1717: x_msg_count => x_msg_count,