[Home] [Help]
[Dependency Information]
| Object Name: | FV_CCR_FLAGS |
|---|---|
| Object Type: | TABLE |
| Owner: | FV |
| FND Design Data: | FV.FV_CCR_FLAGS
|
| Subobject Name: | |
| Status: | VALID |
Stores CCR Flag Types and Flag Values
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DUNS | VARCHAR2 | (9) | DUNS Number | |
| FLAGTYPE | VARCHAR2 | (3) | Flag Type | |
| FLAGVAL | VARCHAR2 | (1) | Flag Value |
Cut, paste (and edit) the following text to query this object:
SELECT DUNS
, FLAGTYPE
, FLAGVAL
FROM FV.FV_CCR_FLAGS;
FV.FV_CCR_FLAGS does not reference any database object
FV.FV_CCR_FLAGS is referenced by following:
FV
FV_CCR_FLAGS#
|
|
|
|