DBA Data[Home] [Help] [Dependency Information]


TABLE: CSF.CSF_LF_PLACE_NAMES

Object Details
Object Name: CSF_LF_PLACE_NAMES
Object Type: TABLE
Owner: CSF
FND Design Data: TableCSF.CSF_LF_PLACE_NAMES
Subobject Name:
Status: VALID


DEFINITION
Intersection table required since one place can have many names (e.g. Exonyms, Synonyms) and one Name can be used by multiple Places (e.g. Utrecht city, municipality and province).
EXAMPLE
MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_MEDIA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PLACE_NAME_ID NUMBER (30) Yes Surrogate key used for primary unique identifiers
NAME_TYPE VARCHAR2 (1) Yes Indication if Name represents Official or Alternate name for Place.
PLACE_ID NUMBER (30) Yes Unique key that identifies the place
NAME_ID NUMBER (30) Yes Unique key for Name
SECURITY_GROUP_ID NUMBER

Identifier used for running in hosted mode
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PLACE_NAME_ID
,      NAME_TYPE
,      PLACE_ID
,      NAME_ID
,      SECURITY_GROUP_ID
FROM CSF.CSF_LF_PLACE_NAMES;

Dependencies

[top of page]

CSF.CSF_LF_PLACE_NAMES does not reference any database object

CSF.CSF_LF_PLACE_NAMES is referenced by following:

SchemaAPPS
SynonymCSF_LF_PLACE_NAMES