[Home] [Help]
[Dependency Information]
| Object Name: | FV_CCR_ORGS |
|---|---|
| Object Type: | TABLE |
| Owner: | FV |
| FND Design Data: | FV.FV_CCR_ORGS
|
| Subobject Name: | |
| Status: | VALID |
This table stores information about the operating units with access to each DUNS/DUNS+4 number
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FV_CCR_ORGS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CCR_ID
ORG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CCR_ID | NUMBER | Yes | Internal identifier for a DUNS/DUNS+4 record | |
| PAY_SITE_ID | NUMBER | Internal identifier for the supplier pay site | ||
| MAIN_ADDRESS_SITE_ID | NUMBER | Internal identifier for the physical main address site | ||
| MAIN_ADDRESS_SITE_FLAG | VARCHAR2 | (1) | Yes | Internal identifier for a supplier site |
| BANK_ACCOUNT_ID | NUMBER | Internal identifier for a bank account | ||
| ORG_ID | NUMBER | Yes | Organization identifier | |
| DUNS | VARCHAR2 | (9) | Unique nine-digit number assigned by Dun & Bradstreet, identifies a CCR vendor | |
| PLUS_FOUR | VARCHAR2 | (4) | CCR vendor assigned identifier used to different bank accounts for the same vendor (DUNS) at the same physical location | |
| CONC_REQUEST_STATUS | VARCHAR2 | (1) | CONC_REQUEST_STATUS indicates the status of the CCR Data Processing concurrent program that processes the assignments for the DUNS record.Valid values, if present, are : C - Completed ; E - Errored | |
| 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) | Yes | 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 CCR_ID
, PAY_SITE_ID
, MAIN_ADDRESS_SITE_ID
, MAIN_ADDRESS_SITE_FLAG
, BANK_ACCOUNT_ID
, ORG_ID
, DUNS
, PLUS_FOUR
, CONC_REQUEST_STATUS
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM FV.FV_CCR_ORGS;
FV.FV_CCR_ORGS does not reference any database object
FV.FV_CCR_ORGS is referenced by following:
APPS
FV_CCR_ORGS
|
|
|
|