DBA Data[Home] [Help]

APPS.OKL_BLK_AST_UPD_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 1065: ,p_acc_gen_tbl IN OUT NOCOPY okl_account_dist_pvt.ACC_GEN_TBL_TYPE

1061: p_api_version IN NUMBER
1062: ,p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE
1063: ,p_trxh_out_rec IN Okl_Trx_Contracts_Pvt.tcnv_rec_type
1064: ,p_tclv_tbl IN okl_trx_contracts_pvt.tclv_tbl_type
1065: ,p_acc_gen_tbl IN OUT NOCOPY okl_account_dist_pvt.ACC_GEN_TBL_TYPE
1066: ,p_tmpl_identify_tbl IN OUT NOCOPY okl_account_dist_pvt.tmpl_identify_tbl_type
1067: ,p_dist_info_tbl IN OUT NOCOPY okl_account_dist_pvt.dist_info_tbl_type
1068: ,x_return_status OUT NOCOPY VARCHAR2
1069: ,x_msg_count OUT NOCOPY NUMBER

Line 1066: ,p_tmpl_identify_tbl IN OUT NOCOPY okl_account_dist_pvt.tmpl_identify_tbl_type

1062: ,p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE
1063: ,p_trxh_out_rec IN Okl_Trx_Contracts_Pvt.tcnv_rec_type
1064: ,p_tclv_tbl IN okl_trx_contracts_pvt.tclv_tbl_type
1065: ,p_acc_gen_tbl IN OUT NOCOPY okl_account_dist_pvt.ACC_GEN_TBL_TYPE
1066: ,p_tmpl_identify_tbl IN OUT NOCOPY okl_account_dist_pvt.tmpl_identify_tbl_type
1067: ,p_dist_info_tbl IN OUT NOCOPY okl_account_dist_pvt.dist_info_tbl_type
1068: ,x_return_status OUT NOCOPY VARCHAR2
1069: ,x_msg_count OUT NOCOPY NUMBER
1070: ,x_msg_data OUT NOCOPY VARCHAR2)

Line 1067: ,p_dist_info_tbl IN OUT NOCOPY okl_account_dist_pvt.dist_info_tbl_type

1063: ,p_trxh_out_rec IN Okl_Trx_Contracts_Pvt.tcnv_rec_type
1064: ,p_tclv_tbl IN okl_trx_contracts_pvt.tclv_tbl_type
1065: ,p_acc_gen_tbl IN OUT NOCOPY okl_account_dist_pvt.ACC_GEN_TBL_TYPE
1066: ,p_tmpl_identify_tbl IN OUT NOCOPY okl_account_dist_pvt.tmpl_identify_tbl_type
1067: ,p_dist_info_tbl IN OUT NOCOPY okl_account_dist_pvt.dist_info_tbl_type
1068: ,x_return_status OUT NOCOPY VARCHAR2
1069: ,x_msg_count OUT NOCOPY NUMBER
1070: ,x_msg_data OUT NOCOPY VARCHAR2)
1071: IS

Line 1118: l_acc_gen_primary_key_tbl okl_account_dist_pvt.acc_gen_primary_key;

1114: WHERE id = p_trxh_out_rec.khr_id;
1115:
1116: l_custBillTo_rec custBillTo_csr%ROWTYPE;
1117:
1118: l_acc_gen_primary_key_tbl okl_account_dist_pvt.acc_gen_primary_key;
1119: l_fact_synd_code FND_LOOKUPS.Lookup_code%TYPE;
1120: l_inv_acct_code OKC_RULES_B.Rule_Information1%TYPE;
1121:
1122: account_data_exception EXCEPTION;

Line 1132: l_acc_gen_primary_key_tbl1 okl_account_dist_pvt.acc_gen_primary_key;

1128: FROM okc_k_lines_b
1129: WHERE id = p_cle_id;
1130:
1131: l_assetBillTo_rec assetBillTo_csr%ROWTYPE;
1132: l_acc_gen_primary_key_tbl1 okl_account_dist_pvt.acc_gen_primary_key;
1133:
1134: BEGIN
1135:
1136: okl_debug_pub.logmessage('OKL: populate_account_data : START');

Line 1353: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;

1349:
1350: l_tclv_tbl okl_trx_contracts_pvt.tclv_tbl_type;
1351: x_tclv_tbl okl_trx_contracts_pvt.tclv_tbl_type;
1352:
1353: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;
1354: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1355: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1356: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1357: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;

Line 1354: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;

1350: l_tclv_tbl okl_trx_contracts_pvt.tclv_tbl_type;
1351: x_tclv_tbl okl_trx_contracts_pvt.tclv_tbl_type;
1352:
1353: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;
1354: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1355: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1356: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1357: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1358: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;

Line 1355: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;

1351: x_tclv_tbl okl_trx_contracts_pvt.tclv_tbl_type;
1352:
1353: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;
1354: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1355: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1356: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1357: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1358: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1359: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;

Line 1356: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;

1352:
1353: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;
1354: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1355: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1356: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1357: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1358: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1359: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1360: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;

Line 1357: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;

1353: l_tmpl_identify_rec okl_account_dist_pvt.tmpl_identify_rec_type;
1354: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1355: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1356: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1357: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1358: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1359: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1360: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;
1361: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;

Line 1358: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;

1354: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
1355: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1356: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1357: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1358: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1359: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1360: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;
1361: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;
1362:

Line 1359: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;

1355: l_template_tbl okl_account_dist_pvt.avlv_tbl_type;
1356: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1357: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1358: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1359: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1360: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;
1361: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;
1362:
1363: j NUMBER := 0;

Line 1360: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;

1356: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
1357: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1358: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1359: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1360: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;
1361: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;
1362:
1363: j NUMBER := 0;
1364: l_trx_id NUMBER;

Line 1361: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;

1357: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
1358: l_amount_tbl okl_account_dist_pvt.amount_out_tbl_type;
1359: l_ctxt_val_tbl okl_account_dist_pvt.CTXT_VAL_TBL_TYPE;
1360: l_acc_gen_tbl okl_account_dist_pvt.ACC_GEN_TBL_TYPE;
1361: l_ctxt_tbl okl_account_dist_pvt.CTXT_TBL_TYPE;
1362:
1363: j NUMBER := 0;
1364: l_trx_id NUMBER;
1365: l_lkp_tcn_type_rec fnd_lookups_csr%ROWTYPE;

Line 1681: okl_account_dist_pvt.create_accounting_dist(

1677: ,'OKL: create_upfront_tax_accounting Procedure: Calling Okl_Account_Dist_Pub.CREATE_ACCOUNTING_DIST');
1678: END IF;
1679:
1680: -- Call Accounting API to create distributions
1681: okl_account_dist_pvt.create_accounting_dist(
1682: p_api_version => p_api_version,
1683: p_init_msg_list => p_init_msg_list,
1684: x_return_status => x_return_status,
1685: x_msg_count => x_msg_count,