DBA Data[Home] [Help]

APPS.BEN_XCT_SHD SQL Statements

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

Line: 76

    select
	ext_crit_typ_id,
	crit_typ_cd,
	ext_crit_prfl_id,
	business_group_id,
	legislation_code,
        last_update_date,
        creation_date,
        last_updated_by,
        last_update_login,
        created_by ,
	object_version_number,
        excld_flag
    from	ben_ext_crit_typ
    where	ext_crit_typ_id = p_ext_crit_typ_id;
Line: 158

    select 	ext_crit_typ_id,
	crit_typ_cd,
	ext_crit_prfl_id,
	business_group_id,
	legislation_code,
        last_update_date,
        creation_date,
        last_updated_by,
        last_update_login,
        created_by ,
	object_version_number,
        excld_flag
    from	ben_ext_crit_typ
    where	ext_crit_typ_id = p_ext_crit_typ_id
    for	update nowait;
Line: 227

        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_excld_flag                    in varchar2
	)
	Return g_rec_type is
--
  l_rec	  g_rec_type;
Line: 251

  l_rec.last_update_date                 := p_last_update_date;
Line: 253

  l_rec.last_updated_by                  := p_last_updated_by;
Line: 254

  l_rec.last_update_login                := p_last_update_login;