[Home] [Help]
[Dependency Information]
Object Name: | PA_FUNCTION_TRANSACTIONS_ALL |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_FUNCTION_TRANSACTIONS_ALL stores the operations within
an AutoAccounting function. Oracle Projects
provides all function transactions upon installation.
You can enable or disable function transactions during
implementation.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 2 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_FUNCTION_TRANSACTIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
PA_FUNCTION_TRANSACTIONS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | (15) | Yes | The identifier of the Oracle application that uses the function |
FUNCTION_CODE | VARCHAR2 | (15) | Yes | The identifier of the AutoAccounting function for which the transaction is used |
FUNCTION_TRANSACTION_CODE | VARCHAR2 | (30) | Yes | System-defined code that uniquely identifies the transaction within a function |
FUNCTION_TRANSACTION_NAME | VARCHAR2 | (50) | Yes | Short, user-friendly name that describes the transaction |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
ENABLED_FLAG | VARCHAR2 | (1) | Yes | Flag that indicates whether this transaction is enabled for use when calling the function in AutoAccounting. If the appropriate function transaction is not enabled for a data item, the ALL function transaction is used |
DESCRIPTION | VARCHAR2 | (250) | The description of the function transaction | |
ORG_ID | NUMBER | (15) | Operating unit identifier for multi-organization installations | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, FUNCTION_CODE
, FUNCTION_TRANSACTION_CODE
, FUNCTION_TRANSACTION_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ENABLED_FLAG
, DESCRIPTION
, ORG_ID
, ZD_EDITION_NAME
FROM PA.PA_FUNCTION_TRANSACTIONS_ALL;
PA.PA_FUNCTION_TRANSACTIONS_ALL does not reference any database object
PA.PA_FUNCTION_TRANSACTIONS_ALL is referenced by following:
|
|
|