[Home] [Help]
[Dependency Information]
| Object Name: | JTF_RS_PRODUCTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_RS_PRODUCTS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Stores all valid products for which resource skills can be assigned.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRODUCT_ID | NUMBER | Yes | Product Identifier. | |
| PRODUCT_ORG_ID | NUMBER | Yes | Product Organization identifier. | |
| PRODUCT_NAME | VARCHAR2 | (40) | Product Name. | |
| DESCRIPTION | VARCHAR2 | (240) | Product description. | |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Whether enabled or not. |
Cut, paste (and edit) the following text to query this object:
SELECT PRODUCT_ID
, PRODUCT_ORG_ID
, PRODUCT_NAME
, DESCRIPTION
, ENABLED_FLAG
FROM APPS.JTF_RS_PRODUCTS_V;
APPS
MTL_SYSTEM_ITEMS_KFV
APPS
JTF_RS_JSP_LOV_RECS_PUB
- show dependent code
JTF_RS_RESOURCE_SKILLS_PUB
- show dependent code
JTF_RS_RESOURCE_SKILLS_PVT
- show dependent code
JTF_RS_SKILLS_REPORT_PUB
- show dependent code
|
|
|
|