BO_NAME_CI_VW

(SQL View)
Index Back

BO_NAME_CI_VW

This view: BO_NAME_CI_VW has the same structure as the record: BO_NAME with an extra field: BO_TYPE_ID. As delivered, this view does not contain any PeopleCode and is used in Component Interface (CI) components only. Whenever the structure of the underlying record changes, this view must be modified accordingly.

SELECT A.BO_ID , A.SEQ_NBR , 2 , A.NAME_TYPE , A.PRIMARY_IND , A.BO_NAME , A.BO_NAME_UPPER , A.BO_NAME_AC , A.BO_NAME_DISPLAY , A.BO_NAME_DISP_UPPER , A.BO_NAME_SHORT , A.SOURCE_IND , %subrec(NAMEGBL_NPC_SBR, A) , %subrec(RB_AUDIT_SBR, A) FROM PS_BO_NAME A

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
2 SEQ_NBR Number(15,0) DECIMAL(15) NOT NULL Sequence Number
3 BO_TYPE_ID Number(6,0) INTEGER NOT NULL ID Type
4 NAME_TYPE Character(15) VARCHAR2(15) NOT NULL Business Object Name Type

Default Value: PREFERRED

Prompt Table: BO_NAME_TYPE

5 PRIMARY_IND Character(1) VARCHAR2(1) NOT NULL Flag that indicates whether or not it is Primary
N=No
Y=Yes

Default Value: Y

6 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
7 BO_NAME_UPPER Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
8 BO_NAME_AC Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
9 BO_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object
10 BO_NAME_DISP_UPPER Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object in Upper
11 BO_NAME_SHORT Character(10) VARCHAR2(10) NOT NULL Short Name of Business Object
12 SOURCE_IND Character(4) VARCHAR2(4) NOT NULL EIP Source Indicator
CRM=CRM
EBS=EBIZ Suite
EXT=External
HRMS=HCM
SCM=SCM
13 COUNTRY_NM_FORMAT Character(3) VARCHAR2(3) NOT NULL This is the country name format field.

Default Value: OPR_DEF_TBL_RB.LC_CNTRY

Prompt Table: COUNTRY_TBL

14 NAME Character(50) VARCHAR2(50) NOT NULL Name
15 NAME_INITIALS Character(6) VARCHAR2(6) NOT NULL Name Initials
16 NAME_PREFIX Character(4) VARCHAR2(4) NOT NULL Name Prefix
17 NAME_SUFFIX Character(15) VARCHAR2(15) NOT NULL Name Suffix
18 NAME_ROYAL_PREFIX Character(15) VARCHAR2(15) NOT NULL Name Royal Prefix
19 NAME_ROYAL_SUFFIX Character(15) VARCHAR2(15) NOT NULL Name Royal Suffix
20 NAME_TITLE Character(30) VARCHAR2(30) NOT NULL Title
21 LAST_NAME_SRCH Character(30) VARCHAR2(30) NOT NULL Last Name
22 FIRST_NAME_SRCH Character(30) VARCHAR2(30) NOT NULL First Name
23 LAST_NAME Character(30) VARCHAR2(30) NOT NULL Last Name
24 FIRST_NAME Character(30) VARCHAR2(30) NOT NULL First Name
25 MIDDLE_NAME Character(30) VARCHAR2(30) NOT NULL Middle Name
26 SECOND_LAST_NAME Character(30) VARCHAR2(30) NOT NULL Second Last Name
27 SECOND_LAST_SRCH Character(30) VARCHAR2(30) NOT NULL Second Name
28 NAME_AC Character(50) VARCHAR2(50) NOT NULL Name (Alternate Character)
29 PREF_FIRST_NAME Character(30) VARCHAR2(30) NOT NULL PREF_FIRST_NAME field is used to identify the employees preferred first name
30 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
31 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
32 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
33 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
34 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.
35 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time