[Home] [Help]
[Dependency Information]
| Object Name: | BIL_DIMV_JOB_TITLE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIL.BIL_DIMV_JOB_TITLE
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
BIL_DIMV_JOB_TITLE - Dimension view used to provide descriptive information related to
employee job title. Used for reporting on salesforce.
.
Source is Oracle CRM Sales Schema.
.
.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| JOB_PK | NUMBER | Sales representative job identifier | ||
| JOB_TITLE | VARCHAR2 | (700) | Sales representative job name | |
| ID | VARCHAR2 | (40) | Sales representative job identifier | |
| VALUE | VARCHAR2 | (700) | Sales representative job name |
Cut, paste (and edit) the following text to query this object:
SELECT JOB_PK
, JOB_TITLE
, ID
, VALUE
FROM APPS.BIL_DIMV_JOB_TITLE;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
PER_JOBS
APPS.BIL_DIMV_JOB_TITLE is not referenced by any database object
|
|
|
|