DBA Data[Home] [Help]

APPS.OKS_CHANGE_STATUS_PVT dependencies on OKC_K_LINES_V

Line 1293: from okc_k_lines_v L, okc_statuses_v ls

1289: decode(sign(months_between(L.start_date-1,sysdate)),-1,p_new_sts_code,l_signed)
1290: ,l_expired)
1291: ,p_new_sts_code) code, L.lse_id,
1292: L.object_version_number
1293: from okc_k_lines_v L, okc_statuses_v ls
1294: where L.dnz_chr_id = p_id
1295: and ls.code = L.sts_code
1296: and ls.ste_code in (l_old_type,'SIGNED')
1297: and NVL(L.term_cancel_source,'MANUAL') NOT IN ('IBTRANSFER', 'IBRETURN', 'IBTERMINATE', 'IBREPLACE'); --To ignore lines/sublines due to IBTRANSFER, IBRETURN, IBTERMINATE, IBREPLACE

Line 1307: from okc_k_lines_v L, okc_statuses_v ls

1303: decode(sign(months_between(L.start_date-1,sysdate)),-1,p_new_sts_code,l_signed)
1304: ,l_expired)
1305: ,p_new_sts_code) code, L.lse_id,
1306: L.object_version_number
1307: from okc_k_lines_v L, okc_statuses_v ls
1308: where L.dnz_chr_id = p_id
1309: and ls.code = L.sts_code
1310: and ls.ste_code in (l_type,l_old_type)
1311: and NVL(L.term_cancel_source,'MANUAL') NOT IN ('IBTRANSFER', 'IBRETURN', 'IBTERMINATE', 'IBREPLACE'); --To ignore lines/sublines due to IBTRANSFER, IBRETURN, IBTERMINATE, IBREPLACE