DBA Data[Home] [Help]

APPS.OKS_PM_PROGRAMS_PVT dependencies on OKC_CLASS_OPERATIONS

Line 306: okc_class_operations cls,

302:
303: cursor check_renew(p_target_chr_id NUMBER)is
304: SELECT 'Y'
305: FROM okc_operation_instances op,
306: okc_class_operations cls,
307: okc_subclasses_b sl,
308: okc_operation_lines ol
309: WHERE ol.subject_chr_id = p_target_chr_id
310: And op.id = ol.oie_id