DBA Data[Home] [Help]

APPS.OKC_OCE_PVT dependencies on OKC_ACTIONS_V

Line 1187: from okc_condition_headers_v cnh, okc_actions_v acn

1183: WHERE okc_process_defs_v.id = p_ocev_rec.pdf_id;
1184:
1185: CURSOR sync_flag_yn_csr(p_cnh_id IN NUMBER) IS
1186: Select acn.sync_allowed_yn
1187: from okc_condition_headers_v cnh, okc_actions_v acn
1188: where cnh.id = p_cnh_id
1189: and cnh.acn_id = acn.id;
1190:
1191: CURSOR pdf_type_csr(p_pdf_id IN NUMBER) IS