ANET_IDCRR_REP

(SQL Table)
Index Back

ID Cross Reference Table

Maintain the references of business process in all participating application. This table will have a foreign key relationship with application master

  • Parent Record Of ANET_CRR_UPDATE
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 ANET_CRR_ID Number(30,0) DECIMAL(30) NOT NULL ID Cross reference Id
    2 ANET_CRR_KEY Number(30,0) DECIMAL(30) NOT NULL Reference key to identify a sub object in participating applications.
    3 ANET_APP_INST_ID Character(50) VARCHAR2(50) NOT NULL Application Instance Id
    4 ANET_MASTER_OBJECT Character(50) VARCHAR2(50) NOT NULL Name of the primary object
    5 ANET_SUB_OBJECT Character(250) VARCHAR2(250) NOT NULL Name of the sub object
    6 ANET_MASTER_OBJ_ID Character(250) VARCHAR2(250) NOT NULL Primary Object ID in the ID Cross Reference Repository
    7 ANET_SUB_OBJ_ID Character(250) VARCHAR2(250) NOT NULL Id of the sub object