[Home] [Help]
[Dependency Information]
| Object Name: | PN_TERM_HISTORY_HEADER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PN.PN_TERM_HISTORY_HEADER_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TERM_HISTORY_ID | NUMBER | (15) | Yes | Unique Identifier of the term history row. This is the primary key of table. |
| PAYMENT_TERM_ID | NUMBER | (15) | Yes | Term Id, to which term history row belongs . |
| LEASE_CHANGE_ID | NUMBER | (15) | Yes | Associates the lease, amend, or edit row in PN_LEASE_CHANGES_ALL with the term history row. |
| PREV_TERM_HISTORY_ID | NUMBER | (15) | Reference column to previous term history row of the same term. | |
| CHANGE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of lease row. Valid values: ABSTRACT, AMEND or EDIT. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LEASE_CHANGE_TYPE' | |
| CHANGE_TYPE | VARCHAR2 | (80) | ||
| CHANGE_DATE | DATE | Yes | ||
| CREATED_BY | NUMBER | Yes | ||
| USER_RESPONSIBLE | VARCHAR2 | (100) | ||
| TOTAL_ADJ_AMOUNT | NUMBER | |||
| AMEND_NAME | VARCHAR2 | (50) | ||
| CHANGE_COMMENCEMENT_DATE | DATE | |||
| CHANGE_TERMINATION_DATE | DATE | |||
| CHANGE_EXECUTION_DATE | DATE | |||
| ORG_ID | NUMBER | (15) | ||
| LEASE_ID | NUMBER | Yes | ||
| LEASE_NAME | VARCHAR2 | (50) | Yes | |
| LEASE_NUMBER | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT TERM_HISTORY_ID
, PAYMENT_TERM_ID
, LEASE_CHANGE_ID
, PREV_TERM_HISTORY_ID
, CHANGE_TYPE_LOOKUP_CODE
, CHANGE_TYPE
, CHANGE_DATE
, CREATED_BY
, USER_RESPONSIBLE
, TOTAL_ADJ_AMOUNT
, AMEND_NAME
, CHANGE_COMMENCEMENT_DATE
, CHANGE_TERMINATION_DATE
, CHANGE_EXECUTION_DATE
, ORG_ID
, LEASE_ID
, LEASE_NAME
, LEASE_NUMBER
FROM APPS.PN_TERM_HISTORY_HEADER_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
FND_USER
PN_LEASES_ALL
PN_LEASE_CHANGES_ALL
PN_PAYMENT_TERMS_ALL
PN_PAYMENT_TERMS_HISTORY
APPS.PN_TERM_HISTORY_HEADER_V is not referenced by any database object
|
|
|
|