[Home] [Help]
[Dependency Information]
Object Name: | PN_VAR_BKPTS_DET_ALL |
---|---|
Object Type: | TABLE |
Owner: | PN |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores breakpoint related information to be used in the calculation of variable rent for each line item such as type of breakpoint, base rent, break rate.This table stores the header information for the header details. This table is partitioned by org.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PN_VAR_BKPTS_DET_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PN_VAR_BKPTS_DET_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BKPT_DETAIL_ID | NUMBER | Yes | Uniquely identifies the breakpoints detail row. | |
BKPT_DETAIL_NUM | NUMBER | Yes | Unique number of a breakpoints detail 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). | ||
BKPT_HEADER_ID | NUMBER | Associates the details row with a header row. | ||
PERIOD_BKPT_VOL_START | NUMBER | Yes | Start of break point volume range for the period. | |
PERIOD_BKPT_VOL_END | NUMBER | End of break point volume range for the period. | ||
GROUP_BKPT_VOL_START | NUMBER | Yes | Start of break point volume range for the group date. | |
GROUP_BKPT_VOL_END | NUMBER | End of break point volume range for the group date. | ||
BKPT_RATE | NUMBER | Yes | Rate used in calculation of the variable rent. | |
COMMENTS | VARCHAR2 | (2000) | Comments related to the breakpoints detail row. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
BKPT_START_DATE | DATE | Default start date of breakpoint detail. | ||
BKPT_END_DATE | DATE | Default end date of breakpoint detail pjretro. | ||
BKDT_DEFAULT_ID | NUMBER | Yes | Identifier of the breakpoint detail setup record. | |
VAR_RENT_ID | NUMBER | Yes | Identifier of the variable rent agreement . | |
ANNUAL_BASIS_AMOUNT | NUMBER | Basis amount used to calculate natural breakpoint. |
Cut, paste (and edit) the following text to query this object:
SELECT BKPT_DETAIL_ID
, BKPT_DETAIL_NUM
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, BKPT_HEADER_ID
, PERIOD_BKPT_VOL_START
, PERIOD_BKPT_VOL_END
, GROUP_BKPT_VOL_START
, GROUP_BKPT_VOL_END
, BKPT_RATE
, COMMENTS
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, ORG_ID
, BKPT_START_DATE
, BKPT_END_DATE
, BKDT_DEFAULT_ID
, VAR_RENT_ID
, ANNUAL_BASIS_AMOUNT
FROM PN.PN_VAR_BKPTS_DET_ALL;
PN.PN_VAR_BKPTS_DET_ALL does not reference any database object
PN.PN_VAR_BKPTS_DET_ALL is referenced by following:
|
|
|