[Home] [Help]
[Dependency Information]
| Object Name: | PA_SYSTEM_LINKAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_SYSTEM_LINKAGES
|
| Subobject Name: | |
| Status: | VALID |
PA_SYSTEM_LINKAGES stores system-defined categories
used to determine how items should be processed. Examples
of system linkages (Expenditure Type Classes) are: Expense Report, Usages, and Straight Time.
Oracle Projects provides all system linkages upon installation.
The relationships between Expenditure Types and System Linkages are
stored in PA_EXPEND_TYP_SYS_LINKS.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 2 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_SYSTEM_LINKAGES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
FUNCTION
APPLICATION_ID
ZD_EDITION_NAME
|
| PA_SYSTEM_LINKAGES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
APPLICATION_ID
MEANING
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FUNCTION | VARCHAR2 | (30) | Yes | The code name of the system linkage that drives processing |
| APPLICATION_ID | NUMBER | (15) | Yes | The identifier of the Oracle application that is integrated in the processing of Oracle Projects |
| 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 |
| MEANING | VARCHAR2 | (80) | Yes | The short, user-friendly name of the system linkage |
| DESCRIPTION | VARCHAR2 | (80) | Description of the system linkage | |
| PROJECT_MANUFACTURING_FLAG | VARCHAR2 | (1) | Yes | Flag to identify if system linkage is related to project manufacturing |
| LABOR_NON_LABOR_FLAG | VARCHAR2 | (1) | Yes | Flag to identify if system linkage is labor related |
| COST_DEBIT_FUNCTION_CODE | VARCHAR2 | (15) | Yes | System-defined code that uniquely identifies the Auto Accounting function for the cost distribution process |
| COST_CREDIT_FUNCTION_CODE | VARCHAR2 | (15) | Yes | System-defined code that uniquely identifies the Auto Accounting function for the cost transfer process |
| COST_JE_CATEGORY_NAME | VARCHAR2 | (25) | Journal entry category | |
| CC_FUNCTION_TRANSACTION_CODE | VARCHAR2 | (30) | Function transaction code for Cross Charge transactions | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT FUNCTION
, APPLICATION_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, MEANING
, DESCRIPTION
, PROJECT_MANUFACTURING_FLAG
, LABOR_NON_LABOR_FLAG
, COST_DEBIT_FUNCTION_CODE
, COST_CREDIT_FUNCTION_CODE
, COST_JE_CATEGORY_NAME
, CC_FUNCTION_TRANSACTION_CODE
, ZD_EDITION_NAME
FROM PA.PA_SYSTEM_LINKAGES;
PA.PA_SYSTEM_LINKAGES does not reference any database object
PA.PA_SYSTEM_LINKAGES is referenced by following:
PA
PA_SYSTEM_LINKAGES#
|
|
|
|