Search Results line
The PA_ACTN_SETLN_AUD_AR
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical audit table within the Project Accounting (PA) module. It stores historical records of changes made to action set lines (PA_ACTN_SETLN
), which are used to define workflow actions for project-related transactions. This table plays a key role in maintaining data integrity, compliance, and auditability by capturing modifications to action set line assignments, ensuring traceability for financial and operational reporting.
Purpose and Functional Context
In Oracle Projects, action sets define automated workflows for processing transactions like expenditure batches, invoices, or revenue events. ThePA_ACTN_SETLN_AUD_AR
table specifically logs audit trails for changes to action set line assignments, including:
- Insertions of new action set lines
- Updates to existing line parameters (e.g., approval hierarchies, notification rules)
- Deletions of action set lines
Key Columns and Data Structure
The table typically includes these critical columns:- AUDIT_ID: Primary key, unique identifier for each audit record.
- ACTN_SET_ID: References the parent action set from
PA_ACTN_SETS
. - ACTN_SETLN_ID: Links to the modified action set line in
PA_ACTN_SETLN
. - OPERATION_TYPE: Indicates the change type (INSERT/UPDATE/DELETE).
- OLD_VALUE/NEW_VALUE: Captures before-and-after states of modified attributes.
- LAST_UPDATE_DATE, LAST_UPDATED_BY: Timestamp and user responsible for the change.
- TRANSACTION_ID: Correlates with transaction audit trails in other PA tables.
Integration with Oracle EBS Modules
The table interacts with:- Project Foundation: Action sets may trigger workflows for project status changes.
- Project Costing: Audits expenditure batch processing rules.
- Project Billing: Tracks modifications to invoice approval workflows.
- General Ledger: Ensures alignment with financial controls via audit trails.
Technical Considerations
- Performance Impact: Audit tables like
PA_ACTN_SETLN_AUD_AR
can grow significantly. Oracle recommends periodic archiving. - Retention Policies:
- Legal requirements may dictate retention periods (e.g., 7+ years for financial audits).
- Custom purge programs may be needed if standard Oracle purge processes are insufficient.
- Indexing Strategy: Non-unique indexes on
ACTN_SET_ID
,LAST_UPDATE_DATE
, andTRANSACTION_ID
optimize query performance for audits.
Customization and Extensions
Organizations may enhance the table's utility by:- Adding custom columns via descriptive flexfields (DFFs) to capture industry-specific audit data.
- Developing triggers to synchronize audit records with external compliance systems.
- Implementing Oracle Audit Vault for centralized monitoring.
Best Practices for Administration
- Monitor table growth via
DBA_SEGMENTS
to prevent tablespace issues. - Leverage Oracle's AuditTrail APIs for standardized access rather than direct SQL queries.
- Include this table in backup/recovery plans due to its compliance-critical nature.
PA_ACTN_SETLN_AUD_AR
serves as a foundational component for auditability in Oracle Projects, ensuring that workflow configuration changes are transparent, traceable, and compliant with internal controls and external regulations. Proper management of this table is essential for organizations subject to financial or operational audits.
-
Lookup Type: COMMITMENT LINE TYPE
12.1.1
product: PA - Projects , meaning: Commitment Line Type , description: Commitment Line Type ,
-
Lookup Type: COMMITMENT LINE TYPE
12.2.2
product: PA - Projects , meaning: Commitment Line Type , description: Commitment Line Type ,
-
Lookup Type: INVOICE LINE TYPE
12.2.2
product: PA - Projects , meaning: Invoice Line Type , description: Invoice Line Type ,
-
Lookup Type: INVOICE LINE TYPE
12.1.1
product: PA - Projects , meaning: Invoice Line Type , description: Invoice Line Type ,
-
Lookup Type: COST DISTRIBUTION LINE TYPE
12.1.1
product: PA - Projects , meaning: Cost Distribution Line Type , description: Cost Distribution Line Type ,
-
Lookup Type: COST DISTRIBUTION LINE TYPE
12.2.2
product: PA - Projects , meaning: Cost Distribution Line Type , description: Cost Distribution Line Type ,
-
Lookup Type: PA_XLA_ACCT_LINE_TYPE
12.1.1
product: PA - Projects , meaning: Sub Ledger Line Type , description: Sub Ledger Line Type ,
-
Lookup Type: PA_XLA_ACCT_LINE_TYPE
12.2.2
product: PA - Projects , meaning: Sub Ledger Line Type , description: Sub Ledger Line Type ,
-
Lookup Type: BC_PKT_BURDEN_COST_FLAG
12.2.2
product: PA - Projects , meaning: Funds check line type , description: Funds check line type ,
-
Lookup Type: BC_PKT_BURDEN_COST_FLAG
12.1.1
product: PA - Projects , meaning: Funds check line type , description: Funds check line type ,
-
Lookup Type: PA_XLA_LINE_REF
12.1.1
product: PA - Projects , meaning: Pa Xla Line Ref , description: Line reference columns ,
-
Lookup Type: PA_XLA_LINE_REF
12.2.2
product: PA - Projects , meaning: Pa Xla Line Ref , description: Line reference columns ,
-
Lookup Type: PA_FP_RESOURCE_ASSIGNMENT_TYPE
12.1.1
product: PA - Projects , meaning: Resource Assignment Type , description: Indicates whether the resource assignment is a rolled up or user entered. ,
-
Lookup Type: PA_FP_RESOURCE_ASSIGNMENT_TYPE
12.2.2
product: PA - Projects , meaning: Resource Assignment Type , description: Indicates whether the resource assignment is a rolled up or user entered. ,
-
Lookup Type: PA_ACTION_LINE_REPEATING
12.1.1
product: PA - Projects , meaning: Repeating Action Line , description: Repeating Action Line ,
-
Lookup Type: PA_ACTION_LINE_REPEATING
12.2.2
product: PA - Projects , meaning: Repeating Action Line , description: Repeating Action Line ,
-
Table: PA_ACTN_SETLN_AUD_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTN_SETLN_AUD_AR, object_name:PA_ACTN_SETLN_AUD_AR, status:VALID, product: PA - Projects , description: PA_ACTION_SET LINE_AUD stores audit information for each action set line. Each audit line describes what action has been taken in order to implement the action line. For example, if the Advertising action set is to publish a requirement t , implementation_dba_data: PA.PA_ACTN_SETLN_AUD_AR ,
-
Table: PA_ACTION_SET_LINE_AUD
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTION_SET_LINE_AUD, object_name:PA_ACTION_SET_LINE_AUD, status:VALID, product: PA - Projects , description: PA_ACTION_SET LINE_AUD stores audit information for each action set line. Each audit line describes what action has been taken in order to implement the action line. For example, if the Advertising action set is to publish a requirement t , implementation_dba_data: PA.PA_ACTION_SET_LINE_AUD ,
-
Table: PA_ACTION_SET_LINE_AUD
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTION_SET_LINE_AUD, object_name:PA_ACTION_SET_LINE_AUD, status:VALID, product: PA - Projects , description: PA_ACTION_SET LINE_AUD stores audit information for each action set line. Each audit line describes what action has been taken in order to implement the action line. For example, if the Advertising action set is to publish a requirement t , implementation_dba_data: PA.PA_ACTION_SET_LINE_AUD ,
-
Table: PA_ACTN_SETLN_AUD_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTN_SETLN_AUD_AR, object_name:PA_ACTN_SETLN_AUD_AR, status:VALID, product: PA - Projects , description: PA_ACTION_SET LINE_AUD stores audit information for each action set line. Each audit line describes what action has been taken in order to implement the action line. For example, if the Advertising action set is to publish a requirement t , implementation_dba_data: PA.PA_ACTN_SETLN_AUD_AR ,
-
Lookup Type: TRANSACTION_TYPE
12.1.1
product: PA - Projects , meaning: Transaction Type , description: Transaction Type ,
-
Lookup Type: TRANSACTION_TYPE
12.2.2
product: PA - Projects , meaning: Transaction Type , description: Transaction Type ,
-
Lookup Type: PA_ADDITION_FLAG
12.1.1
product: PA - Projects , meaning: Pa Addition Flag , description: Pa_Addition_Flag ,
-
Lookup Type: PA_ADDITION_FLAG
12.2.2
product: PA - Projects , meaning: Pa Addition Flag , description: Pa_Addition_Flag ,
-
Table: PA_ACTION_SET_LINE_COND
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTION_SET_LINE_COND, object_name:PA_ACTION_SET_LINE_COND, status:VALID, product: PA - Projects , description: PA_ACTION_SET_LINE_COND stores conditions for an action set line. Each action set line must have at least one condition. , implementation_dba_data: PA.PA_ACTION_SET_LINE_COND ,
-
Table: PA_ACTION_SET_LINE_COND
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTION_SET_LINE_COND, object_name:PA_ACTION_SET_LINE_COND, status:VALID, product: PA - Projects , description: PA_ACTION_SET_LINE_COND stores conditions for an action set line. Each action set line must have at least one condition. , implementation_dba_data: PA.PA_ACTION_SET_LINE_COND ,
-
Lookup Type: ASSET_ALLOCATION_EXCEPTIONS
12.1.1
product: PA - Projects , meaning: Asset Allocation Exceptions , description: Asset Allocation Exceptions ,
-
Lookup Type: ASSET_ALLOCATION_EXCEPTIONS
12.2.2
product: PA - Projects , meaning: Asset Allocation Exceptions , description: Asset Allocation Exceptions ,
-
Lookup Type: ACTION_SET_AUDIT_LINE_STATUS
12.1.1
product: PA - Projects , meaning: Action Set Audit Line Status , description: Action Set Audit Line Status ,
-
Lookup Type: ACTION_SET_AUDIT_LINE_STATUS
12.2.2
product: PA - Projects , meaning: Action Set Audit Line Status , description: Action Set Audit Line Status ,
-
Table: PA_ACTN_SET_LN_COND_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTN_SET_LN_COND_AR, object_name:PA_ACTN_SET_LN_COND_AR, status:VALID, product: PA - Projects , description: PA_ACTION_SET_LINE_COND stores conditions for an action set line. Each action set line must have at least one condition. , implementation_dba_data: PA.PA_ACTN_SET_LN_COND_AR ,
-
Table: PA_ACTN_SET_LN_COND_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTN_SET_LN_COND_AR, object_name:PA_ACTN_SET_LN_COND_AR, status:VALID, product: PA - Projects , description: PA_ACTION_SET_LINE_COND stores conditions for an action set line. Each action set line must have at least one condition. , implementation_dba_data: PA.PA_ACTN_SET_LN_COND_AR ,
-
Lookup Type: CC_DIST_LINE_TYPE
12.2.2
product: PA - Projects , meaning: Cross Charge Distribution Line Type , description: Cross Charge Distribution Line Type ,
-
Lookup Type: CC_DIST_LINE_TYPE
12.1.1
product: PA - Projects , meaning: Cross Charge Distribution Line Type , description: Cross Charge Distribution Line Type ,
-
Lookup Type: CC_CCD_LINE_TYPE_JE_CATEGORY
12.2.2
product: PA - Projects , meaning: Cross Charge Distribution Line Type to GL JE Category , description: Cross Charge Distribution Line Type to GL JE Category ,
-
Lookup Type: CC_CCD_LINE_TYPE_JE_CATEGORY
12.1.1
product: PA - Projects , meaning: Cross Charge Distribution Line Type to GL JE Category , description: Cross Charge Distribution Line Type to GL JE Category ,
-
Lookup Type: PA_FP_WEBADI_ERR
12.2.2
product: PA - Projects , meaning: Webadi Error , description: Webadi Error Codes ,
-
Table: PA_PROJECT_ASSET_LINE_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ASSET_LINE_DETAILS, object_name:PA_PROJECT_ASSET_LINE_DETAILS, status:VALID, product: PA - Projects , description: Information necessary to drill down from an asset line to the cost distribution line , implementation_dba_data: PA.PA_PROJECT_ASSET_LINE_DETAILS ,
-
Lookup Type: PA_FP_WEBADI_ERR
12.1.1
product: PA - Projects , meaning: Webadi Error , description: Webadi Error Codes ,
-
Table: PA_PROJECT_ASSET_LINE_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ASSET_LINE_DETAILS, object_name:PA_PROJECT_ASSET_LINE_DETAILS, status:VALID, product: PA - Projects , description: Information necessary to drill down from an asset line to the cost distribution line , implementation_dba_data: PA.PA_PROJECT_ASSET_LINE_DETAILS ,
-
Lookup Type: RECEIPT_EXCP
12.2.2
product: PA - Projects , meaning: Receipt Accrual Exceptions , description: Receipt Accrual Exceptions ,
-
Lookup Type: RECEIPT_EXCP
12.1.1
product: PA - Projects , meaning: Receipt Accrual Exceptions , description: Receipt Accrual Exceptions ,
-
Lookup Type: CC_REJECTION_CODE
12.1.1
product: PA - Projects , meaning: Cross Charge Rejection code , description: Cross Charge Rejection code ,
-
Lookup Type: CC_REJECTION_CODE
12.2.2
product: PA - Projects , meaning: Cross Charge Rejection code , description: Cross Charge Rejection code ,
-
Lookup Type: PA_FP_FCST_GEN_CLNT_EXTN_LU
12.2.2
product: PA - Projects , meaning: Forecast Generation Client Extension Lookup ,
-
Lookup Type: PA_FP_FCST_GEN_CLNT_EXTN_LU
12.1.1
product: PA - Projects , meaning: Forecast Generation Client Extension Lookup ,
-
Lookup Type: MASS_UPDATE_REJECTION_CODE
12.2.2
product: PA - Projects , meaning: Mass Update Rejection Code , description: Mass_Update_Rejection_Code ,
-
Lookup Type: MASS_UPDATE_REJECTION_CODE
12.1.1
product: PA - Projects , meaning: Mass Update Rejection Code , description: Mass_Update_Rejection_Code ,
-
Lookup Type: COST_EXCP
12.1.1
product: PA - Projects , meaning: Costing Exceptions , description: Costing Exceptions ,
-
Lookup Type: COST_EXCP
12.2.2
product: PA - Projects , meaning: Costing Exceptions , description: Costing Exceptions ,