DBA Data[Home] [Help]

APPS.CN_CALC_SQL_EXPS_PVT_W SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 220

  procedure parse_plan_elements(p_sql_select  VARCHAR2
    , x_plan_elt_tbl out nocopy JTF_NUMBER_TABLE
    , x_parsed_sql_select out nocopy  VARCHAR2
  )

  as
    ddx_plan_elt_tbl cn_calc_sql_exps_pvt.num_tbl_type;
Line: 235

    cn_calc_sql_exps_pvt.parse_plan_elements(p_sql_select,
      ddx_plan_elt_tbl,
      x_parsed_sql_select);