DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_TAX_ATTR_DEFINITIONS

Line 3381: FROM okl_tax_attr_definitions

3377: sty_id ,
3378: book_class_code,
3379: tax_country_code,
3380: 'Y' select_yn -- All TBCs returned by this cursor are selected initially
3381: FROM okl_tax_attr_definitions
3382: WHERE (try_id = cp_try_id OR try_id IS NULL)
3383: AND RESULT_TYPE_CODE = 'TBC_CODE'
3384: AND NVL(expire_flag, 'N') = 'N';
3385:

Line 3858: FROM okl_tax_attr_definitions

3854: sale_lease_back_code,
3855: lease_purchased_code,
3856: tax_country_code,
3857: 'Y' select_yn -- All PCs returned by this cursor are selected initially
3858: FROM okl_tax_attr_definitions
3859: WHERE (sty_id = p_sty_id OR sty_id IS NULL)
3860: AND result_type_code = 'PC_CODE'
3861: AND NVL(expire_flag, 'N') = 'N';
3862:

Line 4505: FROM okl_tax_attr_definitions

4501: term_quote_type_code,
4502: term_quote_reason_code,
4503: tax_country_code,
4504: 'Y' select_yn -- all ufcs returned by this cursor are selected initially
4505: FROM okl_tax_attr_definitions
4506: WHERE (try_id = cp_try_id OR try_id IS NULL)
4507: AND RESULT_TYPE_CODE = 'UFC_CODE'
4508: AND NVL(expire_flag, 'N') = 'N';
4509: