DBA Data[Home] [Help]

APPS.OKC_CLE_PVT dependencies on OKC_CLASS_OPERATIONS

Line 8098: FROM okc_class_operations

8094: AND lse_id in (7,8,9,10,11,13,18,25,35);
8095:
8096: Cursor cop_csr(p_oie_id NUMBER) Is
8097: SELECT opn_code
8098: FROM okc_class_operations
8099: WHERE id = (SELECT cop_id
8100: FROM okc_operation_instances
8101: WHERE id = p_oie_id );
8102:

Line 8475: FROM okc_class_operations

8471: WHERE subject_cle_id = p_clev_rec.id;
8472:
8473: Cursor cop_csr(p_oie_id NUMBER) Is
8474: SELECT opn_code
8475: FROM okc_class_operations
8476: WHERE id = (SELECT cop_id
8477: FROM okc_operation_instances
8478: WHERE id = p_oie_id );
8479: