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


TABLE: PN.PN_SET_TYPES

Object Details
Object Name: PN_SET_TYPES
Object Type: TABLE
Owner: PN
FND Design Data: TablePN.PN_SET_TYPES
Subobject Name:
Status: VALID


PN_SET_TYPES stores the type of milestones grouping. The information can be used to create default milestones for a lease, lease options, insurance and payment terms.
This table is not partitioned by org.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_SET_TYPE_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSET_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
SET_ID NUMBER
Yes Uniquely identifies the milestone set. The value is populated using sequence PN_SET_TYPES_S
LANGUAGE VARCHAR2 (4) Yes Identifies the language to which this row belongs.
SOURCE_LANG VARCHAR2 (4) Yes Identifies the source language which was used to create this row. For example, the language may be French but the row may have been created in US English environment.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
SET_NAME VARCHAR2 (50) Yes Name of the milestone set
DESCRIPTION VARCHAR2 (80)
Description of the milestone set
Query Text

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


SELECT SET_ID
,      LANGUAGE
,      SOURCE_LANG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SET_NAME
,      DESCRIPTION
FROM PN.PN_SET_TYPES;

Dependencies

[top of page]

PN.PN_SET_TYPES does not reference any database object

PN.PN_SET_TYPES is referenced by following:

SchemaPN
ViewPN_SET_TYPES#