DBA Data[Home] [Help]

APPS.OKS_UPGRADE_PRECHECK dependencies on OKC_K_LINES_V

Line 877: from okc_k_lines_v kl ,

873: where upper(old_stat.name) = upper(b.code));
874:
875: Cursor Cur_line_status IS
876: select old_stat.name old_status
877: from okc_k_lines_v kl ,
878: cs_cp_services_all ccs,
879: cs_contract_statuses old_stat
880: where ccs.contract_line_status_id = old_stat.contract_status_id
881: and ccs.cp_service_id = kl.id