DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKC_STATUSES_TL

Line 10835: OKC_STATUSES_TL cst

10831: nvl(b.template_yn,'N') template_yn
10832: from okc_statuses_b a,
10833: okc_k_headers_b b,
10834: okl_k_headers c,
10835: OKC_STATUSES_TL cst
10836: where b.id = c.id
10837: and b.id = chrId
10838: and a.CODE = b.STS_CODE
10839: and cst.code = a.code

Line 10865: OKC_STATUSES_TL cst

10861: cst.MEANING,
10862: --Added by dpsingh for LE Project
10863: khr.LEGAL_ENTITY_ID
10864: from OKL_LA_HEADERS_UV khr,
10865: OKC_STATUSES_TL cst
10866: where khr.ID = chrId
10867: and cst.CODE = khr.STS_CODE
10868: and cst.LANGUAGE = userenv('LANG');
10869: