[Home] [Help]
[Dependency Information]
| Object Name: | PSP_EFFORT_REPORT_PERIODS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_EFFORT_REPORT_PERIODS_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 |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Actual row identifier of the row in PSP_EFFORT_REPORT_PERIODS | |
| EFFORT_REPORT_PERIOD_NAME | VARCHAR2 | (12) | Yes | Effort report period name |
| DESCRIPTION | VARCHAR2 | (50) | Yes | Period name description |
| START_DATE_ACTIVE | DATE | Yes | Begin date of the effort report period name | |
| END_DATE_ACTIVE | DATE | End date of the effort report period name | ||
| EFFORT_REPORT_PERIOD_PREFIX | VARCHAR2 | (2) | Two-character user-defined identifier for the period name | |
| EFFORT_REPORT_PERIOD_TYPE | VARCHAR2 | (1) | Type of effort report period | |
| EFFORT_REPORT_PERIOD_YEAR | NUMBER | (4) | Yes | Year of the effort report period |
| EFFORT_REPORT_PERIOD_NUMBER | NUMBER | (3) | Yes | Serial number to identify effort report period name |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, EFFORT_REPORT_PERIOD_NAME
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, EFFORT_REPORT_PERIOD_PREFIX
, EFFORT_REPORT_PERIOD_TYPE
, EFFORT_REPORT_PERIOD_YEAR
, EFFORT_REPORT_PERIOD_NUMBER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM APPS.PSP_EFFORT_REPORT_PERIODS_V;
APPS
PSP_EFFORT_REPORT_PERIODS
APPS.PSP_EFFORT_REPORT_PERIODS_V is not referenced by any database object
|
|
|
|