[Home] [Help]
[Dependency Information]
| Object Name: | PA_PAY_COSTED_SET_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PAY_COSTED_SET_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INTERFACE_RUN_ID | NUMBER | (15) | Identifier generated in Oracle Projects when you run the Interface Payroll process | |
| DESCRIPTION | VARCHAR2 | (144) | Details of the batch | |
| PAYROLL_NAME | VARCHAR2 | (80) | Name of the payroll | |
| SOURCE_START_DATE | DATE | Start date of the Source period | ||
| SOURCE_END_DATE | DATE | End date of the Source period | ||
| RUN_SEQUENCE | NUMBER | (15) | Auto generated sequence for the payroll interface runs |
Cut, paste (and edit) the following text to query this object:
SELECT INTERFACE_RUN_ID
, DESCRIPTION
, PAYROLL_NAME
, SOURCE_START_DATE
, SOURCE_END_DATE
, RUN_SEQUENCE
FROM APPS.PA_PAY_COSTED_SET_LOV_V;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
PAY_PAYROLLS_F
PA_PAY_AUDIT
PA_PAY_EXTERNAL_PAYROLL
APPS.PA_PAY_COSTED_SET_LOV_V is not referenced by any database object
|
|
|
|