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


TABLE: XDP.XDP_FE_GENERIC_CONFIG

Object Details
Object Name: XDP_FE_GENERIC_CONFIG
Object Type: TABLE
Owner: XDP
FND Design Data: TableXDP.XDP_FE_GENERIC_CONFIG
Subobject Name:
Status: VALID


XDP_FE_GENERIC_CONFIG is used to define all the available Software Generic for a Fulfillment Element. A Fulfillment Element can be running one Software Generic at one given time, but you can define future Software Generic in this table by specifying a future date on the Start Date attribute. Oracle SDP Provisioning will use the most recent Software Generic at the order process time.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XDP_FE_GENERIC_CONFIG_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnFE_GENERIC_CONFIG_ID
ColumnZD_EDITION_NAME
XDP_FE_GENERIC_CONFIG_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnFE_ID
ColumnFE_SW_GEN_LOOKUP_ID
ColumnZD_EDITION_NAME
XDP_FE_GENERIC_CONFIG_U3 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnFE_ID
ColumnSTART_DATE
ColumnZD_EDITION_NAME
XDP_FE_GENERIC_CONFIG_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnFE_SW_GEN_LOOKUP_ID
Columns
Name Datatype Length Mandatory Comments
FE_GENERIC_CONFIG_ID NUMBER
Yes Fulfillment Element Generic Configurartion identifier
FE_ID NUMBER
Yes Fulfillment Element identifier
FE_SW_GEN_LOOKUP_ID NUMBER
Yes Fulfillment Element Software Generic Lookup identifier
START_DATE DATE
Yes Date by which the Fulfillment Element Generic Configuration is active for use
END_DATE DATE

Date by which the Fulfillment Element Generic Configuration is inactive for use
SW_START_PROC VARCHAR2 (80)
Connection procedure for the Fulfillment Element
SW_EXIT_PROC VARCHAR2 (80)
Disconnect procedure for the Fulfillment Element
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
SECURITY_GROUP_ID NUMBER

Used in hosted environments
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT FE_GENERIC_CONFIG_ID
,      FE_ID
,      FE_SW_GEN_LOOKUP_ID
,      START_DATE
,      END_DATE
,      SW_START_PROC
,      SW_EXIT_PROC
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM XDP.XDP_FE_GENERIC_CONFIG;

Dependencies

[top of page]

XDP.XDP_FE_GENERIC_CONFIG does not reference any database object

XDP.XDP_FE_GENERIC_CONFIG is referenced by following:

SchemaXDP
ViewXDP_FE_GENERIC_CONFIG#