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


TABLE: PN.PN_SET_MILESTONES

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


PN_SET_MILESTONES stores milestone information to be associated with a milestone set. This setup data can be created at any time in Oracle Property Manager. The purpose is to save data entry time while defining milestones for a lease, lease options, insurance and payment terms. Refer to the
definition of a milestone in PN_LEASE_MILESTONES_ALL table.
This table is not partitioned by org.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
MILESTONES_SET_ID NUMBER
Yes Uniquely identifies the milestone setup data row. The value is populated using sequence PN_SET_MILESTONES_S
SET_ID NUMBER
Yes Associates the row in PN_SET_TYPES with the milestone setup data row
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).
MILESTONE_TYPE_CODE VARCHAR2 (30) Yes Identifies the type of milestone. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_MILESTONES_TYPE'
USER_ID NUMBER
Yes User id of the user for whom the milestone is created. Associates the user in FND_USER with this row.
NOTIFICATION_DATE DATE

Notification date
LEAD_DAYS NUMBER

Number of days before which the first milestone notification can be send
FREQUENCY NUMBER

How often the notification should be send
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure definition column.
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
Query Text

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


SELECT MILESTONES_SET_ID
,      SET_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      MILESTONE_TYPE_CODE
,      USER_ID
,      NOTIFICATION_DATE
,      LEAD_DAYS
,      FREQUENCY
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM PN.PN_SET_MILESTONES;

Dependencies

[top of page]

PN.PN_SET_MILESTONES does not reference any database object

PN.PN_SET_MILESTONES is referenced by following:

SchemaAPPS
SynonymPN_SET_MILESTONES