DBA Data[Home] [Help]

APPS.OKL_LA_SALES_TAX_PVT dependencies on OKL_SYS_ACCT_OPTS

Line 3202: FROM okl_sys_acct_opts;

3198: -- Upfront tax a/c is done if AMB is enabled
3199: CURSOR acct_opt_csr
3200: IS
3201: SELECT account_derivation
3202: FROM okl_sys_acct_opts;
3203: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;
3204:
3205: --Bug# 6619311
3206: -- Cursor to fetch tax lines from EBTax table

Line 3203: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;

3199: CURSOR acct_opt_csr
3200: IS
3201: SELECT account_derivation
3202: FROM okl_sys_acct_opts;
3203: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;
3204:
3205: --Bug# 6619311
3206: -- Cursor to fetch tax lines from EBTax table
3207: -- for assets having tax treatment same as the

Line 4887: FROM okl_sys_acct_opts;

4883: -- R12 - START
4884: CURSOR acct_opt_csr
4885: IS
4886: SELECT account_derivation
4887: FROM okl_sys_acct_opts;
4888:
4889: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;
4890: -- R12 - END
4891:

Line 4889: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;

4885: IS
4886: SELECT account_derivation
4887: FROM okl_sys_acct_opts;
4888:
4889: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;
4890: -- R12 - END
4891:
4892: l_contract_bill_tax NUMBER :=0;
4893: rule_info_csr_rec rule_info_csr%ROWTYPE;