FA_LOCATIONS_PRTL
FA_LOCATIONS_PRTL contains valid location partial flexfield segment value combinations. This is just a dummy table to implement partial flexfields on location flexfield which is going to be used as a parameter in the Property Tax Report. This table will always be empty.
Details
-
Schema: FUSION
-
Object owner: FA
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
FA_LOCATIONS_PRTL_PK |
LOCATION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LOCATION_ID | NUMBER | 18 | Yes | Location flexfield identification number. | |
| STRUCTURE_INSTANCE_NUMBER | NUMBER | 18 | Identifier of the asset location flexfield structure. | ||
| STATE | VARCHAR2 | 30 | Partial state or country value of location flexfield. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| FA_LOCATIONS_PRTL | fa_locations | LOCATION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FA_LOCATIONS_PRTL_U1 | Unique | Default | LOCATION_ID |