DBA Data[Home] [Help]

APPS.OKC_CONDITIONS_PVT dependencies on OKC_FUNCTION_EXPR_PARAMS_V

Line 718: from okc_function_expr_params_v fep

714: l_fepv_tbl fepv_tbl_type;
715:
716: Cursor fep_cur is
717: select fep.id
718: from okc_function_expr_params_v fep
719: where fep.cnl_id = p_cnlv_rec.id;
720: begin
721: -- Populate the Foreign key of the detail
722: For fep_rec in fep_cur loop