[Home] [Help]
[Dependency Information]
Object Name: | PAY_JP_SOE_ADV_RET_SASSACTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
CREATOR_ACTION_ID | NUMBER | (15) | Yes | The system generated primary key. |
ASSIGNMENT_ACTION_ID | NUMBER | (15) | Yes | The system generated primary key. |
ACTION_SEQUENCE | NUMBER | (15) | Absolute sequence number to determine physical order of events. | |
ACTION_STATUS | VARCHAR2 | (1) | Yes | Valid statuses for an assignment action. |
D_ACTION_STATUS | VARCHAR2 | (80) | Valid statuses for an assignment action. | |
ACTION_TYPE | VARCHAR2 | (30) | Yes | Action Type |
D_ACTION_TYPE | VARCHAR2 | (80) | Action Type | |
EFFECTIVE_DATE | DATE | Yes | Effectove date of the record |
Cut, paste (and edit) the following text to query this object:
SELECT CREATOR_ACTION_ID
, ASSIGNMENT_ACTION_ID
, ACTION_SEQUENCE
, ACTION_STATUS
, D_ACTION_STATUS
, ACTION_TYPE
, D_ACTION_TYPE
, EFFECTIVE_DATE
FROM APPS.PAY_JP_SOE_ADV_RET_SASSACTS_V;
APPS.PAY_JP_SOE_ADV_RET_SASSACTS_V is not referenced by any database object
|
|
|