[Home] [Help]
[Dependency Information]
| Object Name: | JTF_RS_PROBLEM_CODES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_RS_PROBLEM_CODES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Stores all valid problem codes for which resource skills can be assigned.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROBLEM_CODE | VARCHAR2 | (30) | Yes | QuickCode code |
| PROBLEM_NAME | VARCHAR2 | (80) | Yes | QuickCode meaning |
| DESCRIPTION | VARCHAR2 | (240) | Description | |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Enabled flag |
| START_DATE_ACTIVE | DATE | The date when the QuickCode becomes active | ||
| END_DATE_ACTIVE | DATE | The date when the QuickCode becomes inactive |
Cut, paste (and edit) the following text to query this object:
SELECT PROBLEM_CODE
, PROBLEM_NAME
, DESCRIPTION
, ENABLED_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
FROM APPS.JTF_RS_PROBLEM_CODES_V;
APPS
FND_LOOKUP_VALUES
APPS
JTF_RS_JSP_LOV_RECS_PUB
- show dependent code
JTF_RS_RESOURCE_SKILLS_PVT
- show dependent code
JTF_RS_SKILLS_REPORT_PUB
- show dependent code
|
|
|
|