DBA Data[Home] [Help]

APPS.BEN_XWC_SHD SQL Statements

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

Line: 89

    select
		ext_where_clause_id,
	seq_num,
	oper_cd,
	val,
	and_or_cd,
	ext_data_elmt_id,
	cond_ext_data_elmt_id,
	ext_rcd_in_file_id,
	ext_data_elmt_in_rcd_id,
	business_group_id,
	legislation_code,
        last_update_date,
        creation_date,
        last_updated_by,
        last_update_login,
        created_by ,
	object_version_number,
	cond_ext_data_elmt_in_rcd_id
    from	ben_ext_where_clause
    where	ext_where_clause_id = p_ext_where_clause_id;
Line: 177

    select 	ext_where_clause_id,
	seq_num,
	oper_cd,
	val,
	and_or_cd,
	ext_data_elmt_id,
	cond_ext_data_elmt_id,
	ext_rcd_in_file_id,
	ext_data_elmt_in_rcd_id,
	business_group_id,
	legislation_code,
        last_update_date,
        creation_date,
        last_updated_by,
        last_update_login,
        created_by ,
	object_version_number,
	cond_ext_data_elmt_in_rcd_id
    from	ben_ext_where_clause
    where	ext_where_clause_id = p_ext_where_clause_id
    for	update nowait;
Line: 258

        p_last_update_date              in date,
        p_creation_date                 in date,
        p_last_updated_by               in number,
        p_last_update_login             in number,
        p_created_by                    in number,
	p_object_version_number         in number,
	p_cond_ext_data_elmt_in_rcd_id  in number
	)
	Return g_rec_type is
--
  l_rec	  g_rec_type;
Line: 288

  l_rec.last_update_date                 := p_last_update_date;
Line: 290

  l_rec.last_updated_by                  := p_last_updated_by;
Line: 291

  l_rec.last_update_login                := p_last_update_login;