[Home] [Help]
[Dependency Information]
Object Name: | JTF_RS_EMAIL_ACCOUNTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Validates Email Center Parameters (Replaces IEM_EMAIL_ACCOUNTS_V)
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INTERACTION_CENTER_ID | NUMBER | (15) | Yes | Interaction center identifier. |
CONFIG_NAME | VARCHAR2 | (256) | Configuration Name. | |
VALUE_TYPE | VARCHAR2 | (40) | Value type. |
Cut, paste (and edit) the following text to query this object:
SELECT INTERACTION_CENTER_ID
, CONFIG_NAME
, VALUE_TYPE
FROM APPS.JTF_RS_EMAIL_ACCOUNTS_V;
|
|
|