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


TABLE: PN.PN_VAR_ABATEMENTS_ALL

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


Stores information about the main lease payment/billing terms to be used for calculating the recurring abatement amount applicable to an invoice. This table is partitioned by org.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_VAR_ABATEMENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnVAR_ABATEMENT_ID
PN_VAR_ABATEMENTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAYMENT_TERM_ID
ColumnVAR_RENT_INV_ID
ColumnVAR_RENT_ID
Columns
Name Datatype Length Mandatory Comments
VAR_ABATEMENT_ID NUMBER
Yes Uniquely identifies the abatements row
VAR_RENT_INV_ID NUMBER
Yes This column is associated with var_rent_inv_id in the pn_var_rent_inv table
PAYMENT_TERM_ID NUMBER
Yes This column is associated with payment_term_id in the pn_payment_terms table
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) 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 (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
ORG_ID NUMBER (15)
Organization identifier
VAR_RENT_ID NUMBER (15) Yes Identifier of the variable rent agreement
INCLUDE_TERM VARCHAR2 (1)
Code specifying whether abatements or allowances are to be applied to this payment.
INCLUDE_INCREASES VARCHAR2 (1)
Code specifying whether abatements or allowances are to be applied to rent increases on this payment.
UPDATE_FLAG VARCHAR2 (1)
Flag indicating if the payment has been updated.
Query Text

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


SELECT VAR_ABATEMENT_ID
,      VAR_RENT_INV_ID
,      PAYMENT_TERM_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ORG_ID
,      VAR_RENT_ID
,      INCLUDE_TERM
,      INCLUDE_INCREASES
,      UPDATE_FLAG
FROM PN.PN_VAR_ABATEMENTS_ALL;

Dependencies

[top of page]

PN.PN_VAR_ABATEMENTS_ALL does not reference any database object

PN.PN_VAR_ABATEMENTS_ALL is referenced by following:

SchemaAPPS
SynonymPN_VAR_ABATEMENTS
SynonymPN_VAR_ABATEMENTS_ALL