DBA Data[Home] [Help] [Dependency Information]


TABLE: POS.POS_BUS_CLASS_ATTR

Object Details
Object Name: POS_BUS_CLASS_ATTR
Object Type: TABLE
Owner: POS
FND Design Data: TablePOS.POS_BUS_CLASS_ATTR
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
POS_BUS_CLASS_ATTR_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCLASSIFICATION_ID
POS_BUS_CLASS_ATTR_U2 FUNCTION-BASED NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDECODE("STATUS",'A',TO_CHAR("PARTY_ID")||TO_CHAR(NVL("PARTY_SITE_ID",(-1)))||TO_CHAR(NVL("VENDOR_SITE_ID",(-1)))||"LOOKUP_TYPE"||"LOOKUP_CODE"||"STATUS",TO_CHAR("PARTY_ID")||TO_CHAR(NVL("PARTY_SITE_ID",(-1)))||TO_CHAR(NVL("VENDOR_SITE_ID",(-1)))||"LOOKUP_TYPE"||"LOOKUP_CODE"||"STATUS"||TO_CHAR("CLASSIFICATION_ID"))
POS_BUS_CLASS_ATTR_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
ColumnLOOKUP_CODE
ColumnLOOKUP_TYPE
POS_BUS_CLASS_ATTR_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOOKUP_CODE
ColumnLOOKUP_TYPE
POS_BUS_CLASS_ATTR_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnVENDOR_ID
Columns
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
PARTY_SITE_ID NUMBER

address identifier
VENDOR_SITE_ID NUMBER

vendor site identifier
Query Text

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
,      PARTY_SITE_ID
,      VENDOR_SITE_ID
FROM POS.POS_BUS_CLASS_ATTR;

Dependencies

[top of page]

POS.POS_BUS_CLASS_ATTR does not reference any database object

POS.POS_BUS_CLASS_ATTR is referenced by following:

SchemaPOS
ViewPOS_BUS_CLASS_ATTR#