DBA Data[Home] [Help]

APPS.OKC_EURO_CONV_PUB dependencies on OKC_STATUSES_B

Line 308: and (CHRB.sts_code in (select code from okc_statuses_b

304: Cursor contracts_csr is
305: Select CHRB.*
306: from okc_k_headers_b CHRB, okc_subclasses_b SCS
307: where CHRB.template_yn='N'
308: and (CHRB.sts_code in (select code from okc_statuses_b
309: where ste_code in ('ACTIVE','SIGNED','HOLD'))
310: OR
311: CHRB.sts_code in (select code from okc_statuses_b
312: where ste_code='EXPIRED'

Line 311: CHRB.sts_code in (select code from okc_statuses_b

307: where CHRB.template_yn='N'
308: and (CHRB.sts_code in (select code from okc_statuses_b
309: where ste_code in ('ACTIVE','SIGNED','HOLD'))
310: OR
311: CHRB.sts_code in (select code from okc_statuses_b
312: where ste_code='EXPIRED'
313: and date_renewed is null))
314:
315: and CHRB.scs_code = SCS.code