|
SELECT B.LEAD_ID , B.SEQ_NBR , B.TYPE , B.ASSOC_BUS_UNIT , B.ASSOC_SETID , B.CASE_ID , B.CLONED_FROM_OPP , B.CLONED_TO_OPP , B.CLONEDFROM_LEAD_ID , B.CLONEDTO_LEAD_ID , B.AGR_RENEWAL_NUM , B.AGREEMENT_CODE , B.DIALOG_ID , B.OPPORTUNITY_ID , %subrec(RB_AUDIT_SBR, A) FROM PS_RSF_LEAD A , PS_RSF_ASSOCIATION B WHERE A.LEAD_ID = B.LEAD_ID
|
| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
LEAD_ID |
Character(15) |
VARCHAR2(15) NOT NULL |
Used by Sales Force Automation, this field uniquely identifies a Sales Lead.
|
| 2 |
SEQ_NBR |
Number(15,0) |
DECIMAL(15) NOT NULL |
Sequence Number
|
| 3 |
TYPE |
Character(4) |
VARCHAR2(4) NOT NULL |
Association Types
|
| 4 |
ASSOC_BUS_UNIT |
Character(5) |
VARCHAR2(5) NOT NULL |
Association Business unit for related objects
|
| 5 |
ASSOC_SETID |
Character(5) |
VARCHAR2(5) NOT NULL |
Used as prompt for associated SETID.
|
| 6 |
CASE_ID |
Number(15,0) |
DECIMAL(15) NOT NULL |
Case ID. This is a unique ID assigned to a case when it is saved. Unique ID is ensured by getting the next value from the auto-numbering table and updating the table.
|
| 7 |
CLONED_FROM_OPP |
Character(15) |
VARCHAR2(15) NOT NULL |
Cloned from Opportunity ID
|
| 8 |
CLONED_TO_OPP |
Character(15) |
VARCHAR2(15) NOT NULL |
Cloned To Opportunity ID
|
| 9 |
CLONEDFROM_LEAD_ID |
Character(15) |
VARCHAR2(15) NOT NULL |
Used by Sales Force Automation, this field uniquely identifies a Sales Lead.
|
| 10 |
CLONEDTO_LEAD_ID |
Character(15) |
VARCHAR2(15) NOT NULL |
Used by Sales Force Automation, this field uniquely identifies a Sales Lead.
|
| 11 |
AGR_RENEWAL_NUM |
Number(4,0) |
SMALLINT NOT NULL |
This field represents the agreement renewal number (agreements begin at a value of one and the number is incremented with every renewal)
|
| 12 |
AGREEMENT_CODE |
Character(30) |
VARCHAR2(30) NOT NULL |
This field represents the agreement code (name) for an agreement
|
| 13 |
DIALOG_ID |
Number(18,0) |
DECIMAL(18) NOT NULL |
Dialog ID field to identify both design time and run time dialog.
|
| 14 |
OPPORTUNITY_ID |
Character(15) |
VARCHAR2(15) NOT NULL |
Opportunity ID
|
| 15 |
ROW_ADDED_DTTM |
DateTime(26) |
TIMESTAMP |
This is a datetime field for record creation.
|
| 16 |
ROW_ADDED_OPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
ID of user who added the row.
|
| 17 |
ROW_LASTMANT_DTTM |
DateTime(26) |
TIMESTAMP |
The date and time that the row was last updated.
|
| 18 |
ROW_LASTMANT_OPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
ID of user who last modified the row.
|
| 19 |
SYNCID |
Number(10,0) |
DECIMAL(10) NOT NULL |
The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
|
| 20 |
SYNCDTTM |
DateTime(26) |
TIMESTAMP |
Synchronization Last Update Date Time
|