DBA Data[Home] [Help]

APPS.OKL_CREATE_ADJST_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 867: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

863: WHERE payment_schedule_id = p_psl_id;
864: -- Code added by varao for bug #4728481 - END
865:
866: --Bug 6316320 dpsingh start
867: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
868: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
869: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
870: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
871: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

Line 868: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

864: -- Code added by varao for bug #4728481 - END
865:
866: --Bug 6316320 dpsingh start
867: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
868: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
869: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
870: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
871: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
872: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 869: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

865:
866: --Bug 6316320 dpsingh start
867: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
868: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
869: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
870: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
871: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
872: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
873: l_account_derivation OKL_SYS_ACCT_OPTS.ACCOUNT_DERIVATION%TYPE;

Line 870: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

866: --Bug 6316320 dpsingh start
867: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
868: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
869: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
870: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
871: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
872: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
873: l_account_derivation OKL_SYS_ACCT_OPTS.ACCOUNT_DERIVATION%TYPE;
874:

Line 871: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

867: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
868: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
869: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
870: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
871: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
872: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
873: l_account_derivation OKL_SYS_ACCT_OPTS.ACCOUNT_DERIVATION%TYPE;
874:
875: CURSOR get_account_derivation_meth IS

Line 872: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

868: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
869: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
870: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
871: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
872: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
873: l_account_derivation OKL_SYS_ACCT_OPTS.ACCOUNT_DERIVATION%TYPE;
874:
875: CURSOR get_account_derivation_meth IS
876: SELECT ACCOUNT_DERIVATION

Line 1146: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

1142: -- 19-Sep-05 varao bug 4622198 End
1143:
1144: -- Call accounting engine
1145: -- This will calculate the adjstmnts and generate accounting entries
1146: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
1147: p_api_version => l_api_version,
1148: p_init_msg_list => l_init_msg_list,
1149: x_return_status => l_return_status,
1150: x_msg_count => l_msg_count,