DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_ST_GEN_TEMPLATES

Line 6783: FROM okl_st_gen_templates

6779:
6780: -- Get all SGTs for a given SGT Set
6781: CURSOR l_stgentemplates_csr(cp_gts_id IN NUMBER) IS
6782: SELECT id
6783: FROM okl_st_gen_templates
6784: WHERE gts_id = cp_gts_id
6785: AND tmpt_status = G_ACTIVE_STATUS;
6786:
6787: -- Get all the SGT Lines for a given SGT