MEMBER_QUO_DTL(SQL Table) |
Index Back |
|---|---|
Bookings and Sales Quotas DetThis is a child table for MEMBER_QUOTAS. This table holds the quota information by fiscal period for books and sales quantities and amounts by team member. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
| 2 | Character(8) | VARCHAR2(8) NOT NULL |
Team Member
Prompt Table: MEMBER_PERSON |
|
| 3 | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PROD_ITEM |
|
| 4 | Character(10) | VARCHAR2(10) NOT NULL |
Product Group
Prompt Table: PROD_GROUP_TBL |
|
| 5 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
| 6 | Number(4,0) | SMALLINT NOT NULL | Fiscal Year | |
| 7 | Number(4,0) | SMALLINT NOT NULL | Fiscal Month | |
| 8 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
| 9 | SALES_QUOTA | Number(15,4) | DECIMAL(14,4) NOT NULL | Sales Quota Amt |
| 10 | SALES_QUOTA_QTY | Number(15,4) | DECIMAL(14,4) NOT NULL | Sales Quota Units |
| 11 | BOOKINGS_QUOTA | Number(15,4) | DECIMAL(14,4) NOT NULL | Bookings Quota |
| 12 | BOOKING_QUOTA_QTY | Number(15,4) | DECIMAL(14,4) NOT NULL | Booking Quota Qty |
| 13 | DATETIME_ADDED | DateTime(26) | TIMESTAMP | DateTime Added |
| 14 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
| 15 | LAST_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Last Maintained By Operator ID |