[Home] [Help]
[Dependency Information]
Object Name: | PAY_PAYROLL_ACTIONS_V3 |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
PAYROLL_ACTION_ID | NUMBER | (9) | ||
PAYROLL_RUN | VARCHAR2 | (281) | ||
PAYROLL_ACTION_MEANING | VARCHAR2 | (80) | ||
BUSINESS_GROUP_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PAYROLL_ACTION_ID
, PAYROLL_RUN
, PAYROLL_ACTION_MEANING
, BUSINESS_GROUP_ID
FROM APPS.PAY_PAYROLL_ACTIONS_V3;
APPS.PAY_PAYROLL_ACTIONS_V3 is not referenced by any database object
|
|
|