DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_FUNCTIONS

Object Details
Object Name: PA_FUNCTIONS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_FUNCTIONS
Subobject Name:
Status: VALID


PA_FUNCTIONS stores system-defined groupings of
transactions for AutoAccounting processing. Oracle
Projects provides all AutoAccounting
functions upon installation.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 2
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_FUNCTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnFUNCTION_CODE
ColumnAPPLICATION_ID
PA_FUNCTIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnFUNCTION_NAME
ColumnAPPLICATION_ID
Columns
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 System-defined code that uniquely identifies the function within an application
FUNCTION_NAME VARCHAR2 (50) Yes Short, user-friendly name that describes the function
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
ID_FLEX_CODE VARCHAR2 (4) Yes The identifier of the key flexfield for which the function is used
DESCRIPTION VARCHAR2 (250)
Description of the function
INTERNAL_PRODUCT_CODE VARCHAR2 (1)
Identify the type of seed data (billing or costing)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT APPLICATION_ID
,      FUNCTION_CODE
,      FUNCTION_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ID_FLEX_CODE
,      DESCRIPTION
,      INTERNAL_PRODUCT_CODE
FROM PA.PA_FUNCTIONS;

Dependencies

[top of page]

PA.PA_FUNCTIONS does not reference any database object

PA.PA_FUNCTIONS is referenced by following:

SchemaAPPS
SynonymPA_FUNCTIONS