Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

select *

from centro_costo
where org_codigo in (113103,
113307,
113304,
113507,
113401,
113108,
113502,
113506,
113101,
113301,
113310,
113309,
113106,
113701,
113702,
113603,
113606,
113703,
113104,
113201,
113306,
113105,
113704)
select * from rh_organizacion
where org_codigo in (113103,
113307,
113304,
113507,
113401,
113108,
113502,
113506,
113101,
113301,
113310,
113309,
113106,
113701,
113702,
113603,
113606,
113703,
113104,
113201,
113306,
113105,
113704)
select org_codigo, org_descripcion
from rh_organizacion
where estado = 'A'
and torg_codigo = 'DP'
and org_codigo like '113%'
or org_codigo like '11%'
order by org_codigo
SELECT DISTINCT *

FROM dba_tables
where owner = 'SICV'/*in ('NOMINA','SICV','PLANTA')*/
ORDER BY OWNER, table_name
SELECT DISTINCT *
FROM dba_tables
where owner = 'NOMINA'/* in ('NOMINA','SICV','PLANTA')*/
AND TABLE_NAME LIKE '%ORGAN%'
ORDER BY OWNER, table_name
select * from linea
select * from RH_ORGANIZACION
select * from RH_CATEGORIAS
where cat_descrip LIKE '%PROG%'
select * from RH_UBICACION
select * from RH_TIPORG
where cod_linea = 4

You might also like