[Home] [Help]
[Dependency Information]
| Object Name: | PN_VAR_TRX_DETAILS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PN |
| FND Design Data: | PN.PN_VAR_TRX_DETAILS_ALL
|
| Subobject Name: | |
| Status: | VALID |
PN_VAR_TRX_DETAILS_ALL stores information on variable rent records
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PN_VAR_TRX_DETAILS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TRX_DETAIL_ID
|
| PN_VAR_TRX_DETAILS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TRX_HEADER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRX_DETAIL_ID | NUMBER | (15) | Yes | Identifier of the detail record |
| TRX_HEADER_ID | NUMBER | (15) | Yes | Identifier of the transaction for the detail |
| BKPT_DETAIL_ID | NUMBER | (15) | Yes | Identifier of the breakpoint detail |
| BKPT_RATE | NUMBER | Yes | Breakpoint rate for stratified ranges | |
| PRORATED_GRP_VOL_START | NUMBER | Start of breakpoint volume range for the calculation sub-period | ||
| PRORATED_GRP_VOL_END | NUMBER | End of breakpoint volume range for the calculation sub-period | ||
| FY_PR_GRP_VOL_START | NUMBER | Breakpoint range start volume for partial first year | ||
| FY_PR_GRP_VOL_END | NUMBER | Breakpoint range end volume for partial first year | ||
| LY_PR_GRP_VOL_START | NUMBER | Breakpoint range start volume for partial last year | ||
| LY_PR_GRP_VOL_END | NUMBER | Breakpoint range end volume for partial last year | ||
| PR_GRP_BLENDED_VOL_START | NUMBER | Start of breakpoint volume range for the calculation period | ||
| PR_GRP_BLENDED_VOL_END | NUMBER | End of breakpoint volume range for the calculation period | ||
| YTD_GROUP_VOL_START | NUMBER | Start of year-to-date breakpoint volume | ||
| YTD_GROUP_VOL_END | NUMBER | End of year-to-date breakpoint volume | ||
| BLENDED_PERIOD_VOL_START | NUMBER | Start of blended annual breakpoint volume | ||
| BLENDED_PERIOD_VOL_END | NUMBER | End of blended annual breakpoint volume | ||
| ORG_ID | NUMBER | (15) | Identifier of the operating unit | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT TRX_DETAIL_ID
, TRX_HEADER_ID
, BKPT_DETAIL_ID
, BKPT_RATE
, PRORATED_GRP_VOL_START
, PRORATED_GRP_VOL_END
, FY_PR_GRP_VOL_START
, FY_PR_GRP_VOL_END
, LY_PR_GRP_VOL_START
, LY_PR_GRP_VOL_END
, PR_GRP_BLENDED_VOL_START
, PR_GRP_BLENDED_VOL_END
, YTD_GROUP_VOL_START
, YTD_GROUP_VOL_END
, BLENDED_PERIOD_VOL_START
, BLENDED_PERIOD_VOL_END
, ORG_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PN.PN_VAR_TRX_DETAILS_ALL;
PN.PN_VAR_TRX_DETAILS_ALL does not reference any database object
PN.PN_VAR_TRX_DETAILS_ALL is referenced by following:
PN
PN_VAR_TRX_DETAILS_ALL#
|
|
|
|