[Home] [Help]
[Dependency Information]
Object Name: | PON_BID_REBATES |
---|---|
Object Type: | TABLE |
Owner: | PON |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PON_BID_REBATES is the table used to store Rebates for a particular bid
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PON_BID_REBATES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SEQUENCE_NUMBER | NUMBER | Yes | DB generated sequence | |
BID_NUMBER | NUMBER | Yes | FK to bid_number on pon_bid_headers | |
LOWER_SPEND | NUMBER | Lower spend level of the rebate structure | ||
UPPER_SPEND | NUMBER | Upper spend level in the rebate structure | ||
REBATE | NUMBER | The actual rebate percentage for this rebate tier | ||
CREATION_DATE | DATE | Std WHO Column | ||
CREATED_BY | NUMBER | Std WHO Column | ||
LAST_UPDATE_DATE | DATE | Std WHO Column | ||
LAST_UPDATED_BY | NUMBER | Std WHO Column |
Cut, paste (and edit) the following text to query this object:
SELECT SEQUENCE_NUMBER
, BID_NUMBER
, LOWER_SPEND
, UPPER_SPEND
, REBATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM PON.PON_BID_REBATES;
PON.PON_BID_REBATES does not reference any database object
PON.PON_BID_REBATES is referenced by following:
|
|
|