DBA Data[Home] [Help]

APPS.OKE_CONTRACT_APPROVAL_PVT dependencies on OKC_K_LINES_B

Line 1500: from okc_k_lines_b L

1496: ,decode(sign(months_between(sysdate-1, NVL(L.end_date,sysdate))),-1,
1497: decode(sign(months_between(p_date_signed-1,sysdate)),-1,
1498: decode(sign(months_between(L.start_date-1,sysdate)),-1,
1499: l_active_status,l_signed_status),l_signed_status),l_expired_status) STS_CODE
1500: from okc_k_lines_b L
1501: , okc_statuses_b S
1502: where L.dnz_chr_id = p_contract_id
1503: and S.code = L.sts_code
1504: and S.ste_code='ENTERED'