RB_TD_ACTGRP_VW

(SQL View)
Index Back

Action Group View

This view is used to show all the Transaction Groups associated with the Action.

SELECT A.ACTION_DFN_ID , A.TRANSACTION_NAME , C.DESCR100 ,A.ROW_ADDED_DTTM ,A.ROW_ADDED_OPRID FROM PS_RB_TD_TRANS_ACT A , PS_RB_TD_ACT_DFN B , PS_RB_TD_TRANS_HDR C WHERE B.ACTION_DFN_ID = A.ACTION_DFN_ID AND A.TRANSACTION_NAME = C.TRANSACTION_NAME

  • Related Language Record: RB_TD_ACTGRPLVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 ACTION_DFN_ID Character(10) VARCHAR2(10) NOT NULL This field is used to store the Action ID, the key field for Actions in 360-Degree View.

    Prompt Table: RB_TD_ACT_DFN

    2 TRANSACTION_NAME Character(25) VARCHAR2(25) NOT NULL EDI Transaction Name
    3 DESCR100 Character(100) VARCHAR2(100) NOT NULL Length 100 Description
    4 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    5 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.