[Home] [Help]
[Dependency Information]
Object Name: | AP_CARD_SUPPLIERS_ALL |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Each row represents a single supplier, supplier site, and credit card combination. However, a combination only qualifies for this table if it has a Card Program type of "Supplier". (should probably identify what table/field that this is defined in to calrify the dependency.)
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AP_CARD_SUPPLIERS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
AP_CARD_SUPPLIERS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CARD_ID | NUMBER | (15) | Yes | Card Identifier |
VENDOR_ID | NUMBER | Yes | Supplier Identifier | |
VENDOR_SITE_ID | NUMBER | Yes | Supplier Site Identifier | |
ORG_ID | NUMBER | (15) | Organization identifier | |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT CARD_ID
, VENDOR_ID
, VENDOR_SITE_ID
, ORG_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM AP.AP_CARD_SUPPLIERS_ALL;
AP.AP_CARD_SUPPLIERS_ALL does not reference any database object
AP.AP_CARD_SUPPLIERS_ALL is referenced by following:
|
|
|