RBF_ACNT_AFLG_V(SQL View) |
Index Back |
---|---|
Contract VW with argmt flagArrangement Contract VW with flag indicating whether the related product is an arrangement |
SELECT A.SETID , A.ACNT_ID , A.DESCR50 , A.START_DATE , A.END_DATE , A.BUS_CONTACT_TYPE , A.BUS_CONTACT_ID , A.PRODUCT_ID_RELATED , B.ARRANGEMENT_FLAG , A.ATTRIBUTE_CATEGORY FROM PS_RBF_ACNT A , PS_RBF_PRD_DF_SRCH B WHERE A.PRODUCT_ID_RELATED = B.PRODUCT_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | ACNT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Contract ID
Default Value: NEXT |
3 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
4 | START_DATE | Date(10) | DATE NOT NULL |
Start Date
Default Value: %Date |
5 | END_DATE | Date(10) | DATE NOT NULL |
End date field to store an end date.
Default Value: %Date |
6 | BUS_CONTACT_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Business Contact Type for Arrangement for FSI
ALT=Alternate Capacity COM=Company PTN=Partnership Default Value: COM |
7 | BUS_CONTACT_ID | Number(31,0) | DECIMAL(31) NOT NULL |
Business Contact Id
Prompt Table: %EDIT_BUS_CON |
8 | PRODUCT_ID_RELATED | Character(18) | VARCHAR2(18) NOT NULL |
Field used to store related product ID
Prompt Table: RBF_PRD_DF_SRCH |
9 | ARRANGEMENT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
This field is to indicate whether an arrnagement is avilable on the product.
N=No Y=Yes |
10 | ATTRIBUTE_CATEGORY | Character(30) | VARCHAR2(30) NOT NULL |
This field defines the acategory of attributes in product.
Prompt Table: RBF_ACNT |