[Home] [Help]
[Dependency Information]
| Object Name: | PA_MASS_TXN_ASGMT_SUCCESS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_MASS_TXN_ASGMT_SUCCESS_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 |
|---|---|---|---|---|
| ITEM_TYPE | VARCHAR2 | (30) | Yes | This is the worflow item type. |
| ITEM_KEY | VARCHAR2 | (240) | Yes | This is the worflow item key. |
| WF_TYPE_CODE | VARCHAR2 | (30) | Yes | This code indicates the workflow type. |
| ASSIGNMENT_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_TYPE
, ITEM_KEY
, WF_TYPE_CODE
, ASSIGNMENT_ID
FROM APPS.PA_MASS_TXN_ASGMT_SUCCESS_V;
APPS
PA_WF_PROCESS_DETAILS
APPS
PA_MASS_ASGMT_TRX
- show dependent code
PA_SCHEDULE_PVT
- show dependent code
|
|
|
|