RF_RMA_HDR(SQL Table) |
Index Back |
---|---|
RMA HeaderThis record is used as the header for Return Material Authorization. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_RB.BUSINESS_UNIT Prompt Table: SP_BU3RC_NONVW |
2 | RMA_ID | Character(10) | VARCHAR2(10) NOT NULL | RMA Number |
3 | 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.
Prompt Table: RF_RMA_CASE_VW |
4 | CUST_SETID | Character(5) | VARCHAR2(5) NOT NULL | Customer Setid |
5 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |
6 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
7 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |
8 | SITE_ID | Character(15) | VARCHAR2(15) NOT NULL |
Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
Prompt Table:
RF_COMPSITE_VW
|
9 | BO_ID_CNTCT | Number(31,0) | DECIMAL(31) NOT NULL | This field represents the business object ID for a Contact |
10 | RMA_RET_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
Indicates the type of return that the RMA represents.
00=Advanced Exchange 01=Repair and Return 02=Return and Replace 03=Return to Stock Default Value: 00 |
11 | PROBLEM_CD | Character(10) | VARCHAR2(10) NOT NULL |
Stores the ID for the problem code.
Prompt Table:
RF_PROB_CD_VW2
|
12 | RMA_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Code representing the status of the RMA.
C=Closed O=Open P=Pending X=Canceled |
13 | PROFILE_CM_SEQ_ADD | Number(31,0) | DECIMAL(31) NOT NULL |
This field is used to store the profile contact method sequence number for an address.
Prompt Table: %EDITTABLE |
14 | ADDRESS_SEQ_NUM | Number(5,0) | INTEGER NOT NULL | Address Sequence Number from Supply Chain Management. Field size increased from 3 to 5 in CRM 8.95, as Supply Chain Management has increased the size to 5 in SCM 8.9 release. |
15 | RETURN_TO_IBU | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit (Return to)
Default Value: BUS_UNIT_TBL_RC.RETURN_TO_IBU Prompt Table: SP_BU_FS_NONVW |
16 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL |
Country
Prompt Table: COUNTRY_TBL |
17 | ADDRESS1 | Character(55) | VARCHAR2(55) NOT NULL | Address 1 |
18 | ADDRESS2 | Character(55) | VARCHAR2(55) NOT NULL | Address 2 |
19 | ADDRESS3 | Character(55) | VARCHAR2(55) NOT NULL | Address 3 |
20 | ADDRESS4 | Character(55) | VARCHAR2(55) NOT NULL | Address 4 |
21 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
22 | NUM1 | Character(6) | VARCHAR2(6) NOT NULL | Number 1 |
23 | NUM2 | Character(4) | VARCHAR2(4) NOT NULL | Number 2 |
24 | HOUSE_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
House Type
AB=House Boat Reference WW=House Trailer Reference |
25 | ADDR_FIELD1 | Character(2) | VARCHAR2(2) NOT NULL | Address Field 1 |
26 | ADDR_FIELD2 | Character(4) | VARCHAR2(4) NOT NULL | Address Field 2 |
27 | ADDR_FIELD3 | Character(4) | VARCHAR2(4) NOT NULL | Address Field 3 |
28 | COUNTY | Character(30) | VARCHAR2(30) NOT NULL | County |
29 | STATE | Character(6) | VARCHAR2(6) NOT NULL |
State
Prompt Table: %EDIT_STATE |
30 | POSTAL | Character(12) | VARCHAR2(12) NOT NULL | Postal |
31 | GEO_CODE | Character(11) | VARCHAR2(11) NOT NULL | Geo Code |
32 | IN_CITY_LIMIT | Character(1) | VARCHAR2(1) NOT NULL |
In City Limit
Y/N Table Edit Default Value: Y |
33 | ADDRESS1_AC | Character(55) | VARCHAR2(55) NOT NULL | ADDRESS1_AC |
34 | ADDRESS2_AC | Character(55) | VARCHAR2(55) NOT NULL | ADDRESS2_AC |
35 | ADDRESS3_AC | Character(55) | VARCHAR2(55) NOT NULL | ADDRESS3_AC |
36 | ADDRESS4_AC | Character(55) | VARCHAR2(55) NOT NULL | Alternate Character Address 4. |
37 | CITY_AC | Character(30) | VARCHAR2(30) NOT NULL | CITY_AC |
38 | REGION_ID | Character(15) | VARCHAR2(15) NOT NULL | This field stores the region id value. |
39 | TIMEZONE | Character(9) | VARCHAR2(9) NOT NULL | Time Zone |
40 | PROFILE_CM_SEQ_PHN | Number(31,0) | DECIMAL(31) NOT NULL |
Used to store the contact method sequence number for a phone number.
Prompt Table: %EDITTABLE3 |
41 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |
42 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |
43 | COUNTRY_CODE | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Country Code values. |
44 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | This field stores the Telephone number. |
45 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | This field stores the Phone extension. |
46 | PROFILE_CM_SEQ_EML | Number(31,0) | DECIMAL(31) NOT NULL |
Used to store the contact method sequence number for a email address.
Prompt Table: %EDITTABLE4 |
47 | EMAIL_ADDR | Character(70) | VARCHAR2(70) NOT NULL | Email address to store the address of email. |
48 | EST_RETURN_DT | Date(10) | DATE NOT NULL |
Estimated Return
Default Value: %DATE |
49 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
50 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
51 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
52 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
53 | 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. |
54 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |