Which database table holds the information about ecs and xsd files?
It is not advisable to access the tables directly as it is driven by the Business Logic layer of Oracle AS B2B. select a.name from tip_parameter_t a, TIP_DOCUMENTTYPEPARAMETERVAL_T b where a.id = b.DOCUMENTTYPEPARAMETER and a.name like ‘%ECS%’; Need to link the following 2 tables to get to the DTD/XSD.