[Home] [Help]
[Dependency Information]
| Object Name: | BIX_DM_AGENT_PARAM_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 agents present in the table jtf_rs_resource_extns table . It is used in the definition of list of values for the parameters of reports and bins .
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AGENT_ID | VARCHAR2 | (40) | Unique identifier for the agent . | |
| AGENT_NAME | VARCHAR2 | (360) | Name of the agent . |
Cut, paste (and edit) the following text to query this object:
SELECT AGENT_ID
, AGENT_NAME
FROM APPS.BIX_DM_AGENT_PARAM_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
JTF_RS_RESOURCE_EXTNS
APPS
BIX_REAL_TIME_RPTS_PKG
- show dependent code
|
|
|
|