🗊Презентация Siebel Party Business Components

Категория: Инвестиции
Нажмите для полного просмотра!
Siebel Party Business Components, слайд №1Siebel Party Business Components, слайд №2Siebel Party Business Components, слайд №3Siebel Party Business Components, слайд №4Siebel Party Business Components, слайд №5Siebel Party Business Components, слайд №6Siebel Party Business Components, слайд №7Siebel Party Business Components, слайд №8Siebel Party Business Components, слайд №9Siebel Party Business Components, слайд №10Siebel Party Business Components, слайд №11Siebel Party Business Components, слайд №12Siebel Party Business Components, слайд №13Siebel Party Business Components, слайд №14Siebel Party Business Components, слайд №15Siebel Party Business Components, слайд №16Siebel Party Business Components, слайд №17Siebel Party Business Components, слайд №18Siebel Party Business Components, слайд №19Siebel Party Business Components, слайд №20Siebel Party Business Components, слайд №21Siebel Party Business Components, слайд №22Siebel Party Business Components, слайд №23Siebel Party Business Components, слайд №24Siebel Party Business Components, слайд №25

Вы можете ознакомиться и скачать презентацию на тему Siebel Party Business Components. Доклад-сообщение содержит 25 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Mypresentation Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1





Module 18: Siebel Party Business Components
Описание слайда:
Module 18: Siebel Party Business Components

Слайд 2





Module Objectives
After completing this module you should be able to:
Define a party business component
Describe the role of S_PARTY and its extension tables in storing party business component data
Describe how data is stored differently for non-party business components and party business components
Describe how implicit and explicit joins are used with party business components
Why you need to know:
Party business components are a fundamental element of the application architecture
Описание слайда:
Module Objectives After completing this module you should be able to: Define a party business component Describe the role of S_PARTY and its extension tables in storing party business component data Describe how data is stored differently for non-party business components and party business components Describe how implicit and explicit joins are used with party business components Why you need to know: Party business components are a fundamental element of the application architecture

Слайд 3





Business Challenge: Modeling Party Data
Party data is the ubiquitous information found in most RDBMS
Some prominent party types include Contacts, Employees, Positions, Accounts, User Lists, Organizations, and Access Groups
Party types are often related to each other
Employees are related to positions
Positions are related to accounts
Access groups are related to organizations
and so forth
Relationships may be dynamic or ad hoc
A contractor becomes an intern, then an employee
An access group is required for participants of the January 2007 Big Release Roll-Out Event
Описание слайда:
Business Challenge: Modeling Party Data Party data is the ubiquitous information found in most RDBMS Some prominent party types include Contacts, Employees, Positions, Accounts, User Lists, Organizations, and Access Groups Party types are often related to each other Employees are related to positions Positions are related to accounts Access groups are related to organizations and so forth Relationships may be dynamic or ad hoc A contractor becomes an intern, then an employee An access group is required for participants of the January 2007 Big Release Roll-Out Event

Слайд 4





Business Challenge: Modeling Party Data Continued
Representing these relationships could result in data models that do not have optimal normalization
Multiple records may be created for each relationship
A separate record is created for a contractor, another for an intern, and a third for an employee
A special entity may have to be created for each new ad hoc relationship
Описание слайда:
Business Challenge: Modeling Party Data Continued Representing these relationships could result in data models that do not have optimal normalization Multiple records may be created for each relationship A separate record is created for a contractor, another for an intern, and a third for an employee A special entity may have to be created for each new ad hoc relationship

Слайд 5





Business Solution: Party Business Component
Provides a way to create a network of relationships between party types to reflect changes and complexities in the business environment
Infuses flexibility into the data model
Can establish and change relationships between various party types, as needed
Описание слайда:
Business Solution: Party Business Component Provides a way to create a network of relationships between party types to reflect changes and complexities in the business environment Infuses flexibility into the data model Can establish and change relationships between various party types, as needed

Слайд 6





Party Business Components
Are similar to standard business components; they:
Group data according to business logic
Are referenced by applets
Specify access to tables
Have fields that map to columns
Описание слайда:
Party Business Components Are similar to standard business components; they: Group data according to business logic Are referenced by applets Specify access to tables Have fields that map to columns

Слайд 7





Differences Between Party and Non-Party BCs
In standard BCs, most data is stored in the base table 
In party BCs, data is stored in extension tables
S_PARTY acts solely as a linking mechanism between types
Описание слайда:
Differences Between Party and Non-Party BCs In standard BCs, most data is stored in the base table In party BCs, data is stored in extension tables S_PARTY acts solely as a linking mechanism between types

Слайд 8





S_PARTY and Its Extension Tables
Eight prominent S_PARTY extension tables store the data
Описание слайда:
S_PARTY and Its Extension Tables Eight prominent S_PARTY extension tables store the data

Слайд 9





Commonly Used Party Business Components
Represent a variety of entities that can be arranged into groups related to persons, organizations, or access control
Описание слайда:
Commonly Used Party Business Components Represent a variety of entities that can be arranged into groups related to persons, organizations, or access control

Слайд 10





Person-Related Party Business Components
Store their main data in S_CONTACT
May store additional data in S_USER and S_EMP_PER
Serve as logical extension tables
Описание слайда:
Person-Related Party Business Components Store their main data in S_CONTACT May store additional data in S_USER and S_EMP_PER Serve as logical extension tables

Слайд 11





Person-Related Party Business Components Continued 
Primarily reference person-related S_PARTY extension tables
Описание слайда:
Person-Related Party Business Components Continued Primarily reference person-related S_PARTY extension tables

Слайд 12





Person-Related Party Business Components Continued
A number of person-related business components use these tables
Описание слайда:
Person-Related Party Business Components Continued A number of person-related business components use these tables

Слайд 13





Organization-Related Party Business Components
Store their main data in S_ORG_EXT
May store additional data in S_BU
May include account, division, organization, or household data
Описание слайда:
Organization-Related Party Business Components Store their main data in S_ORG_EXT May store additional data in S_BU May include account, division, organization, or household data

Слайд 14





Organization-Related Party Business Components Continued
Multiple organization-related business components use these tables
Описание слайда:
Organization-Related Party Business Components Continued Multiple organization-related business components use these tables

Слайд 15





Groupings for Access Control
Represent groupings of party instances
User List
Access Group
Position
Описание слайда:
Groupings for Access Control Represent groupings of party instances User List Access Group Position

Слайд 16





Groupings for Access Control Continued
Access Group, User List, and Position are party business components
Описание слайда:
Groupings for Access Control Continued Access Group, User List, and Position are party business components

Слайд 17





Example, Relating Party Data
A user list can be associated with persons via the S_PARTY intersection table S_PARTY_PER
There are relationships in S_PARTY
They are represented in S_PARTY_PER
ROW_ID in S_PARTY is used to relate party types
Описание слайда:
Example, Relating Party Data A user list can be associated with persons via the S_PARTY intersection table S_PARTY_PER There are relationships in S_PARTY They are represented in S_PARTY_PER ROW_ID in S_PARTY is used to relate party types

Слайд 18





Example, Relating Party Data Continued
An access group can then be networked with those users, or other user lists, or most any other S_PARTY type
Person, User List, Organization and Account party types can be related to an Access List party type
Описание слайда:
Example, Relating Party Data Continued An access group can then be networked with those users, or other user lists, or most any other S_PARTY type Person, User List, Organization and Account party types can be related to an Access List party type

Слайд 19





Party Implicit Joins
Used to populate the prominent S_PARTY extension tables
Created automatically for these extension tables
Are similar to implicit joins for standard business components
Do not appear in join object definitions
ROW_ID in base table is always the PK
PAR_ROW_ID in extension is always the FK
Описание слайда:
Party Implicit Joins Used to populate the prominent S_PARTY extension tables Created automatically for these extension tables Are similar to implicit joins for standard business components Do not appear in join object definitions ROW_ID in base table is always the PK PAR_ROW_ID in extension is always the FK

Слайд 20





Explicit Join: Non-Party Business Component
Data in a party table can be joined into a non-party business component
Example: Bringing account data into the Opportunity business component for display in an Opportunity applet
Описание слайда:
Explicit Join: Non-Party Business Component Data in a party table can be joined into a non-party business component Example: Bringing account data into the Opportunity business component for display in an Opportunity applet

Слайд 21





Explicit Join Definition
References the extension table that contains data of interest
Описание слайда:
Explicit Join Definition References the extension table that contains data of interest

Слайд 22





Explicit Join: Another Party Business Component
Uses an explicit join to the party table, and not the implicit one
Example: Bringing parent account data into the Account business component for display in an Account applet
Описание слайда:
Explicit Join: Another Party Business Component Uses an explicit join to the party table, and not the implicit one Example: Bringing parent account data into the Account business component for display in an Account applet

Слайд 23





Explicit Join Definition
Select or create an explicit join to the desired S_PARTY extension table
Use a join specification to specify the relationship
Описание слайда:
Explicit Join Definition Select or create an explicit join to the desired S_PARTY extension table Use a join specification to specify the relationship

Слайд 24





Module Highlights
Party types have dynamic or ad hoc relationships
Party BCs create relationships between party types
Party BCs are similar to standard BCs but data is stored in extension tables
Eight prominent S_PARTY extension tables store data
Person-related party BCs store data in S_CONTACT
Organization-related party BCs store data in S_ORG_EXT
Access Group, User List, and Position are party BCs
Party implicit joins populate S_PARTY extension tables
Explicit joins reference extension tables that contain data
Описание слайда:
Module Highlights Party types have dynamic or ad hoc relationships Party BCs create relationships between party types Party BCs are similar to standard BCs but data is stored in extension tables Eight prominent S_PARTY extension tables store data Person-related party BCs store data in S_CONTACT Organization-related party BCs store data in S_ORG_EXT Access Group, User List, and Position are party BCs Party implicit joins populate S_PARTY extension tables Explicit joins reference extension tables that contain data

Слайд 25





Lab
In the lab you will:
Examine how fields in a (non-party) business component map to columns in base and joined tables
Examine how fields in a party business component map to columns in S_PARTY, its extension tables, and joined tables
Описание слайда:
Lab In the lab you will: Examine how fields in a (non-party) business component map to columns in base and joined tables Examine how fields in a party business component map to columns in S_PARTY, its extension tables, and joined tables



Похожие презентации
Mypresentation.ru
Загрузить презентацию