[Home] [Help]
[Dependency Information]
| Object Name: | CSF_MD_POI_NM_ASGNS |
|---|---|
| Object Type: | TABLE |
| Owner: | CSF |
| FND Design Data: | CSF.CSF_MD_POI_NM_ASGNS
|
| Subobject Name: | |
| Status: | VALID |
DEFINITOIN
A MD POI NAMES ASGN defines the M:M relationship between the MD NAME and the MD POI NAMES ASGN entity.
EXAMPLE
MISCELLANEOUS
| Tablespace: | APPS_TS_MEDIA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| POI_NM_ASGN_ID | NUMBER | (30) | Yes | The POI NM ASGN ID defines the unique identifier of the entity. |
| NAME_TYPE | VARCHAR2 | (1) | Yes | The NAME TYPE defines type of the name given to the POI. |
| NAME_ID | NUMBER | (30) | Yes | The NAME ID defines the unique identifier of the name. |
| POI_ID | NUMBER | (30) | Yes | A unique identifier for the POI. |
| SECURITY_GROUP_ID | NUMBER | Identifier used for running in hosted mode. |
Cut, paste (and edit) the following text to query this object:
SELECT POI_NM_ASGN_ID
, NAME_TYPE
, NAME_ID
, POI_ID
, SECURITY_GROUP_ID
FROM CSF.CSF_MD_POI_NM_ASGNS;
CSF.CSF_MD_POI_NM_ASGNS does not reference any database object
CSF.CSF_MD_POI_NM_ASGNS is referenced by following:
CSF
CSF_MD_POI_NM_ASGNS#
|
|
|
|