This table stores translation of profile types
Module: Profile Management
BUSINESS_GROUP_ID, PROFILE_TYPE_ID, LANGUAGE
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
PROFILE_TYPE_ID | NUMBER | 38 | 0 | True | Profile Type ID | ||
BUSINESS_GROUP_ID | NUMBER | 38 | 0 | True | Key to Business Group identifier | ||
LANGUAGE | VARCHAR2 | 16 | True | Language | |||
SOURCE_RECORD_ID | VARCHAR2 | 128 | Unique Key consisting of PROFILE_TYPE_ID, BUSINESS_GROUP_ID, LANGUAGE | ||||
PROFILE_TYPE_DESCRIPTION | VARCHAR2 | 4000 | Profile Type Description | ||||
PROFILE_TYPE_SUMMARY | VARCHAR2 | 4000 | Profile Type Summary |