SuppliersbusinessClassifications
Specifies recognized business types or certifications (for example, minority-owned) for a supplier, meeting regulatory or diversity goals.
Columns
| Name | Type | Description |
| SuppliersSupplierId [KEY] | Long | The unique identifier for the supplier associated with the business classification. |
| ClassificationId [KEY] | Long | A unique identifier for the business classification assigned to the supplier. |
| ClassificationCode | String | An abbreviation that identifies the supplier's business classification. Valid values are defined in the lookup type POZ_BUSINESS_CLASSIFICATIONS, which can be reviewed and updated through the Setup and Maintenance work area. |
| Classification | String | A description of the business classification for the supplier, such as 'Minority-Owned' or 'Women-Owned.' |
| SubclassificationCode | String | An abbreviation identifying the subclassification when a minority group owns the business classification. Valid values are defined in the lookup type POZ_MINORITY_GROUP, which can be managed through the Setup and Maintenance work area. |
| Subclassification | String | A description of the subclassification for the business classification when it is owned by a minority group. |
| Status | String | The current status of the business classification for the supplier, such as 'Active' or 'Inactive.' |
| CertifyingAgencyId | Long | A unique identifier for the certifying agency that validates the supplier's business classification. |
| CertifyingAgency | String | The name of the agency that certifies the supplier's business classification. |
| OtherCertifyingAgency | String | The name of an alternative certifying agency if the standard agencies listed in the system do not apply. This field is used when a non-standard agency is involved. |
| CertificateNumber | String | The certificate number issued by the certifying agency for the business classification. |
| CertificateStartDate | Date | The date when the certificate issued by the certifying agency for the business classification becomes effective. |
| CertificateExpirationDate | Date | The date when the certificate issued by the certifying agency for the business classification expires. |
| Notes | String | Additional notes or comments describing the business classification for the supplier. These notes can be entered by the supplier or the person managing the classification. |
| ProvidedByUserFirstName | String | The first name of the individual in the supplier organization who provides the business classification details. |
| ProvidedByUserLastName | String | The last name of the individual in the supplier organization who provides the business classification details. |
| ConfirmedOnDate | Date | The date when the business classification was confirmed by the application for the supplier. |
| ProvidedByContactId | Long | A unique identifier for the individual in the supplier organization who provides the business classification details. |
| ProvidedByEmail | String | The email address of the individual in the supplier organization who provides the business classification details. |
| CreationDate | Datetime | The timestamp when the business classification record for the supplier was created. |
| CreatedBy | String | The user or system that created the business classification record for the supplier. |
| LastUpdateDate | Datetime | The timestamp of the most recent update made to the business classification record for the supplier. |
| LastUpdatedBy | String | The user or system that last updated the business classification record for the supplier. |
| BilltoBuId | Long | The unique identifier for the billing business unit associated with the business classification record. |
| BindPurchaseFlag | String | Indicates whether the business classification is bound to purchasing-related activities (true) or not (false). |
| BindReqBuId | Long | The unique identifier for the business unit required for processing the business classification. |
| BindSourcingOnlyFlag | String | Indicates whether the business classification is bound to sourcing-related activities only (true), or has broader applicability (false). |
| BindSysdate | Date | The system date when the binding action for the business classification was executed. |
| Finder | String | A reference to a search or lookup function used to find or retrieve the business classification details. |
| SupplierId | Long | The unique identifier for the supplier associated with this business classification record. |