[Home] [Help]
[Dependency Information]
| Object Name: | PAY_IE_P45_PRSI_DETAILS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_IE_P45_PRSI_DETAILS
|
| 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 |
|---|---|---|---|---|
| ASSIGNMENT_ACTION_ID | NUMBER | (15) | Yes | |
| TOTAL_EMPLOYER_PRSI | NUMBER | |||
| TOTAL_EMPLOYEE_PRSI | NUMBER | |||
| INSURABLE_WEEKS | NUMBER | |||
| CLASS_A_INSURABLE_WEEKS | NUMBER | |||
| OTHER_INSURABLE_WEEKS | VARCHAR2 | (40) |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ACTION_ID
, TOTAL_EMPLOYER_PRSI
, TOTAL_EMPLOYEE_PRSI
, INSURABLE_WEEKS
, CLASS_A_INSURABLE_WEEKS
, OTHER_INSURABLE_WEEKS
FROM APPS.PAY_IE_P45_PRSI_DETAILS;
APPS
PAY_ACTION_INFORMATION
PAY_ASSIGNMENT_ACTIONS
PAY_IE_P45_ARCHIVE
- show dependent code
PAY_PAYROLL_ACTIONS
APPS
PAY_IE_P45_ARCHIVE
- show dependent code
|
|
|
|