Search Results action
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: REVENUE ACTION
12.1.1
product: PA - Projects , meaning: Revenue Action , description: Revenue Action ,
-
Lookup Type: REVENUE ACTION
12.2.2
product: PA - Projects , meaning: Revenue Action , description: Revenue Action ,
-
Lookup Type: INVOICE ACTION
12.2.2
product: PA - Projects , meaning: Invoice Action , description: Invoice Action ,
-
Lookup Type: INVOICE ACTION
12.1.1
product: PA - Projects , meaning: Invoice Action , description: Invoice Action ,
-
Lookup Type: ADJUST INVOICE ACTION
12.1.1
product: PA - Projects , meaning: Adjust Invoice Action , description: Adjust Invoice Action ,
-
Lookup Type: INVOICE PROJECT ACTION
12.2.2
product: PA - Projects , meaning: Invoice Project Action , description: Invoice Project Action ,
-
Lookup Type: REVENUE PROJECT ACTION
12.2.2
product: PA - Projects , meaning: Revenue Project Action , description: Revenue Project Action ,
-
Lookup Type: INVOICE PROJECT ACTION
12.1.1
product: PA - Projects , meaning: Invoice Project Action , description: Invoice Project Action ,
-
Lookup Type: ADJUST INVOICE ACTION
12.2.2
product: PA - Projects , meaning: Adjust Invoice Action , description: Adjust Invoice Action ,
-
Lookup Type: INDIRECT OVERRIDE ACTION
12.1.1
product: PA - Projects , meaning: Indirect Override Action , description: Indirect Override Action ,
-
Lookup Type: AUTHORIZE DIST ACTION
12.2.2
product: PA - Projects , meaning: Authorize Dist Action , description: Authorize Dist Action ,
-
Lookup Type: INDIRECT OVERRIDE ACTION
12.2.2
product: PA - Projects , meaning: Indirect Override Action , description: Indirect Override Action ,
-
Lookup Type: AUTHORIZE DIST ACTION
12.1.1
product: PA - Projects , meaning: Authorize Dist Action , description: Authorize Dist Action ,
-
Lookup Type: REVENUE PROJECT ACTION
12.1.1
product: PA - Projects , meaning: Revenue Project Action , description: Revenue Project Action ,
-
Lookup Type: ADJUST EXP ITEM ACTION
12.2.2
product: PA - Projects , meaning: Adjust Exp Item Action , description: Adjust Exp Item Action ,
-
Lookup Type: ADJUST INVOICE ITEM ACTION
12.2.2
product: PA - Projects , meaning: Adjust Invoice Item Action , description: Adjust Invoice Item Action ,
-
Lookup Type: ADJUST EXP ITEM ACTION
12.1.1
product: PA - Projects , meaning: Adjust Exp Item Action , description: Adjust Exp Item Action ,
-
Lookup Type: ADJUST INVOICE ITEM ACTION
12.1.1
product: PA - Projects , meaning: Adjust Invoice Item Action , description: Adjust Invoice Item Action ,
-
Lookup Type: PA_ACTION_DESCRIPTION_SOURCE
12.1.1
product: PA - Projects , meaning: Action Description Source , description: Action Description Source ,
-
Lookup Type: PA_ACTION_DESCRIPTION_SOURCE
12.2.2
product: PA - Projects , meaning: Action Description Source , description: Action Description Source ,
-
Lookup Type: RESOLVE_CONFLICTS_ACTION_CODE
12.1.1
product: PA - Projects , meaning: Resolve Conflicts Action Code , description: Resolve Conflicts Action Code ,
-
Lookup Type: RESOLVE_CONFLICTS_ACTION_CODE
12.2.2
product: PA - Projects , meaning: Resolve Conflicts Action Code , description: Resolve Conflicts Action Code ,
-
Lookup Type: PA_CI_LOG_VIEWS
12.2.2
product: PA - Projects , meaning: Control Item Log Views , description: Control Item Log Views ,
-
Lookup Type: PA_CI_LOG_VIEWS
12.1.1
product: PA - Projects , meaning: Control Item Log Views , description: Control Item Log Views ,
-
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 ,
-
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.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 ,
-
Lookup Type: PA_ACTION_LINE_REPEATING
12.2.2
product: PA - Projects , meaning: Repeating Action Line , description: Repeating Action Line ,
-
Lookup Type: PA_ACTION_LINE_REPEATING
12.1.1
product: PA - Projects , meaning: Repeating Action Line , description: Repeating Action Line ,
-
Table: PA_ACTION_SET_LINES_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTION_SET_LINES_AR, object_name:PA_ACTION_SET_LINES_AR, status:VALID, product: PA - Projects , description: PA_ACTION_SET_LINES stores action set lines that belong to an action set or an action set template , implementation_dba_data: PA.PA_ACTION_SET_LINES_AR ,
-
Table: PA_ACTION_SET_LINES_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTION_SET_LINES_AR, object_name:PA_ACTION_SET_LINES_AR, status:VALID, product: PA - Projects , description: PA_ACTION_SET_LINES stores action set lines that belong to an action set or an action set template , implementation_dba_data: PA.PA_ACTION_SET_LINES_AR ,
-
Table: PA_ACTION_SET_LINES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTION_SET_LINES, object_name:PA_ACTION_SET_LINES, status:VALID, product: PA - Projects , description: PA_ACTION_SET_LINES stores action set lines that belong to an action set or an action set template , implementation_dba_data: PA.PA_ACTION_SET_LINES ,
-
Table: PA_ACTION_SET_LINES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTION_SET_LINES, object_name:PA_ACTION_SET_LINES, status:VALID, product: PA - Projects , description: PA_ACTION_SET_LINES stores action set lines that belong to an action set or an action set template , implementation_dba_data: PA.PA_ACTION_SET_LINES ,
-
Concurrent Program: PAPERACTRULES
12.1.1
execution_filename: PAPERACR , product: PA - Projects , user_name: PAPERACR , description: Perform Action Rules , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PAPERACTRULES
12.2.2
execution_filename: PAPERACR , product: PA - Projects , user_name: PAPERACR , description: Perform Action Rules , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: STATUS_TYPE
12.1.1
product: PA - Projects , meaning: Status Type , description: Status type of the status-owning entity ,
-
Lookup Type: STATUS_TYPE
12.2.2
product: PA - Projects , meaning: Status Type , description: Status type of the status-owning entity ,
-
Table: PA_CI_COMMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CI_COMMENTS, object_name:PA_CI_COMMENTS, status:VALID, product: PA - Projects , description: This table stores all the comments in the action log. A comment can be a requestor, closure or progress comment on an action, or unsolicited comment to the control item. For each action, there will be only one requestor comment and one cl , implementation_dba_data: PA.PA_CI_COMMENTS ,
-
Table: PA_CI_COMMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CI_COMMENTS, object_name:PA_CI_COMMENTS, status:VALID, product: PA - Projects , description: This table stores all the comments in the action log. A comment can be a requestor, closure or progress comment on an action, or unsolicited comment to the control item. For each action, there will be only one requestor comment and one cl , implementation_dba_data: PA.PA_CI_COMMENTS ,
-
Lookup Type: ADVERTISEMENT
12.2.2
product: PA - Projects , meaning: Advertisement Action Codes , description: Advertisement Action Codes ,
-
Lookup Type: ADVERTISEMENT
12.1.1
product: PA - Projects , meaning: Advertisement Action Codes , description: Advertisement Action Codes ,
-
Lookup Type: PA_CI_ACTION_TYPES
12.2.2
product: PA - Projects , meaning: Action Types , description: Action Types ,
-
Lookup Type: PA_CI_ACTION_TYPES
12.1.1
product: PA - Projects , meaning: Action Types , description: Action Types ,
-
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: 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 ,
-
Table: PA_ACTION_SETS_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ACTION_SETS_AR, object_name:PA_ACTION_SETS_AR, status:VALID, product: PA - Projects , description: PA_ACTION_SETS stores action set templates as well as action sets belonging to an object, such as projects, requirements, etc , implementation_dba_data: PA.PA_ACTION_SETS_AR ,