DBA Data[Home] [Help]

APPS.OKL_LA_SALES_TAX_PVT dependencies on OKL_SYS_ACCT_OPTS

Line 3406: FROM okl_sys_acct_opts;

3402: -- Upfront tax a/c is done if AMB is enabled
3403: CURSOR acct_opt_csr
3404: IS
3405: SELECT account_derivation
3406: FROM okl_sys_acct_opts;
3407: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;
3408:
3409: --Bug# 6619311
3410: -- Cursor to fetch tax lines from EBTax table

Line 3407: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;

3403: CURSOR acct_opt_csr
3404: IS
3405: SELECT account_derivation
3406: FROM okl_sys_acct_opts;
3407: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;
3408:
3409: --Bug# 6619311
3410: -- Cursor to fetch tax lines from EBTax table
3411: -- for assets having tax treatment same as the

Line 5091: FROM okl_sys_acct_opts;

5087: -- R12 - START
5088: CURSOR acct_opt_csr
5089: IS
5090: SELECT account_derivation
5091: FROM okl_sys_acct_opts;
5092:
5093: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;
5094: -- R12 - END
5095:

Line 5093: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;

5089: IS
5090: SELECT account_derivation
5091: FROM okl_sys_acct_opts;
5092:
5093: l_acct_opt okl_sys_acct_opts.account_derivation%TYPE;
5094: -- R12 - END
5095:
5096: l_contract_bill_tax NUMBER :=0;
5097: rule_info_csr_rec rule_info_csr%ROWTYPE;