DBA Data[Home] [Help]

APPS.OKL_CREATE_ADJST_PVT dependencies on OKL_SYS_ACCT_OPTS

Line 873: l_account_derivation OKL_SYS_ACCT_OPTS.ACCOUNT_DERIVATION%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
877: FROM OKL_SYS_ACCT_OPTS;

Line 877: FROM OKL_SYS_ACCT_OPTS;

873: l_account_derivation OKL_SYS_ACCT_OPTS.ACCOUNT_DERIVATION%TYPE;
874:
875: CURSOR get_account_derivation_meth IS
876: SELECT ACCOUNT_DERIVATION
877: FROM OKL_SYS_ACCT_OPTS;
878: --Bug 6316320 dpsingh end
879:
880: -- Bug 7138249 start
881: l_functional_currency_code VARCHAR2(15);