Search Results ams_user_statuses_tl
Overview
The AMS_USER_STATUSES_TL table is a core translation table within the Oracle E-Business Suite Marketing (AMS) module. It is designed to store multilingual descriptions for user-defined statuses, enabling the application to present status names and descriptions in the language of the end-user. This table operates in conjunction with its base table, AMS_USER_STATUSES_B, which holds the language-independent, transactional data. The TL (Translation) table is a standard Oracle Applications architecture pattern that supports global deployments by separating translatable descriptive flexfield and lookup information from the core entity data, facilitating internationalization.
Key Information Stored
The table's primary purpose is to hold the translated text for user statuses. Its critical columns, as indicated by its primary and unique keys, are USER_STATUS_ID and LANGUAGE. The USER_STATUS_ID is a foreign key that links each translation row back to a specific status defined in the base table. The LANGUAGE column holds the language code (e.g., 'US' for American English) for the translation. A central column is NAME, which stores the translated name of the status as it should appear in the user interface. While not explicitly listed in the provided metadata, translation tables in this pattern typically also include a DESCRIPTION column for a longer explanation, and SOURCE_LANG column to denote the original language of the record.
Common Use Cases and Queries
This table is primarily accessed by the Oracle Applications framework to retrieve status names in the user's session language during UI rendering and report generation. A common reporting use case is to generate a list of all marketing user statuses with their translations for multiple languages for audit or setup verification. A typical query joins this table to its base table and filters on the desired language.
- Sample Query for Statuses in a Session Language:
SELECT bus.USER_STATUS_CODE, tl.NAME
FROM AMS_USER_STATUSES_B bus,
AMS_USER_STATUSES_TL tl
WHERE bus.USER_STATUS_ID = tl.USER_STATUS_ID
AND tl.LANGUAGE = USERENV('LANG'); - Data Fix Scenario: Updating a specific status translation for a language, ensuring the SOURCE_LANG remains consistent.
Related Objects
The table has a direct and fundamental relationship with the AMS_USER_STATUSES_B table, as defined by its documented foreign key. The relationship is maintained through the USER_STATUS_ID column, which is part of the table's primary key (AMS_USER_STATUSES_TL_PK). This structure enforces that for every status in the base table, there can be multiple translation rows in the TL table—one for each supported language. The unique key AMS_USER_STATUSES_TL_UK1 on (LANGUAGE, NAME) ensures that a status name is unique within a given language. This table is also referenced by any AMS module forms, reports, or APIs that display user status names, as they will query this table based on the session language context.
-
Table: AMS_USER_STATUSES_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_USER_STATUSES_TL, object_name:AMS_USER_STATUSES_TL, status:VALID, product: AMS - Marketing , description: Translation columns for User Statuses , implementation_dba_data: AMS.AMS_USER_STATUSES_TL ,
-
Table: AMS_USER_STATUSES_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_USER_STATUSES_TL, object_name:AMS_USER_STATUSES_TL, status:VALID, product: AMS - Marketing , description: Translation columns for User Statuses , implementation_dba_data: AMS.AMS_USER_STATUSES_TL ,
-
View: AMS_PROGRAM_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PROGRAM_COMPONENTS_V, object_name:AMS_PROGRAM_COMPONENTS_V, status:VALID, product: AMS - Marketing , description: This view is created for giving general information about progam Components , implementation_dba_data: APPS.AMS_PROGRAM_COMPONENTS_V ,
-
View: AMS_PROGRAM_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PROGRAM_COMPONENTS_V, object_name:AMS_PROGRAM_COMPONENTS_V, status:VALID, product: AMS - Marketing , description: This view is created for giving general information about progam Components , implementation_dba_data: APPS.AMS_PROGRAM_COMPONENTS_V ,
-
View: AMS_USER_STATUSES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_USER_STATUSES_VL, object_name:AMS_USER_STATUSES_VL, status:VALID, product: AMS - Marketing , description: This view returns information on User statuses defined for System Statuses for Marketing Objects(Event,Registration,Campaign etc..) , implementation_dba_data: APPS.AMS_USER_STATUSES_VL ,
-
View: AMS_USER_STATUSES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_USER_STATUSES_VL, object_name:AMS_USER_STATUSES_VL, status:VALID, product: AMS - Marketing , description: This view returns information on User statuses defined for System Statuses for Marketing Objects(Event,Registration,Campaign etc..) , implementation_dba_data: APPS.AMS_USER_STATUSES_VL ,
-
Table: AMS_USER_STATUSES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_USER_STATUSES_B, object_name:AMS_USER_STATUSES_B, status:VALID, product: AMS - Marketing , description: Stores User status information , implementation_dba_data: AMS.AMS_USER_STATUSES_B ,
-
Table: AMS_USER_STATUSES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_USER_STATUSES_B, object_name:AMS_USER_STATUSES_B, status:VALID, product: AMS - Marketing , description: Stores User status information , implementation_dba_data: AMS.AMS_USER_STATUSES_B ,
-
View: AMS_DM_SCORES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SCORES_V, object_name:AMS_DM_SCORES_V, status:VALID, product: AMS - Marketing , description: View of data mining scoring runs with denormalized reference objects. , implementation_dba_data: APPS.AMS_DM_SCORES_V ,
-
View: AMS_DM_MODELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_MODELS_V, object_name:AMS_DM_MODELS_V, status:VALID, product: AMS - Marketing , description: View of data mining models with denormalized reference objects. , implementation_dba_data: APPS.AMS_DM_MODELS_V ,
-
View: AMS_DM_MODELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_MODELS_V, object_name:AMS_DM_MODELS_V, status:VALID, product: AMS - Marketing , description: View of data mining models with denormalized reference objects. , implementation_dba_data: APPS.AMS_DM_MODELS_V ,
-
View: AMS_DM_SCORES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SCORES_V, object_name:AMS_DM_SCORES_V, status:VALID, product: AMS - Marketing , description: View of data mining scoring runs with denormalized reference objects. , implementation_dba_data: APPS.AMS_DM_SCORES_V ,