DBA Data[Home] [Help]

APPS.OKL_LTE_CHRG_PVT dependencies on OKL_POOL_PVT

Line 570: AND pk.status_code = Okl_Pool_Pvt.G_POC_STS_ACTIVE; --Added by VARANGAN -Pool Contents Impact(Bug#6658065)

566: and ps.status = 'OP'
567: and lsm.sel_id = sel.id
568: and pk.status_code = 'ACTIVE' --Added by bkatraga for bug 6983321
569: and pk.stm_id = sel.stm_id
570: AND pk.status_code = Okl_Pool_Pvt.G_POC_STS_ACTIVE; --Added by VARANGAN -Pool Contents Impact(Bug#6658065)
571:
572:
573: CURSOR c_sec_strm_AR_csr(cp_contract_id in number, cp_con_inv_number IN VARCHAR2) IS
574: SELECT arl.id cnsld_strm_id

Line 588: AND pk.status_code = Okl_Pool_Pvt.G_POC_STS_ACTIVE; --Added by VARANGAN -Pool Contents Impact(Bug#6658065)

584: AND arl.sty_id = pk.sty_id
585: AND pk.pol_id = pol.id
586: AND arv.invoice_id = arl.invoice_id
587: AND trunc(arv.date_consolidated) between trunc(pk.streams_from_date) and trunc(pk.streams_to_date)
588: AND pk.status_code = Okl_Pool_Pvt.G_POC_STS_ACTIVE; --Added by VARANGAN -Pool Contents Impact(Bug#6658065)
589:
590: ------------------------------------------------------------
591: -- Stream Type of Late Invoice Cursor
592: ------------------------------------------------------------