[Home] [Help]
[Dependency Information]
Object Name: | FV_BE_INTERFACE_CONTROL |
---|---|
Object Type: | TABLE |
Owner: | FV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FV_BE_INTERFACE_CONTROL stores the control information required for import processing.
User inserts a row into this table before submitting the import process.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FV_BE_INT_CTRL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SOURCE | VARCHAR2 | (25) | Yes | Import source |
GROUP_ID | NUMBER | Yes | Import group identifier | |
STATUS | VARCHAR2 | (25) | Yes | Import status |
DATE_PROCESSED | DATE | Porcessed date | ||
TIME_PROCESSED | VARCHAR2 | (25) | Porcessed time |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE
, GROUP_ID
, STATUS
, DATE_PROCESSED
, TIME_PROCESSED
FROM FV.FV_BE_INTERFACE_CONTROL;
FV.FV_BE_INTERFACE_CONTROL does not reference any database object
FV.FV_BE_INTERFACE_CONTROL is referenced by following:
|
|
|