DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_ST_GEN_TMPT_SETS

Line 6774: FROM okl_st_gen_tmpt_sets

6770:
6771: -- get all the SGT sets for a given OU
6772: CURSOR l_stgentmptsets_csr(cp_org_id IN NUMBER) IS
6773: SELECT id
6774: FROM okl_st_gen_tmpt_sets
6775: WHERE org_id = cp_org_id
6776: --asawanka bug fix 4659674 start
6777: AND product_type = 'FINANCIAL';
6778: --asawanka bug fix 4659674 end