DBA Data[Home] [Help]

APPS.OKC_PROCESS_PVT dependencies on OKC_PROCESS_DEF_PARAMETERS_V

Line 298: FROM okc_process_def_parameters_v

294: l_app_id1 NUMBER;
295: l_cnt NUMBER := 0;
296: CURSOR l_id_cur is
297: SELECT *
298: FROM okc_process_def_parameters_v
299: WHERE pdf_id = p_pdfv_rec.id;
300: begin
301: SELECT application_id INTO l_app_id1
302: FROM OKC_PROCESS_DEFS_B

Line 391: from okc_process_def_parameters_v pdp

387:
388: --Fetch all the process definition parameter id's for a specific process definition
389: Cursor p_cur is
390: select pdp.id
391: from okc_process_def_parameters_v pdp
392: where pdp.pdf_id = p_pdfv_rec.id;
393:
394: --Check if the process definition is used by Conditions
395: Cursor check_condition_csr(p_pdf_id IN NUMBER) is