4.3.2.2 Loading Business Domains

To load a business domain, follow these steps:

  1. Add the appropriate user record to the KDD_BUS_DMN database table.

    The following table shows the KDD_BUS_DMN database table attributes.

    Table 4-7 KDD_BUS_DMN Table Attributes

    Column Name Description
    BUS_DMN_CD Single-character code that represents a business domain (For example, a, b, or c).
    BUS_DMN_DESC_TX Description of the business domain (For example, Institutional Broker-Dealer or Retail Banking).
    BUS_DMN_DSPLY_NM Display the name of the business domain (For example, INST or RET).
    MANTAS_DMN_FL The flag that indicates whether Oracle Financial Services Behavior Detection (OFS BD) Framework specified the business domain (Y). If a BD client specifies the business domain, you must set the flag to N.

    Note:

    The KDD_BUS_DMN table already contains predefined business domains for the Oracle client.
  2. Add more records to the table by using an SQL script similar to the following sample script:

    INSERT INTO KDD_BUS_DMN (BUS_DMN_CD, BUS_DMN_DESC_TX, BUS_DMN_DSPLY_NM,

    MANTAS_DMN_FL) VALUES (‘a’, ‘Compliance Employees’, ‘COMP’, ‘N’);

    INSERT INTO KDD_BUS_DMN (BUS_DMN_CD, BUS_DMN_DESC_TX, BUS_DMN_DSPLY_NM, MANTAS_DMN_FL) VALUES (‘b’, ‘Executives’ ‘EXEC’, ‘N’);

  3. Update the KDD_CENTRICITY table to reflect access to all focuses within the business domain with the following command:
  4. Update KDD_CENTRICITY set bus_dmn_st = 'a' where KDD_CENTRICITY. CNTRY_TYPE_CD = 'SC'