DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_ST_GEN_TMPT_SETS

Line 6743: FROM okl_st_gen_tmpt_sets

6739:
6740: -- get all the SGT sets for a given OU
6741: CURSOR l_stgentmptsets_csr(cp_org_id IN NUMBER) IS
6742: SELECT id
6743: FROM okl_st_gen_tmpt_sets
6744: WHERE org_id = cp_org_id
6745: --asawanka bug fix 4659674 start
6746: AND product_type = 'FINANCIAL';
6747: --asawanka bug fix 4659674 end