[Home] [Help]
[Dependency Information]
| Object Name: | CS_JTF_RESOURCES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CS_JTF_RESOURCES_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | Resouce identifier | ||
| RESOURCE_NUMBER | VARCHAR2 | (30) | Resource number | |
| RESOURCE_CATEGORY | VARCHAR2 | (30) | Resource category | |
| RESOURCE_NAME | VARCHAR2 | (394) | Resource name | |
| ADDRESS | VARCHAR2 | (1269) | Address of the resource | |
| COUNTRY | VARCHAR2 | (60) | Country of resource | |
| WORK_PHONE_NUMBER | VARCHAR2 | (4000) | Resource contact numbers. | |
| CELL_PHONE_NUMBER | VARCHAR2 | (4000) | Resource contact numbers. | |
| PAGER_PHONE_NUMBER | VARCHAR2 | (4000) | Resource contact numbers. | |
| EMAIL_ADDRESS | VARCHAR2 | (4000) | Email address of the resource | |
| FAX_NUMBER | VARCHAR2 | (4000) | Resource contact numbers. | |
| HOME_PHONE_NUMBER | VARCHAR2 | (4000) | Resource contact numbers. |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, RESOURCE_NUMBER
, RESOURCE_CATEGORY
, RESOURCE_NAME
, ADDRESS
, COUNTRY
, WORK_PHONE_NUMBER
, CELL_PHONE_NUMBER
, PAGER_PHONE_NUMBER
, EMAIL_ADDRESS
, FAX_NUMBER
, HOME_PHONE_NUMBER
FROM APPS.CS_JTF_RESOURCES_V;
APPS
CS_PARTIES_PKG
- show dependent code
FND_PROFILE
- show dependent code
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
HZ_LOCATIONS
HZ_PARTIES
JTF_RS_RESOURCE_EXTNS
PER_ADDRESSES
PER_PEOPLE_F
PER_PHONES
APPS.CS_JTF_RESOURCES_V is not referenced by any database object
|
|
|
|