DBA Data[Home] [Help]

APPS.OKL_CREATE_ADJST_PVT dependencies on OKL_SYS_ACCT_OPTS

Line 560: l_account_derivation OKL_SYS_ACCT_OPTS.ACCOUNT_DERIVATION%TYPE;

556: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
557: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
558: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
559: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
560: l_account_derivation OKL_SYS_ACCT_OPTS.ACCOUNT_DERIVATION%TYPE;
561:
562: CURSOR get_account_derivation_meth IS
563: SELECT ACCOUNT_DERIVATION
564: FROM OKL_SYS_ACCT_OPTS;

Line 564: FROM OKL_SYS_ACCT_OPTS;

560: l_account_derivation OKL_SYS_ACCT_OPTS.ACCOUNT_DERIVATION%TYPE;
561:
562: CURSOR get_account_derivation_meth IS
563: SELECT ACCOUNT_DERIVATION
564: FROM OKL_SYS_ACCT_OPTS;
565: --Bug 6316320 dpsingh end
566:
567: -- Bug 7138249 start
568: l_functional_currency_code VARCHAR2(15);