Thursday, 7 June 2012

RESPONSIBILITIES AND USER


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 
  1. standard datagroup
  2. standard MRC
we can create new or can use existing data groups.


TABLES:
  1. user table : fnd_user
Responsibility tables
  1. fnd_responsibility_b
  2. fnd_responsibility_TL
_tl tables hav a special columns called langunage it supports multiple langunages.


Request group tables 
  1. fnd_request_groups
  2. fnd_request_groups_units.
menu tables 
  1. fnd_menus
  2. fnd_menu_types
  3. fnd_menu_entries.
function tables are 

  1. fnd_form_functions


concurrent program tables
  1. fnd_concurrent_programs_b
  2. fnd_concurrent_programs_tl
concurrent resuest tables 

  1. fnd_concurrent_request_b
  2. fnd_concurrent_request_tl.



No comments:

Post a Comment

Note: only a member of this blog may post a comment.