Every module having one application and one/more responsibilities.
An application is a collection of forms ,reports&pl/sql subprograms whic are related to specific bussiness functionality.
Responsibility: It is a role authorized to access specific Forms and Programs of a
particular Module. A responsibility is a collection of Menus, Request Groups and Data
Groups. Menus and Data Groups are mandatory to a responsibility.
Menu: A menu is a collection of Sub‐Menus and Functions.
Request Group (RG): It is a collection of concurrent Programs. It is used to request
programs from the responsibility.
Data Group (DG): It is a collection of Modules used to integrate one or more
Modules for cross application transfer of data, cross application reporting and cross
application reference. If we want to get data from other Modules we need to define those
modules in the Data Group
we have mainly two types of dattagroups
- standard datagroup
- standard MRC
TABLES:
- user table : fnd_user
- fnd_responsibility_b
- fnd_responsibility_TL
Request group tables
- fnd_request_groups
- fnd_request_groups_units.
- fnd_menus
- fnd_menu_types
- fnd_menu_entries.
- fnd_form_functions
concurrent program tables
- fnd_concurrent_programs_b
- fnd_concurrent_programs_tl
- fnd_concurrent_request_b
- fnd_concurrent_request_tl.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.