[Home] [Help]
[Dependency Information]
Object Name: | BIX_CALL_CENTER_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CALL_CENTER_ID | NUMBER | (15) | Yes | call center ID |
CALL_CENTER_NAME | VARCHAR2 | (256) | Yes | call center name |
CALL_CENTER_GROUP | NUMBER | (15) | call center group | |
CALL_CENTER_LOCATION | VARCHAR2 | (500) | call center location |
Cut, paste (and edit) the following text to query this object:
SELECT CALL_CENTER_ID
, CALL_CENTER_NAME
, CALL_CENTER_GROUP
, CALL_CENTER_LOCATION
FROM APPS.BIX_CALL_CENTER_V;
|
|
|