DBA Data[Home] [Help]

APPS.OKL_SIX_PVT dependencies on OKL_SUBSIDY_POOLS_B

Line 1179: FROM okl_subsidy_pools_b

1175: WHERE id = p_sixv_rec.subsidy_id;
1176: cv_get_sub_dates c_get_sub_dates_csr%ROWTYPE;
1177: CURSOR c_get_sub_pool_dates_csr IS
1178: SELECT effective_from_date, effective_to_date, subsidy_pool_name
1179: FROM okl_subsidy_pools_b
1180: WHERE id = p_sixv_rec.subsidy_pool_id;
1181: cv_get_sub_pool_dates c_get_sub_pool_dates_csr%ROWTYPE;
1182: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
1183: BEGIN