[Home] [Help]
[Dependency Information]
Object Name: | PA_SEGMENT_VALUE_LOOKUP_SETS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_SEGMENT_VALUE_LOOKUP_SETS stores
implementation-defined lists of segment value lookups
that AutoAccounting uses to translate an intermediate
values of an AutoAccounting rule into a segment value.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 3 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_SEGMENT_VALUE_LOOKUP_SET_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PA_SEGMENT_VALUE_LOOKUP_SET_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SEGMENT_VALUE_LOOKUP_SET_ID | NUMBER | (15) | Yes | The system-generated number that uniquely identifies the segment value lookup set |
SEGMENT_VALUE_LOOKUP_SET_NAME | VARCHAR2 | (30) | Yes | Implementation-defined name that uniquely identifies the segment value lookup set |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
DESCRIPTION | VARCHAR2 | (250) | Description of the segment value lookup set |
Cut, paste (and edit) the following text to query this object:
SELECT SEGMENT_VALUE_LOOKUP_SET_ID
, SEGMENT_VALUE_LOOKUP_SET_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
FROM PA.PA_SEGMENT_VALUE_LOOKUP_SETS;
PA.PA_SEGMENT_VALUE_LOOKUP_SETS does not reference any database object
PA.PA_SEGMENT_VALUE_LOOKUP_SETS is referenced by following:
|
|
|