DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKC_STATUSES_TL

Line 10733: OKC_STATUSES_TL cst

10729: nvl(b.template_yn,'N') template_yn
10730: from okc_statuses_b a,
10731: okc_k_headers_b b,
10732: okl_k_headers c,
10733: OKC_STATUSES_TL cst
10734: where b.id = c.id
10735: and b.id = chrId
10736: and a.CODE = b.STS_CODE
10737: and cst.code = a.code

Line 10763: OKC_STATUSES_TL cst

10759: cst.MEANING,
10760: --Added by dpsingh for LE Project
10761: khr.LEGAL_ENTITY_ID
10762: from OKL_LA_HEADERS_UV khr,
10763: OKC_STATUSES_TL cst
10764: where khr.ID = chrId
10765: and cst.CODE = khr.STS_CODE
10766: and cst.LANGUAGE = userenv('LANG');
10767: