DBA Data[Home] [Help]

APPS.OKL_EC_UPTAKE_PVT dependencies on OKC_K_HEADERS_V

Line 1526: from okc_k_headers_v tbl

1522: select tbl.id,
1523: tbl.contract_number,
1524: tbl.start_date,
1525: tbl.end_date
1526: from okc_k_headers_v tbl
1527: where effective_start_date between tbl.start_date and NVL(tbl.end_date,effective_start_date+1)
1528: AND tbl.SCS_CODE='PROGRAM'
1529: AND tbl.STS_CODE='ACTIVE'
1530: AND tbl.template_yn='N';