[Home] [Help]
[Dependency Information]
| Object Name: | BIX_DM_EMAIL_ACCOUNTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view lists all the email accounts from the table iem_email_accounts . It is used in the definition of list of values for the parameters of reports and bins .
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SORT_COL | NUMBER | Used to sort the rows in the views while displaying in the list of values of the parameters . | ||
| EMAIL_ACCOUNT_ID | VARCHAR2 | (40) | Unique identifier for the email account . | |
| EMAIL_ACCOUNT_NAME | VARCHAR2 | (120) | Name of the email account . |
Cut, paste (and edit) the following text to query this object:
SELECT SORT_COL
, EMAIL_ACCOUNT_ID
, EMAIL_ACCOUNT_NAME
FROM APPS.BIX_DM_EMAIL_ACCOUNTS_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
IEM_MSTEMAIL_ACCOUNTS
APPS.BIX_DM_EMAIL_ACCOUNTS_V is not referenced by any database object
|
|
|
|