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


TABLE: PN.PN_INSUR_REQUIRE_HISTORY

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


PN_INSUR_REQUIRE_HISTORY tracks changes to insurance details related to a lease. A row is created in this table when the insurance information in a lease is altered by means of an amendment or an edit to the lease.
This table is not partitioned by org.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_INSUR_REQUIRE_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINSURANCE_HISTORY_ID
PN_INSUR_REQUIRE_HISTORY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINSURANCE_REQUIREMENT_ID
PN_INSUR_REQUIRE_HISTORY_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEASE_ID
ColumnLEASE_CHANGE_ID
Columns
Name Datatype Length Mandatory Comments
INSURANCE_HISTORY_ID NUMBER
Yes Uniquely identifies an insurance history record for a lease abstract, amend or edit row. The value is populated using sequence PN_INSUR_REQUIRE_HISTORY_S.
NEW_LEASE_CHANGE_ID NUMBER
Yes Associates the row in PN_LEASE_CHANGES_ALL with its corresponding insurance history row. When a row is modified in PN_INSURANCE_REQUIREMENTS_ALL as a result of an amendment or an edit to the lease, this field is updated with lease_change_id. The purpose is to associate the new amendment or edit row with the previous state of the insurance row.
STATUS VARCHAR2 (1) Yes Stores the most recent value of the insurance status immediately prior to being changed as a result of an amendment or an edit
INSURANCE_REQUIREMENT_ID NUMBER
Yes Associates the row in PN_INSURANCE_REQUIREMENTS_ALL with the history 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).
INSURANCE_TYPE_LOOKUP_CODE VARCHAR2 (30) Yes Type of insurance before it is changed as a result of an amendment or an edit
LEASE_ID NUMBER
Yes Associates the lease row in PN_LEASES_ALL with the history row
LEASE_CHANGE_ID NUMBER
Yes Associates the lease abstract, the amend row, or the edit row in PN_LEASE_CHANGES_ALL with the history row
POLICY_START_DATE DATE

Stores the value of the insurance policy start date immediately prior to being changed as a result of an amendment or an edit
POLICY_EXPIRATION_DATE DATE

Stores the value of the insurance policy expiration date immediately prior to being changed as a result of an amendment or an edit
INSURER_NAME VARCHAR2 (50)
Stores the name of the insurer before it is changed as a result of an amendment or an edit
POLICY_NUMBER VARCHAR2 (15)
Stores the insurance policy number before it is changed as a result of an amendment or an edit
INSURED_AMOUNT NUMBER

Stores the insured amount before it is changed as a result of an amendment or an edit
REQUIRED_AMOUNT NUMBER

Stores the required amount before it is changed as a result of an amendment or an edit
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
INSURANCE_COMMENTS VARCHAR2 (2000)
History of insurance comments.
Query Text

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


SELECT INSURANCE_HISTORY_ID
,      NEW_LEASE_CHANGE_ID
,      STATUS
,      INSURANCE_REQUIREMENT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      INSURANCE_TYPE_LOOKUP_CODE
,      LEASE_ID
,      LEASE_CHANGE_ID
,      POLICY_START_DATE
,      POLICY_EXPIRATION_DATE
,      INSURER_NAME
,      POLICY_NUMBER
,      INSURED_AMOUNT
,      REQUIRED_AMOUNT
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      INSURANCE_COMMENTS
FROM PN.PN_INSUR_REQUIRE_HISTORY;

Dependencies

[top of page]

PN.PN_INSUR_REQUIRE_HISTORY does not reference any database object

PN.PN_INSUR_REQUIRE_HISTORY is referenced by following:

SchemaPN
ViewPN_INSUR_REQUIRE_HISTORY#