Definition of table po-group-user
Records of which users are allowed into a PO group , Table Dump Name po-guser

Alphabetical Field Summary

  • cre-date: (DATE) Date record was originally created
  • extern-guid: (CHAR) External Global Unique ID for this record
  • fiscal-year: (CHAR) Fiscal Year this record is associated with
  • po-group: (CHAR) PO Group this security record affects
  • primary-key: (INTG) Unique, Primary key for table/record
  • upd-date: (DATE) Date Record was last updated
  • user-name: (CHAR) Name of user this record affects

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • po-group-by-user: (PRIMARY) fiscal-year, user-name, po-group
  • po-user-by-group: fiscal-year, po-group, user-name

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-pgu.p (SOURCE NOT AVAILABLE)
  • DELETE: Overridable, Procedure is tr-d-pgu.p (SOURCE NOT AVAILABLE)
  • REPLICATION-CREATE: Procedure is rp-c-pgu.p (SOURCE NOT AVAILABLE)
  • REPLICATION-DELETE: Procedure is rp-d-pgu.p (SOURCE NOT AVAILABLE)
  • REPLICATION-WRITE: Procedure is rp-u-pgu.p (SOURCE NOT AVAILABLE)
  • WRITE: Overridable, Procedure is tr-u-pgu.p (SOURCE NOT AVAILABLE)

    Tables po-group-user references

  • period - Period definition file. This defines the start/stop of each
  • po-group - Defines logically named groups of PO activity. Can be used t


    Detailed Alphabetical Field Listing
    cre-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Help: Date record was originally created

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    fiscal-year Data type: CHARACTER
    Format: x(4)
    Help: Fiscal Year this record is associated with
    Attributes: Index Component

    po-group Data type: CHARACTER
    Format: x(5)
    Help: PO Group this security record affects
    Attributes: Index Component

    primary-key Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Unique, Primary key for table/record

    upd-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Help: Date Record was last updated

    user-name Data type: CHARACTER
    Format: x(16)
    Help: Name of user this record affects
    Attributes: Index Component

    Created on 04/17/2012 by DBHTML V1.2