[Home] [Help]
[Dependency Information]
| Object Name: | HR_JP_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.HR_JP_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
Used to remove multibyte characters from objects like translation table.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
OWNER
PARAMETER_NAME| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HR_JP_PARAMETERS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
OWNER
PARAMETER_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Yes | Module or function name that includes the parameters. |
| PARAMETER_NAME | VARCHAR2 | (30) | Yes | Name that system uses instead of multibyte key. |
| PARAMETER_VALUE | VARCHAR2 | (80) | Yes | System generated identification number for the multibyte key. |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, PARAMETER_NAME
, PARAMETER_VALUE
FROM HR.HR_JP_PARAMETERS;
HR.HR_JP_PARAMETERS does not reference any database object
HR.HR_JP_PARAMETERS is referenced by following:
HR
HR_JP_PARAMETERS#
|
|
|
|