[Home] [Help]
[Dependency Information]
Object Name: | POS_BUS_CLASS_ATTR |
---|---|
Object Type: | TABLE |
Owner: | POS |
Subobject Name: | |
Status: | VALID |
POS_BUS_CLASS_ATTR stores information about the business classifications for suppliers. Examples of business classifications are Women Owned, Minority Owned, Small Business, etc.
In each row in this table, the supplier is identified by TCA party id; the business classification is identified by the lookup type, and lookup code. Each row also contains information about the business classification such as status, start date, end date, certificate number, certifying agency, and expiration date of the certificate.
Internal buyers can mark each row as PENDING, APPROVED, or REJECTED in the CLASS_STATUS column to indicate whether the classification for the supplier has been verified, and if it has, the classification is correct or incorrect.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
POS_BUS_CLASS_ATTR_U1 | NORMAL | UNIQUE |
![]() |
![]() |
POS_BUS_CLASS_ATTR_U2 | FUNCTION-BASED NORMAL | UNIQUE |
![]() |
![]() |
POS_BUS_CLASS_ATTR_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
POS_BUS_CLASS_ATTR_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
POS_BUS_CLASS_ATTR_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CLASSIFICATION_ID | NUMBER | (15) | Yes | Classification identifier |
PARTY_ID | NUMBER | Yes | Party identifier | |
LOOKUP_TYPE | VARCHAR2 | (30) | Yes | Lookup type for the business classification type |
LOOKUP_CODE | VARCHAR2 | (30) | Yes | Lookup code for the business classification type |
START_DATE_ACTIVE | DATE | Yes | Date when the classification becomes active for the supplier | |
END_DATE_ACTIVE | DATE | Date when the classification becomes inactive for the supplier | ||
STATUS | VARCHAR2 | (1) | Status of the row. 'A' means active, else inactive | |
EXT_ATTR_1 | VARCHAR2 | (240) | This is used to store some relevant information related to the row. For example, this column is used to store the minority type for the Minority Owned business classification. | |
EXPIRATION_DATE | DATE | Expiration date of the certificate | ||
CERTIFICATE_NUMBER | VARCHAR2 | (80) | Certificate Number of the certificate granted to the supplier for the classification | |
CERTIFYING_AGENCY | VARCHAR2 | (255) | Name of the agency that granted the certificate to the supplier | |
CLASS_STATUS | VARCHAR2 | (255) | Yes | Status of the classification used by the internal buyers. Valid values are PENDING, APPROVED, REJECTED. |
ATTRIBUTE1 | VARCHAR2 | (150) | Generic Attribute | |
ATTRIBUTE2 | VARCHAR2 | (150) | Generic Attribute | |
ATTRIBUTE3 | VARCHAR2 | (150) | Generic Attribute | |
ATTRIBUTE4 | VARCHAR2 | (150) | Generic Attribute | |
ATTRIBUTE5 | VARCHAR2 | (150) | Generic Attribute | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
VENDOR_ID | NUMBER | vendor identifier |
Cut, paste (and edit) the following text to query this object:
SELECT CLASSIFICATION_ID
, PARTY_ID
, LOOKUP_TYPE
, LOOKUP_CODE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, STATUS
, EXT_ATTR_1
, EXPIRATION_DATE
, CERTIFICATE_NUMBER
, CERTIFYING_AGENCY
, CLASS_STATUS
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, VENDOR_ID
FROM POS.POS_BUS_CLASS_ATTR;
POS.POS_BUS_CLASS_ATTR does not reference any database object
POS.POS_BUS_CLASS_ATTR is referenced by following:
|
|
|