DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKC_STATUSES_B

Line 22370: from okc_statuses_b stsb,

22366: --cursor to find status of the parent contract
22367: cursor l_parent_sts_csr (p_chr_id in number) is
22368: select stsb.ste_code,
22369: parent_chrb.scs_code
22370: from okc_statuses_b stsb,
22371: okc_k_headers_b parent_chrb
22372: where stsb.code = parent_chrb.sts_code
22373: and parent_chrb.id = p_chr_id;
22374: