[Home] [Help]
[Dependency Information]
| Object Name: | HZ_TRANS_FUNCTIONS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_TRANS_FUNCTIONS_B
|
| Subobject Name: | |
| Status: | VALID |
The HZ_TRANS_FUNCTIONS_B table stores the transformation
function characteristics defined for each attribute in the
HZ_TRANS_ATTRIBUTES_B table. The transformation functions and attributes are
used for Data Quality Management.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_TRANS_FUNCTIONS_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FUNCTION_ID
ZD_EDITION_NAME
|
| HZ_TRANS_FUNCTIONS_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ATTRIBUTE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FUNCTION_ID | NUMBER | (15) | Yes | Sequence generated id to uniquely identify a transformation function |
| ATTRIBUTE_ID | NUMBER | (15) | Yes | FK to HZ_TRANSFORMATION_ATTRIBUTES |
| PROCEDURE_NAME | VARCHAR2 | (255) | Yes | Procedure to be called to apply transformation |
| ACTIVE_FLAG | VARCHAR2 | (1) | Flag to Indicate if the transformation is active 'Y' or a null value indicates active 'N' indicates Inactive | |
| PRIMARY_FLAG | VARCHAR2 | (1) | Flag to Indicate if the transformation is used as a primary search criteria 'Y' indicates Primary 'N' or a null value indicates Inactive | |
| STAGED_ATTRIBUTE_TABLE | VARCHAR2 | (255) | Yes | Name of the staged schema table, where the transformation is staged |
| STAGED_ATTRIBUTE_COLUMN | VARCHAR2 | (255) | Yes | Name of the staged schema column, where the transformation is staged |
| STAGED_FLAG | VARCHAR2 | (1) | Flag to indicate if this transformation has been staged in the staged schema | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| OBJECT_VERSION_NUMBER | NUMBER | Version number of record | ||
| INDEX_REQUIRED_FLAG | VARCHAR2 | (1) | Y or N indicates whether or not a B-tree index should be built on this column in the staged table | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT FUNCTION_ID
, ATTRIBUTE_ID
, PROCEDURE_NAME
, ACTIVE_FLAG
, PRIMARY_FLAG
, STAGED_ATTRIBUTE_TABLE
, STAGED_ATTRIBUTE_COLUMN
, STAGED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, OBJECT_VERSION_NUMBER
, INDEX_REQUIRED_FLAG
, ZD_EDITION_NAME
FROM AR.HZ_TRANS_FUNCTIONS_B;
AR.HZ_TRANS_FUNCTIONS_B does not reference any database object
AR.HZ_TRANS_FUNCTIONS_B is referenced by following:
AR
HZ_TRANS_FUNCTIONS_B#
|
|
|
|