[Home] [Help]
[Dependency Information]
VIEW: APPS.PAY_PAYMENT_INFORMATION_V
Object Details
Object Name: | PAY_PAYMENT_INFORMATION_V |
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | PAY.PAY_PAYMENT_INFORMATION_V
|
---|
Subobject Name: | |
Status: | VALID |
View Type
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.
[View Source]
Columns
Name |
Datatype |
Length |
Mandatory |
Comments |
ASSIGNMENT_ACTION_ID |
NUMBER |
(15) |
Yes |
Assignment action id of PAY_ASSIGNMENT_ACTIONS table |
ASSIGNMENT_ID |
NUMBER |
(10) |
|
Assignment id of a person |
TAX_UNIT_ID |
NUMBER |
(15) |
|
Tax unit id |
SOURCE_ACTION_ID |
NUMBER |
|
|
Source action id |
ACTION_STATUS |
VARCHAR2 |
(1) |
Yes |
Action status |
Query Text
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ACTION_ID
, ASSIGNMENT_ID
, TAX_UNIT_ID
, SOURCE_ACTION_ID
, ACTION_STATUS
FROM APPS.PAY_PAYMENT_INFORMATION_V;
Dependencies
[top of page]
APPS.PAY_PAYMENT_INFORMATION_V references the following:
-
APPS
-
PAY_ACTION_INTERLOCKS
-
PAY_ASSIGNMENT_ACTIONS
-
PAY_PAYROLL_ACTIONS
-
PAY_RUN_TYPES_F
APPS.PAY_PAYMENT_INFORMATION_V is referenced by following:
-
APPS
-
PAY_CA_PAYRG_PKG
- show dependent code
-
PAY_CA_PAYROLL_ARCH
- show dependent code
-
PAY_IP_PAYROLL_ARCH
- show dependent code
-
PAY_MX_PAYREG_PKG
- show dependent code
-
PAY_MX_PAYROLL_ARCH
- show dependent code
-
PAY_PAYRG_PKG
- show dependent code
-
PAY_US_ACTION_ARCH
- show dependent code