RC_BP_TARGET_LG

(SQL View)
Index Back

Transition Activity View

This view is used to display a list of Activities that can be transitioned to from the existing activity. This is part of the Business Process Tracking feature.

SELECT A.RC_BUS_PROCESS_ID , A.EFFDT , A.RC_ACTIVITY_ID , A.TARGET_PHASE ,B.LANGUAGE_CD , B.DESCR FROM PS_RC_BP_DEFN_VW A , PS_RC_ACTIVITY_LNG B WHERE A.TARGET_PHASE = B.RC_ACTIVITY_ID AND A.AUTOMATIC='M'

  • Related Language Record for RC_BP_TARGET_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 RC_BUS_PROCESS_ID Character(15) VARCHAR2(15) NOT NULL Business Process ID used in Business Process tracking.
    2 BUS_PROCESS_DATE Date(10) DATE Business Project Date. This field is used to store the effective date for a specific instance of a Business Project.
    3 RC_ACTIVITY_ID Character(15) VARCHAR2(15) NOT NULL Activity ID used in Business Process tracking.
    4 TARGET_PHASE Character(15) VARCHAR2(15) NOT NULL Target Phase
    5 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description