[Home] [Help]
[Dependency Information]
Object Name: | CSF_TDS_COND_SEGS |
---|---|
Object Type: | TABLE |
Owner: | CSF |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
DEFINITION
Intersection table required since one segment can be part of multiple conditions and one condition can be composed of multiple segments.
EXAMPLE
MISCELLANEOUS
The sequence number in the Condition Segment table defines where in the condition the segment occurs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CONDITION_SEGMENT_ID | NUMBER | (30) | Yes | Unique identifier for the Condition Segment Table |
SEQUENCE_NUMBER | NUMBER | (4) | Yes | Defines sequence of Segment in Condition |
CONDITION_ID | NUMBER | (30) | Yes | Unique identifier for Condition Table |
SEGMENT_ID | NUMBER | (30) | Yes | Unique identifier for Segment Table |
JUNC_NODE_FLAG | VARCHAR2 | (3) | Indicates that condition segment is part of a junction. | |
SECURITY_GROUP_ID | NUMBER | Identifier used for running in hosted mode. |
Cut, paste (and edit) the following text to query this object:
SELECT CONDITION_SEGMENT_ID
, SEQUENCE_NUMBER
, CONDITION_ID
, SEGMENT_ID
, JUNC_NODE_FLAG
, SECURITY_GROUP_ID
FROM CSF.CSF_TDS_COND_SEGS;
CSF.CSF_TDS_COND_SEGS does not reference any database object
CSF.CSF_TDS_COND_SEGS is referenced by following:
|
|
|