[Home] [Help]
[Dependency Information]
| Object Name: | PA_ACTION_FUNCTIONS_AMG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_ACTION_FUNCTIONS_AMG_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
PA_ACTION_FUNCTIONS_AMG_V selects all functions allowed for deliverable action.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FUNCTION_CODE | VARCHAR2 | (30) | Yes | Specifies the action function code |
| MEANING | VARCHAR2 | (80) | Yes | Specifies the action function meaning |
| DESCRIPTION | VARCHAR2 | (240) | Specifies the action function meaning |
Cut, paste (and edit) the following text to query this object:
SELECT FUNCTION_CODE
, MEANING
, DESCRIPTION
FROM APPS.PA_ACTION_FUNCTIONS_AMG_V;
APPS
PA_LOOKUPS
APPS.PA_ACTION_FUNCTIONS_AMG_V is not referenced by any database object
|
|
|
|