SupplierRegistrationRequestsbusinessClassifications
Maintains classification records (for example, minority-owned, small business) for a supplier registration request, aligning with compliance requirements.
Columns
| Name | Type | Description |
| SupplierRegistrationRequestsSupplierRegistrationKey [KEY] | String | A unique identifier for the supplier registration request, linking the business classification details to the specific supplier registration. |
| BusinessClassificationsId [KEY] | Long | A unique identifier for the business classification associated with the supplier registration request. |
| Classification | String | The classification for the supplier business. This identifies the general category under which the supplier is classified. For example, it could refer to whether the supplier is a minority-owned business, a small business, or another classification. |
| ClassificationCode | String | An abbreviation that uniquely identifies the business classification for the supplier. Accepted values are defined in the lookup type POZ_BUSINESS_CLASSIFICATIONS. You can update these values using the Setup and Maintenance work area and the Manage Business Classification Lookup task. |
| Subclassification | String | Describes a subclassification when a minority owns the business. This field is used when the classification indicates that the business belongs to a minority group. |
| SubclassificationCode | String | An abbreviation that identifies the subclassification when a minority owns the business. Accepted values are defined in the lookup type POZ_MINORITY_GROUP. You can update these values in the Setup and Maintenance work area and the Manage Standard Lookups task. |
| CertifyingAgency | String | The agency that certifies the business classification for the supplier. This agency is responsible for confirming the business classification and certifying its validity. |
| CertifyingAgencyId | Long | A unique identifier for the agency that certifies the business classification for the supplier. |
| OtherCertifyingAgency | String | An alternative agency that certifies the business classification for the supplier. Use this attribute when the agency is not specified in the Manage Certifying Agencies page in the Setup and Maintenance work area. |
| CertificateNumber | String | The certificate number issued by the certifying agency for the business classification. This number uniquely identifies the certification issued to the supplier. |
| CertificateStartDate | Date | The date on which the certificate issued by the certifying agency becomes effective, validating the business classification. |
| CertificateExpirationDate | Date | The date on which the certificate expires, indicating when the business classification needs to be renewed or re-validated. |
| Notes | String | Any additional notes that describe the business classification for the supplier. This field allows the supplier or the person managing the classification to provide more context or details. |
| Finder | String | A searchable keyword used to locate the business classification record in the system. |
| SupplierRegistrationKey | String | A unique identifier for the supplier registration, linking the business classification details to the overall supplier registration process. |