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


TABLE: PV.PV_COUNTRY_TIMEOUTS

Object Details
Object Name: PV_COUNTRY_TIMEOUTS
Object Type: TABLE
Owner: PV
FND Design Data: TablePV.PV_COUNTRY_TIMEOUTS
Subobject Name:
Status: VALID


PV_COUNTRY_TIMEOUT stores different timeout period based on the country to provide the same time across all the partners from various geographical areas for an offered lead


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PV_COUNTRY_TIMEOUTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTIMEOUT_ID
PV_COUNTRY_TIMEOUTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTIMEOUT_TYPE
ColumnCOUNTRY_CODE
PV_COUNTRY_TIMEOUTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOUNTRY_CODE
Columns
Name Datatype Length Mandatory Comments
TIMEOUT_ID NUMBER (15) Yes Timeout identifier
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
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object version number
TIMEOUT_PERIOD NUMBER (30)
Time out period in hours based on the country
TIMEOUT_TYPE VARCHAR2 (30)
Predefined timeout types
COUNTRY_CODE VARCHAR2 (15) Yes Country code
SECURITY_GROUP_ID NUMBER (15)
Security group identifier
Query Text

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


SELECT TIMEOUT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      TIMEOUT_PERIOD
,      TIMEOUT_TYPE
,      COUNTRY_CODE
,      SECURITY_GROUP_ID
FROM PV.PV_COUNTRY_TIMEOUTS;

Dependencies

[top of page]

PV.PV_COUNTRY_TIMEOUTS does not reference any database object

PV.PV_COUNTRY_TIMEOUTS is referenced by following:

SchemaAPPS
SynonymPV_COUNTRY_TIMEOUTS