DBA Data[Home] [Help]

APPS.BEN_BENXLAYT_XMLP_PKG SQL Statements

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

Line: 6

  SELECT meaning
  FROM   hr_lookups
  WHERE  lookup_code = total_function
  AND    lookup_type = 'BEN_EXT_TTL_FNCTN';
Line: 15

  SELECT name
  FROM   ben_ext_data_elmt
  WHERE  ext_data_elmt_id = p_ext_data_elmt_id ;
Line: 22

  SELECT cond_ext_data_elmt_id ,oper_cd,val,and_or_cd
  FROM ben_ext_where_clause where ext_data_elmt_id = p_ext_data_elmt_id ;