[Home] [Help]
[Dependency Information]
| Object Name: | HR_DE_TAX_EXEMPTIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_DE_TAX_EXEMPTIONS_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) | Refer to Base Table | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Refer to Base Table | |
| ELEMENT_ENTRY_ID | NUMBER | (15) | Yes | Refer to Base Table |
| FORM_NUMBER | VARCHAR2 | (30) | Refer to Base Table | |
| ISSUE_DATE | VARCHAR2 | (30) | Refer to Base Table | |
| VALID_FROM | DATE | Refer to Base Table | ||
| VALID_TO | DATE | Refer to Base Table | ||
| TAX_FREE_REMUNERATION | VARCHAR2 | (30) | Refer to Base Table | |
| ASSIGNMENT_ID | NUMBER | (10) | Yes | Refer to Base Table |
| EFFECTIVE_START_DATE | DATE | Yes | Refer to Base Table | |
| EFFECTIVE_END_DATE | DATE | Yes | Refer to Base Table |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, OBJECT_VERSION_NUMBER
, ELEMENT_ENTRY_ID
, FORM_NUMBER
, ISSUE_DATE
, VALID_FROM
, VALID_TO
, TAX_FREE_REMUNERATION
, ASSIGNMENT_ID
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
FROM APPS.HR_DE_TAX_EXEMPTIONS_V;
APPS
FND_DATE
- show dependent code
FND_SESSIONS
PAY_ELEMENT_ENTRIES_F
PUBLIC
HR_DE_TAX_EXEMPTIONS_V
|
|
|
|