You are on page 1of 1

QUALITY MODULE USAGE IN BUSINESS PROCESSES NOT AVAILABLE IN ORACLE E-BUSINESS SU

ITE
If you closely take a look at the design or structure of quality module, Collect
ion Elements are similar to the columns in database table and Collection plan is
similar to a table structure which has data elements.
Every Oracle E-business Suite implementation project needs some custom tables fo
r storing some master data which cannot be stored using seeded oracle functional
ity. Instead of creating custom tables, we can define collection elements and co
llection plans in quality module. Quality module dynamically creates views based
on quality plans.
Quality module has dynamic forms for data entry and data updates.
E.g. One Quality plan PRODUCT_INFO has two custom elements COLOUR, SIZE and ITEM
(Reference element). After creating this plan, two views Q_PRODUCT_INFO_V and Q
_PRODUCT_INFO_IV get created with columns COLOUR pointing to CHARACTER1 and SIZE
pointing to CHARACTER2 of QA_RESULTS table.

You might also like