You are on page 1of 1

-- Montée en compétences

-- Ressources

select * from Port where port_id in ( select port_id from contr_services_port) ;


select * from Storage_medium
select * from directory_number where dn_status ='a' and dn_num='33635650002' ;

select * from CONTR_SERVICES_PORT


select * from mpdhltab

select table_name from dba_tables where table_name like '%fu_pack%'


--- services
select * from MPUSNTAB where DES like '%unit%' -- table des services

select * from MPULKNXC where SNCODE=2


select * from MPULKNXV where SNcode=2

select * from MPSSVTAB where DES like '%unit%'

select * from mpdsctab -- table des marche

select * from MPDEVTAB


-- customer contract services

elect table_name from dba_tables where table_name like '%CONTR_SERVICES%'

select * from contr_services_cap where co_id=4007982

select co_id from contract_all where co_code='CONTR0004007943'

select * from billing_account where customer_id=68

select * from customer_all where custcode='1.33'

select * from bch_cust_billed_amount where customer_id=68

select * from CCONTACT_ALL where customer_id=68

select * from BILLCYCLE_DEFINITION

select * from RATEPLAN where tmcode=1


select * from RATEPLAN_HIST_OCC where customer_id=68
select * from bluiftab
select * from MPULKTMB where tmcode=1 --config rateplan
select * from MPULKTM1 where tmcode=1
select * from TARIFF_SERVICE_PACKAGE where tmcode=1 -- lien service package et
rating
select * from PRGALL_BUSUNIT where PRGCODE='VAR13'

select * from PRICEGROUP_ALL where PRGCODE='VAR13'

You might also like