JPM_JP_XRLAT_V3

(SQL View)
Index Back

Profile Identifier with config

Last effective dated row of each profile identifier. Includes configuration: record name, key names

SELECT A.JPM_PROFILE_ID , A.JPM_CAT_SETID , A.JPM_RLAT_KEY1 , A.JPM_RLAT_KEY2 , A.JPM_RLAT_KEY3 , A.JPM_RLAT_KEY4 , B.JPM_KEY_RECNAME , B.JPM_KEY1_FLD , B.JPM_KEY2_FLD , B.JPM_KEY3_FLD , B.JPM_KEY4_FLD , B.JPM_SETID_FLG , B.JPM_EFFDT_FLG , B.SEQNO FROM PS_JPM_JP_X_RLAT A , PS_JPM_RLAT_CFG B WHERE A.JPM_JP_XRLAT_TYPE = 'PIDO' AND A.JPM_RLAT_NAME = B.JPM_RLAT_NAME AND %EffdtCheck(JPM_JP_X_RLAT A1, A, %CurrentDateIn) AND A.EFF_STATUS = 'A'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 JPM_PROFILE_ID Character(12) VARCHAR2(12) NOT NULL The id, autoassigned or user assigned of the profile. This id is used to group items and other related material together into one coherent profile.

Prompt Table: JPM_PROFILE

2 JPM_CAT_SETID Character(5) VARCHAR2(5) NOT NULL Optional property of an item in Profiles to provide a setid value, often used in conjunction with another property that is setid based.

Prompt Table: SETID_TBL

3 JPM_RLAT_KEY1 Character(30) VARCHAR2(30) NOT NULL Key value identifying the external data being related to JPM data. Example- Job Codes (external data) being related to a Profile of a Job (JPM data).

Prompt Table: JPM_JP_PID_DVW1

4 JPM_RLAT_KEY2 Character(30) VARCHAR2(30) NOT NULL Key value identifying the external data being related to JPM data. Example- Job Codes (external data) being related to a Profile of a Job (JPM data).

Prompt Table: JPM_JP_PID_DVW2

5 JPM_RLAT_KEY3 Character(30) VARCHAR2(30) NOT NULL Key value identifying the external data being related to JPM data. Example- Job Codes (external data) being related to a Profile of a Job (JPM data).

Prompt Table: JPM_JP_PID_DVW3

6 JPM_RLAT_KEY4 Character(30) VARCHAR2(30) NOT NULL Key value identifying the external data being related to JPM data. Example- Job Codes (external data) being related to a Profile of a Job (JPM data).

Prompt Table: JPM_JP_PID_DVW4

7 JPM_KEY_RECNAME Character(15) VARCHAR2(15) NOT NULL JPM - Record Name
8 JPM_KEY1_FLD Character(18) VARCHAR2(18) NOT NULL Key 1 Field Name
9 JPM_KEY2_FLD Character(18) VARCHAR2(18) NOT NULL Key 2 Field Name
10 JPM_KEY3_FLD Character(18) VARCHAR2(18) NOT NULL Key 3 Field Name
11 JPM_KEY4_FLD Character(18) VARCHAR2(18) NOT NULL Key 4 Field Name
12 JPM_SETID_FLG Character(1) VARCHAR2(1) NOT NULL Set ID Flag
13 JPM_EFFDT_FLG Character(1) VARCHAR2(1) NOT NULL Effective Dated
14 SEQNO Number(5,0) INTEGER NOT NULL Sequence Number