Provider Profile Log


Added On:  10/20/12 
SQL Table:  IAPP_PROVIDER_PROFILE_LOG 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  ProviderProfileLog 
Added On:  10/20/12
SQL Column:  ACH_PROVIDER_CODE
Java Field:  achProviderCode
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Added On:  10/20/12
SQL Column:  ACH_PROVIDER_IDENTITY
Java Field:  achProviderIdentity
Status:  Active
SQL Type:  varchar(40)
Java Type:  String
Attributes:
Added On:  10/20/12
SQL Column:  AMEX_BATCH_PROVIDER_CODE
Java Field:  amexBatchProviderCode
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Added On:  10/20/12
SQL Column:  AMEX_BATCH_PROVIDER_IDENTITY
Java Field:  amexBatchProviderIdentity
Status:  Active
SQL Type:  varchar(40)
Java Type:  String
Attributes:
Added On:  10/20/12
SQL Column:  CARDS_BATCH_PROVIDER_CODE
Java Field:  cardsBatchProviderCode
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Added On:  10/20/12
SQL Column:  CARDS_BATCH_PROVIDER_IDENTITY
Java Field:  cardsBatchProviderIdentity
Status:  Active
SQL Type:  varchar(117)
Java Type:  String
Attributes:
Added On:  10/20/12
SQL Column:  CARDS_REALTIME_PROVIDER_CODE
Java Field:  cardsRealtimeProviderCode
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Added On:  10/20/12
SQL Column:  CARDS_REALTIME_PROVIDER_IDENTITY
Java Field:  cardsRealtimeProviderIdentity
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  10/20/12
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created.
Added On:  10/20/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  10/20/12
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of Merchant Account to which instance of this object is attributed to.
Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.

The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.