[Home] [Help]
[Dependency Information]
| Object Name: | POR_TEMPLATE_ATTRIBUTES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | ICX |
| Subobject Name: | |
| Status: | VALID |
This table stores the non-translatable information about information template attributes.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| POR_TEMPLATE_ATTRIBUTES_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ATTRIBUTE_CODE
|
| POR_TEMPLATE_ATTRIBUTES_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TEMPLATE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ATTRIBUTE_CODE | VARCHAR2 | (30) | Yes | Unique identifier for an information template attribute. It starts with 'IFT_', followed by a number generated from sequence POR_TEMPLATE_ATTRIBUTE_S |
| TEMPLATE_CODE | VARCHAR2 | (30) | Yes | Identifier of information template to which this attribute belongs |
| SEQUENCE | NUMBER | Yes | Sequence number which controls the order in which the attributes are displayed on both the setup form and information template page | |
| FLEX_VALUE_SET_ID | NUMBER | Identifier of flex field value set if attribute is associated with a 'list of value'. It is a foreign key to column 'FLEX_VALUE_SET_ID' in 'FND_FLEX_VALUE_SETS' table | ||
| REQUIRED_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether this attribute is required |
| NODE_DISPLAY_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether this attribute will be displayed on information template page |
| CREATED_BY | NUMBER | Yes | Internal identifier of user who created the row | |
| CREATION_DATE | DATE | Yes | Date on which row was created | |
| LAST_UPDATED_BY | NUMBER | Yes | Internal identifier of user who last updated the row | |
| LAST_UPDATE_DATE | DATE | Yes | Date on which row was last updated | |
| LAST_UPDATE_LOGIN | NUMBER | Operating system login of user who last updated the row |
Cut, paste (and edit) the following text to query this object:
SELECT ATTRIBUTE_CODE
, TEMPLATE_CODE
, SEQUENCE
, FLEX_VALUE_SET_ID
, REQUIRED_FLAG
, NODE_DISPLAY_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM ICX.POR_TEMPLATE_ATTRIBUTES_B;
ICX.POR_TEMPLATE_ATTRIBUTES_B does not reference any database object
ICX.POR_TEMPLATE_ATTRIBUTES_B is referenced by following:
ICX
POR_TEMPLATE_ATTRIBUTES_B#
|
|
|
|