Search Results pa_system_linkages
Overview
The PA_SYSTEM_LINKAGES table is a core reference table within the Oracle E-Business Suite Projects module (PA). It defines the master list of system-defined categories, known as System Linkage Functions, which classify expenditure types and govern the transactional processing logic for project-related costs and commitments. These classifications are fundamental to the financial and operational behavior of expenditure items, determining how they are accounted for, allocated, and reported. The table's integrity is enforced by the primary key PA_SYSTEM_LINKAGES_PK, and its data is referenced extensively throughout the Projects application to ensure consistent processing rules are applied across transactions, from expenditure entry to cost collection and revenue generation.
Key Information Stored
While the provided metadata does not list specific columns, the documented foreign key relationships and description indicate the table's critical data elements. The central column is the SYSTEM_LINKAGE_FUNCTION, a code representing a specific classification such as Labor, Overhead, or Material. Another key column is APPLICATION_ID, which links to FND_APPLICATION to identify the owning module. The table also includes a self-referencing foreign key on COST_CREDIT_FUNCTION_CODE, suggesting a hierarchical or related relationship between different linkage functions, potentially for cost and credit pairing logic. Each row defines a discrete processing category that dictates the applicable accounting, validation, and integration rules for any expenditure type assigned to it.
Common Use Cases and Queries
The primary use case is the setup and maintenance of expenditure types within the Projects module. When defining an expenditure type in PA_EXPENDITURE_TYPES, a System Linkage Function from this table must be assigned, which then controls the item's behavior. Common queries involve listing all available system linkages for setup purposes or identifying the classification of specific expenditure types for troubleshooting transaction processing. For instance, to find all expenditure types classified as 'Labor', a join is performed: SELECT pet.expenditure_type, psl.system_linkage_function FROM pa_expenditure_types pet, pa_system_linkages psl WHERE pet.system_linkage_function = psl.system_linkage_function AND psl.system_linkage_function = 'LABOR';. Reporting use cases include analyzing cost distribution by transaction class or validating that expenditure groupings (PA_EXPENDITURE_GROUPS_ALL) contain logically consistent transaction types.
Related Objects
As evidenced by the extensive foreign key relationships, PA_SYSTEM_LINKAGES is a pivotal parent table for numerous transactional and setup entities within Projects and related modules like Grants Accounting (GMS). Key dependent objects include:
- PA_EXPENDITURE_TYPES: Core reference joined on SYSTEM_LINKAGE_FUNCTION.
- PA_EXPENDITURE_ITEMS_ALL: Transactional data linked via SYSTEM_LINKAGE_FUNCTION.
- PA_ALLOC_RULES_ALL: Uses linkage codes for both TARGET_EXP_TYPE_CLASS and OFFSET_EXP_TYPE_CLASS.
- PA_TRANSACTION_SOURCES: Joined on SYSTEM_LINKAGE_FUNCTION to define valid sources.
- PA_RESOURCE_MAPS & PA_RESOURCE_TXN_ATTRIBUTES: Reference SYSTEM_LINKAGE_FUNCTION for resource assignment rules.
- GMS_ENCUMBRANCE_GROUPS_ALL: Grants Accounting table linked via SYSTEM_LINKAGE_FUNCTION.
- PA_PROJECT_ASSIGNMENTS: References EXPENDITURE_TYPE_CLASS, which is typically derived from this table.
-
Table: PA_SYSTEM_LINKAGES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SYSTEM_LINKAGES, object_name:PA_SYSTEM_LINKAGES, status:VALID, product: PA - Projects , description: System-defined categories that classify expenditure types and determine how expenditure items of each type are processed , implementation_dba_data: PA.PA_SYSTEM_LINKAGES ,
-
Table: PA_SYSTEM_LINKAGES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SYSTEM_LINKAGES, object_name:PA_SYSTEM_LINKAGES, status:VALID, product: PA - Projects , description: System-defined categories that classify expenditure types and determine how expenditure items of each type are processed , implementation_dba_data: PA.PA_SYSTEM_LINKAGES ,
-
Table: PA_ALLOC_RULES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RULES_ALL, object_name:PA_ALLOC_RULES_ALL, status:VALID, product: PA - Projects , description: Allocation rule definitions , implementation_dba_data: PA.PA_ALLOC_RULES_ALL ,
-
Table: PA_ALLOC_RULES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RULES_ALL, object_name:PA_ALLOC_RULES_ALL, status:VALID, product: PA - Projects , description: Allocation rule definitions , implementation_dba_data: PA.PA_ALLOC_RULES_ALL ,
-
View: PA_SYSTEM_LINKAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SYSTEM_LINKAGES_V, object_name:PA_SYSTEM_LINKAGES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_SYSTEM_LINKAGES_V ,
-
View: PA_SYSTEM_LINKAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SYSTEM_LINKAGES_V, object_name:PA_SYSTEM_LINKAGES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_SYSTEM_LINKAGES_V ,
-
Table: PA_EXPENDITURE_GROUPS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_GROUPS_ALL, object_name:PA_EXPENDITURE_GROUPS_ALL, status:VALID, product: PA - Projects , description: Groups of pre-approved expenditures , implementation_dba_data: PA.PA_EXPENDITURE_GROUPS_ALL ,
-
Table: PA_EXPEND_TYP_SYS_LINKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPEND_TYP_SYS_LINKS, object_name:PA_EXPEND_TYP_SYS_LINKS, status:VALID, product: PA - Projects , description: Intersection table for system_linkage_function and expenditure_types , implementation_dba_data: PA.PA_EXPEND_TYP_SYS_LINKS ,
-
Table: PA_EXPEND_TYP_SYS_LINKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPEND_TYP_SYS_LINKS, object_name:PA_EXPEND_TYP_SYS_LINKS, status:VALID, product: PA - Projects , description: Intersection table for system_linkage_function and expenditure_types , implementation_dba_data: PA.PA_EXPEND_TYP_SYS_LINKS ,
-
Table: PA_TRANSACTION_SOURCES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_SOURCES, object_name:PA_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: Implementation-defined sources of imported transactions originating in an external system , implementation_dba_data: PA.PA_TRANSACTION_SOURCES ,
-
Table: PA_TRANSACTION_SOURCES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_SOURCES, object_name:PA_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: Implementation-defined sources of imported transactions originating in an external system , implementation_dba_data: PA.PA_TRANSACTION_SOURCES ,
-
Table: PA_EXPENDITURE_GROUPS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_GROUPS_ALL, object_name:PA_EXPENDITURE_GROUPS_ALL, status:VALID, product: PA - Projects , description: Groups of pre-approved expenditures , implementation_dba_data: PA.PA_EXPENDITURE_GROUPS_ALL ,
-
Table: PA_RESOURCE_FORMAT_RANKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_FORMAT_RANKS, object_name:PA_RESOURCE_FORMAT_RANKS, status:VALID, product: PA - Projects , description: System-defined ranking of resource formats used when mapping transaction attributes to resources in a resource list , implementation_dba_data: PA.PA_RESOURCE_FORMAT_RANKS ,
-
Table: PA_RESOURCE_FORMAT_RANKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_FORMAT_RANKS, object_name:PA_RESOURCE_FORMAT_RANKS, status:VALID, product: PA - Projects , description: System-defined ranking of resource formats used when mapping transaction attributes to resources in a resource list , implementation_dba_data: PA.PA_RESOURCE_FORMAT_RANKS ,
-
View: PABV_TRANSACTION_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_TRANSACTION_SOURCES, object_name:PABV_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_TRANSACTION_SOURCES ,
-
View: PABV_TRANSACTION_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_TRANSACTION_SOURCES, object_name:PABV_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_TRANSACTION_SOURCES ,
-
View: PA_SRS_COST_BATCH_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SRS_COST_BATCH_NAME_V, object_name:PA_SRS_COST_BATCH_NAME_V, status:VALID, product: PA - Projects , description: View used by SRS to select Journal Entry Batch names in GL created by Costing programs - Retrofitted , implementation_dba_data: APPS.PA_SRS_COST_BATCH_NAME_V ,
-
View: PA_SRS_COST_BATCH_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SRS_COST_BATCH_NAME_V, object_name:PA_SRS_COST_BATCH_NAME_V, status:VALID, product: PA - Projects , description: View used by SRS to select Journal Entry Batch names in GL created by Costing programs - Retrofitted , implementation_dba_data: APPS.PA_SRS_COST_BATCH_NAME_V ,
-
Table: PA_RESOURCE_MAPS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_MAPS, object_name:PA_RESOURCE_MAPS, status:VALID, product: PA - Projects , description: Mapping of a resource list member to a combination of resource transaction attributes , implementation_dba_data: PA.PA_RESOURCE_MAPS ,
-
Table: PA_RESOURCE_TXN_ATTRIBUTES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES, object_name:PA_RESOURCE_TXN_ATTRIBUTES, status:VALID, product: PA - Projects , description: Combination of transaction attributes for a resource that define which transactions to map to the resource , implementation_dba_data: PA.PA_RESOURCE_TXN_ATTRIBUTES ,
-
View: PABV_EXPENDITURE_GROUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EXPENDITURE_GROUPS, object_name:PABV_EXPENDITURE_GROUPS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EXPENDITURE_GROUPS ,
-
View: PABV_EXPENDITURE_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EXPENDITURE_GROUPS, object_name:PABV_EXPENDITURE_GROUPS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EXPENDITURE_GROUPS ,
-
View: PA_EXPENDITURE_TYPES_EXPEND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_TYPES_EXPEND_V, object_name:PA_EXPENDITURE_TYPES_EXPEND_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_TYPES_EXPEND_V ,
-
Table: PA_RESOURCE_TXN_ATTRIBUTES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES, object_name:PA_RESOURCE_TXN_ATTRIBUTES, status:VALID, product: PA - Projects , description: Combination of transaction attributes for a resource that define which transactions to map to the resource , implementation_dba_data: PA.PA_RESOURCE_TXN_ATTRIBUTES ,
-
Table: PA_RESOURCE_MAPS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_MAPS, object_name:PA_RESOURCE_MAPS, status:VALID, product: PA - Projects , description: Mapping of a resource list member to a combination of resource transaction attributes , implementation_dba_data: PA.PA_RESOURCE_MAPS ,
-
View: PA_EXPENDITURE_TYPES_EXPEND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_TYPES_EXPEND_V, object_name:PA_EXPENDITURE_TYPES_EXPEND_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_TYPES_EXPEND_V ,
-
View: PA_EXPEND_TYP_SYS_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_TYP_SYS_LINKS_V, object_name:PA_EXPEND_TYP_SYS_LINKS_V, status:VALID, product: PA - Projects , description: View of pa_expend_typ_sys_links - Retrofitted , implementation_dba_data: APPS.PA_EXPEND_TYP_SYS_LINKS_V ,
-
View: PAFV_TRANSACTION_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_TRANSACTION_SOURCES, object_name:PAFV_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the transaction sources that can be used to import transactions into Oracle projects. , implementation_dba_data: APPS.PAFV_TRANSACTION_SOURCES ,
-
View: PAFV_EXPENDITURE_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_GROUPS, object_name:PAFV_EXPENDITURE_GROUPS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure batches entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_GROUPS ,
-
View: PA_XLA_CROSSCHARGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_CROSSCHARGE_V, object_name:PA_XLA_CROSSCHARGE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_CROSSCHARGE_V ,
-
View: PAFV_TRANSACTION_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_TRANSACTION_SOURCES, object_name:PAFV_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the transaction sources that can be used to import transactions into Oracle projects. , implementation_dba_data: APPS.PAFV_TRANSACTION_SOURCES ,
-
View: PA_EXPEND_TYP_SYS_LINKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_TYP_SYS_LINKS_V, object_name:PA_EXPEND_TYP_SYS_LINKS_V, status:VALID, product: PA - Projects , description: View of pa_expend_typ_sys_links - Retrofitted , implementation_dba_data: APPS.PA_EXPEND_TYP_SYS_LINKS_V ,
-
View: PA_XLA_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_COST_V, object_name:PA_XLA_COST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_COST_V ,
-
View: PAFV_EXPENDITURE_GROUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_GROUPS, object_name:PAFV_EXPENDITURE_GROUPS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure batches entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_GROUPS ,
-
View: PA_XLA_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_COST_V, object_name:PA_XLA_COST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_COST_V ,
-
View: PA_XLA_CROSSCHARGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_CROSSCHARGE_V, object_name:PA_XLA_CROSSCHARGE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_CROSSCHARGE_V ,
-
View: PA_CINT_RUNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CINT_RUNS_V, object_name:PA_CINT_RUNS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CINT_RUNS_V ,
-
View: PA_CINT_RUNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CINT_RUNS_V, object_name:PA_CINT_RUNS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CINT_RUNS_V ,
-
View: PA_EXPENDITURE_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_GROUPS_V, object_name:PA_EXPENDITURE_GROUPS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_GROUPS_V ,
-
View: PA_EXPENDITURE_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_GROUPS_V, object_name:PA_EXPENDITURE_GROUPS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_GROUPS_V ,
-
View: PA_EXPEND_ALIASES_V
12.1.1
product: PA - Projects , description: The view was not picking up the system_linkage_function for expenditure types that do not have a default system linkage_function defined in pa_expenditure_types table. , implementation_dba_data: Not implemented in this database ,
-
View: PA_ALLOC_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_RULES_V, object_name:PA_ALLOC_RULES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_RULES_V ,
-
View: PA_ALLOC_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_RULES_V, object_name:PA_ALLOC_RULES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_RULES_V ,
-
Table: PA_PROJECT_ASSIGNMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ASSIGNMENTS, object_name:PA_PROJECT_ASSIGNMENTS, status:VALID, product: PA - Projects , description: PA_PROJECT_ASSIGNMENTS stores details of all Assignments for a project. , implementation_dba_data: PA.PA_PROJECT_ASSIGNMENTS ,
-
Table: PA_PROJECT_ASSIGNMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ASSIGNMENTS, object_name:PA_PROJECT_ASSIGNMENTS, status:VALID, product: PA - Projects , description: PA_PROJECT_ASSIGNMENTS stores details of all Assignments for a project. , implementation_dba_data: PA.PA_PROJECT_ASSIGNMENTS ,
-
View: PA_EXPEND_ALIASES_V
12.2.2
product: PA - Projects , description: The view was not picking up the system_linkage_function for expenditure types that do not have a default system linkage_function defined in pa_expenditure_types table. , implementation_dba_data: Not implemented in this database ,
-
View: PA_ALLOC_RUNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_RUNS_V, object_name:PA_ALLOC_RUNS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_RUNS_V ,
-
View: PA_PROJ_COST_SUBLEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_COST_SUBLEDGER_V, object_name:PA_PROJ_COST_SUBLEDGER_V, status:VALID, product: PA - Projects , description: View of projects costs including manufacturing costs , implementation_dba_data: APPS.PA_PROJ_COST_SUBLEDGER_V ,
-
View: PA_PROJ_COST_SL_REP_MRC_V
12.1.1
product: PA - Projects , description: View of projects costs including manufacturing costs. PA_PROJ_COST_SL_MRC_V shows transactions in Oracle projects by GL account. , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_COST_SUBLEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_COST_SUBLEDGER_V, object_name:PA_PROJ_COST_SUBLEDGER_V, status:VALID, product: PA - Projects , description: View of projects costs including manufacturing costs , implementation_dba_data: APPS.PA_PROJ_COST_SUBLEDGER_V ,