[Home] [Help]
[Dependency Information]
Object Name: | GL_PLCY_SEG |
---|---|
Object Type: | TABLE |
Owner: | GMF |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Segments for account key segregation.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_PLCY_SEG_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CO_CODE | VARCHAR2 | (4) | Yes | Company of segment. |
SEGMENT_NO | NUMBER | (5) | Yes | Segment number. |
SEGMENT_ID | NUMBER | (10) | Yes | Tie breaker for segment number. |
TYPE | NUMBER | (5) | Yes | 0=accounting unit segment; 1=account segment. |
LENGTH | NUMBER | (5) | Yes | Number of characters in segment. |
SHORT_NAME | VARCHAR2 | (30) | Yes | Short name for the segment. Segment name length = length of segment. |
LONG_NAME | VARCHAR2 | (70) | Yes | Long description of segment. |
SEGMENT_REF | NUMBER | (5) | The corresponding Segment Number in Oracle GL. | |
CREATION_DATE | DATE | Yes | Standard who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
TRANS_CNT | NUMBER | (10) | Not currently used | |
TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
Cut, paste (and edit) the following text to query this object:
SELECT CO_CODE
, SEGMENT_NO
, SEGMENT_ID
, TYPE
, LENGTH
, SHORT_NAME
, LONG_NAME
, SEGMENT_REF
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TRANS_CNT
, TEXT_CODE
, DELETE_MARK
FROM GMF.GL_PLCY_SEG;
GMF.GL_PLCY_SEG does not reference any database object
GMF.GL_PLCY_SEG is referenced by following:
|
|
|