-- Deleting TCAMPOSCONSULTABLES... delete from tCamposConsultables where ccampo in (select ccampo from tCamposConsultablesId where tablabase='TTRASPASOSCLASIFICACIONESTATUS'); delete from tCamposConsultables where ccampo in (select ccampo from tCamposConsultablesId where tablabase='TTRASPASOSESTATUS'); -- Deleting TCAMPOSCONSULTABLESID... delete from tCamposConsultablesId where tablabase='TTRASPASOSCLASIFICACIONESTATUS'; delete from tCamposConsultablesId where tablabase='TTRASPASOSESTATUS'; -- Loading TCAMPOSCONSULTABLESID... insert into tCamposConsultablesId values(2920001,'TTRASPASOSCLASIFICACIONESTATUS','CCLASIFICACIONCONTABLE',5,null,null,'T',null,'1','0',null,'0','0',null,'1',null,null,null,'VARCHAR2(2)',2,0,'0'); insert into tCamposConsultablesId values(2920002,'TTRASPASOSCLASIFICACIONESTATUS','CESTATUSCUENTA_FUTURO',5,null,null,'T',null,'0','0',null,'0','0',null,'1',null,null,null,'VARCHAR2(3)',3,0,'0'); insert into tCamposConsultablesId values(2920003,'TTRASPASOSCLASIFICACIONESTATUS','CESTATUSCUENTA_VENCIDO',5,null,null,'T',null,'0','1',null,'0','0',null,'1',null,null,null,'VARCHAR2(3)',3,0,'0'); insert into tCamposConsultablesId values(2920004,'TTRASPASOSCLASIFICACIONESTATUS','CSUBSISTEMA',5,null,null,'T',null,'1','0',null,'0','0',null,'1',null,null,null,'VARCHAR2(2)',2,0,'0'); insert into tCamposConsultablesId values(2920005,'TTRASPASOSCLASIFICACIONESTATUS','ESVENCIMIENTOFUTURO',5,null,null,'T',null,'1','0','0','0','0',null,'1',null,null,null,'VARCHAR2(1)',1,0,'0'); -- Loading TCAMPOSCONSULTABLES... insert into tCamposConsultables values('ES',2920001,to_timestamp('2999-12-31 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),0,to_timestamp('2002-05-01 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),'Codigo de la clasificacion contable de los productos, ejemplo Prestamos, microcredito, comercial consumo, hipotecario. '); insert into tCamposConsultables values('ES',2920002,to_timestamp('2999-12-31 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),0,to_timestamp('2002-05-01 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),'Codigo de estatus contable futuro al cual pasa la cuenta'); insert into tCamposConsultables values('ES',2920003,to_timestamp('2999-12-31 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),0,to_timestamp('2002-05-01 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),'Codigo de estatus contable vencido de la cuenta'); insert into tCamposConsultables values('ES',2920004,to_timestamp('2999-12-31 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),0,to_timestamp('2002-05-01 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),'Codigo del subsistema'); insert into tCamposConsultables values('ES',2920005,to_timestamp('2999-12-31 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),0,to_timestamp('2002-05-01 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),'Indica si la definicion se toma para cuentas con vencimiento futuro'); commit; -- Done.