Search Results gl account analysis subledger
The PA_GL_PERIODS_IT
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical integration table that facilitates the synchronization of accounting periods between Oracle Projects (PA) and Oracle General Ledger (GL). This table ensures that project accounting transactions are posted in the correct GL periods, maintaining financial integrity across modules. Below is a detailed analysis of its structure, purpose, and functional significance.
Purpose and Context
The PA_GL_PERIODS_IT
table acts as an intermediary for period status validation between Oracle Projects and General Ledger. It stores period-related data to enforce consistency, ensuring that project transactions (e.g., revenue recognition, cost accruals) are only processed in open or future-enterable GL periods. This prevents posting to closed or invalid periods, which could lead to reconciliation issues.
Key Columns and Structure
The table's structure includes the following essential columns:
- PERIOD_NAME: Identifies the GL period name (e.g., JAN-2024).
- PERIOD_YEAR: The fiscal year of the period.
- PERIOD_NUM: The sequential number of the period within the year.
- START_DATE and END_DATE: Define the period's date range.
- PERIOD_STATUS: Indicates whether the period is 'Open', 'Closed', or 'Future-Enterable'.
- GL_PERIOD_TYPE: Links to the GL period type (e.g., Month, Quarter).
- LAST_UPDATE_DATE and LAST_UPDATED_BY: Audit columns for tracking changes.
Integration Workflow
1. Data Population: The table is populated during GL period maintenance (via GL_PERIODS
) or through periodic synchronization jobs.
2. Validation: Before processing transactions, Oracle Projects checks PA_GL_PERIODS_IT
to validate period status.
3. Error Handling: If a period is closed, the system raises an error, preventing unauthorized postings.
Functional Dependencies
- GL Dependency: The table relies on GL_PERIODS
for base period definitions.
- PA Dependency: Modules like Costing and Billing reference this table to enforce period controls.
- Custom Workflows: Custom integrations may use this table to extend period validation logic.
Common Issues and Resolutions
Issue 1: Stale Period Data
Occurs when PA_GL_PERIODS_IT
is not refreshed after GL period changes. Resolution: Run the 'Synchronize GL Periods' concurrent request.
Issue 2: Invalid Period Status
Caused by manual data corruption. Resolution: Revalidate data against GL_PERIODS
and resynchronize.
Technical Considerations
- Indexes: Key columns like PERIOD_NAME
and PERIOD_YEAR
are indexed for performance.
- Partitioning: In large implementations, partitioning by PERIOD_YEAR
may improve query efficiency.
- API Usage: The PA_PERIOD_PROCESS_PUB
package manages period synchronization.
Conclusion
The PA_GL_PERIODS_IT
table is a linchpin in Oracle EBS's financial architecture, ensuring seamless period alignment between Projects and GL. Proper maintenance of this table is essential for accurate financial reporting and compliance. Administrators should monitor synchronization jobs and validate data integrity during period close operations.
-
Lookup Type: GL PERIOD OPTION
12.1.1
product: PA - Projects , meaning: Gl Period Option , description: Gl Period Option ,
-
Lookup Type: GL PERIOD OPTION
12.2.2
product: PA - Projects , meaning: Gl Period Option , description: Gl Period Option ,
-
Concurrent Program: PAXMGSLD
12.1.1
execution_filename: PAXMGSLD , product: PA - Projects , user_name: PAXMGSLD , description: Project Subledger Details , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PAXMGSLD
12.2.2
execution_filename: PAXMGSLD , product: PA - Projects , user_name: PAXMGSLD , description: Project Subledger Details , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PAXMGSLE
12.1.1
execution_filename: PAXMGSLD , product: PA - Projects , user_name: PAXMGSLD , description: Project Subledger Details , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PAXMGSLE
12.2.2
execution_filename: PAXMGSLD , product: PA - Projects , user_name: PAXMGSLD , description: Project Subledger Details , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PAXMGSLD_XML
12.2.2
product: PA - Projects , user_name: AUD: Project Subledger: Detail by Project (XML) , description: AUD: Project Subledger: Detail by Project: Shows the transactions in Oracle Projects for a GL account projectwise , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: PAXMGSLD_XML
12.1.1
product: PA - Projects , user_name: AUD: Project Subledger: Detail by Project (XML) , description: AUD: Project Subledger: Detail by Project: Shows the transactions in Oracle Projects for a GL account projectwise , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: PAXMGSLE_XML
12.1.1
product: PA - Projects , user_name: AUD: Project Subledger: Detail by Expenditure Type (XML) , description: AUD: Project Subledger: Detail by Expenditure Type: Shows the transactions in Oracle Projects for a GL account Expenditure Typewise across projects , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: PAXMGSLE_XML
12.2.2
product: PA - Projects , user_name: AUD: Project Subledger: Detail by Expenditure Type (XML) , description: AUD: Project Subledger: Detail by Expenditure Type: Shows the transactions in Oracle Projects for a GL account Expenditure Typewise across projects , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: FC_RESULT_CODE
12.1.1
product: PA - Projects , meaning: FC_RESULT_CODE ,
-
Lookup Type: FC_RESULT_CODE
12.2.2
product: PA - Projects , meaning: FC_RESULT_CODE ,
-
Concurrent Program: PAXAARPT
12.1.1
product: PA - Projects , user_name: Account Analysis Report , description: Standard Account Analysis Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: PAXAARPT
12.2.2
product: PA - Projects , user_name: Account Analysis Report , description: Standard Account Analysis Report , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Concurrent Program: PAXGLTRN
12.2.2
product: PA - Projects , user_name: PRC: Transfer Journal Entries to GL , description: Use this program to transfer to GL subledger journal entries generated by previous executions of the create accounting program , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: PAXGLTRN
12.1.1
product: PA - Projects , user_name: PRC: Transfer Journal Entries to GL , description: Use this program to transfer to GL subledger journal entries generated by previous executions of the create accounting program , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Table: PA_GL_PERIODS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GL_PERIODS_IT, object_name:PA_GL_PERIODS_IT, status:VALID, product: PA - Projects , description: Information about GL periods for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_GL_PERIODS_IT ,
-
Table: PA_GL_PERIODS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GL_PERIODS_IT, object_name:PA_GL_PERIODS_IT, status:VALID, product: PA - Projects , description: Information about GL periods for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_GL_PERIODS_IT ,
-
Lookup Type: INTERFACE STREAMLINE OPTION
12.1.1
product: PA - Projects , meaning: Interface Streamline Option , description: Option of distribution and interface programs to run in streamline from the Submit Processes form ,
-
Lookup Type: PA AA REJECTION CODE
12.2.2
product: PA - Projects , meaning: Incomplete Accounting Rules , description: A GL account cannot be determined for the invoice due to incomplete setup of AutoAccounting ,
-
Lookup Type: INTERFACE STREAMLINE OPTION
12.2.2
product: PA - Projects , meaning: Interface Streamline Option , description: Option of distribution and interface programs to run in streamline from the Submit Processes form ,
-
Lookup Type: TRANSFER REJECTION CODE
12.1.1
product: PA - Projects , meaning: Transfer Rejection Code , description: Reason why a cost or revenue item was rejected during transfer to another application or tieback from another application ,
-
Lookup Type: TRANSFER REJECTION CODE
12.2.2
product: PA - Projects , meaning: Transfer Rejection Code , description: Reason why a cost or revenue item was rejected during transfer to another application or tieback from another application ,
-
Lookup Type: COST DIST REJECTION CODE
12.1.1
product: PA - Projects , meaning: Reason why an expenditure item cannot be cost distributed , description: Reason why an expenditure item cannot be cost distributed ,
-
Lookup Type: COST DIST REJECTION CODE
12.2.2
product: PA - Projects , meaning: Reason why an expenditure item cannot be cost distributed , description: Reason why an expenditure item cannot be cost distributed ,
-
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: CDL_RDL_DESC
12.1.1
product: PA - Projects , meaning: Descriptions for CDL/RDL windows ,
-
Lookup Type: CDL_RDL_DESC
12.2.2
product: PA - Projects , meaning: Descriptions for CDL/RDL windows ,
-
Lookup Type: PA_PAGE_TYPES
12.1.1
product: PA - Projects , meaning: Page Types , description: Page Types ,
-
Lookup Type: PA_PAGE_TYPES
12.2.2
product: PA - Projects , meaning: Page Types , description: Page Types ,
-
Lookup Type: REVENUE DIST REJECTION CODE
12.1.1
product: PA - Projects , meaning: Revenue Dist Rejection Code , description: Revenue Dist Rejection Code ,
-
Concurrent Program: PAXMGSLS
12.1.1
execution_filename: PAXMGSLS , product: PA - Projects , user_name: PAXMGSLS , description: Project Subledger Summary , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PAXMGSLS
12.2.2
execution_filename: PAXMGSLS , product: PA - Projects , user_name: PAXMGSLS , description: Project Subledger Summary , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PA_XLAONDEUPG
12.2.2
product: PA - Projects , user_name: Upgrade Historical Subledger Transactions , description: This program upgrades subledger transactions into Subledger Accounting for periods that have not been upgraded as part of the upgrade to release 12 process. , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PA_XLAONDEUPG
12.1.1
product: PA - Projects , user_name: Upgrade Historical Subledger Transactions , description: This program upgrades subledger transactions into Subledger Accounting for periods that have not been upgraded as part of the upgrade to release 12 process. , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: REVENUE DIST REJECTION CODE
12.2.2
product: PA - Projects , meaning: Revenue Dist Rejection Code , description: Revenue Dist Rejection Code ,
-
Concurrent Program: PAXMGSLS_XML
12.1.1
product: PA - Projects , user_name: AUD: Project Subledger Summary (XML) , description: AUD: Project Subledger: Summary , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: PAXMGSLS_XML
12.2.2
product: PA - Projects , user_name: AUD: Project Subledger Summary (XML) , description: AUD: Project Subledger: Summary , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
View: PA_GL_COST_AUDIT_REP_MRC_V
12.1.1
product: PA - Projects , description: View for Cost Audit by GL Account showing the Cost Distribution Lines and the corresponding entries in Oracle General Ledger. This view shows the cost transactions in Oracle Projects and the corresponding GL Journal Entry batch numbers and , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_COST_AUDIT_REP_MRC_V
12.2.2
product: PA - Projects , description: View for Cost Audit by GL Account showing the Cost Distribution Lines and the corresponding entries in Oracle General Ledger. This view shows the cost transactions in Oracle Projects and the corresponding GL Journal Entry batch numbers and , implementation_dba_data: Not implemented in this database ,
-
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_SL_REP_MRC_V
12.2.2
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 ,
-
Lookup Type: PA_ACCT_SOURCE_CODE
12.2.2
product: PA - Projects , meaning: Projects Default Accounting Sources , description: Projects Default Accounting Sources ,
-
Lookup Type: PA_ACCT_SOURCE_CODE
12.1.1
product: PA - Projects , meaning: Projects Default Accounting Sources , description: Projects Default Accounting Sources ,
-
View: PA_CC_GL_COST_AUDIT_REP_MRC_V
12.1.1
product: PA - Projects , description: View for Cross Charge Audit by GL Account showing the Cross Charge Distribution Lines and the corresponding entries in Oracle General Ledger. This view shows the cross charge transactions in Oracle Projects for both GL Categories (Borrowed , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_GL_COST_AUDIT_REP_MRC_V
12.2.2
product: PA - Projects , description: View for Cross Charge Audit by GL Account showing the Cross Charge Distribution Lines and the corresponding entries in Oracle General Ledger. This view shows the cross charge transactions in Oracle Projects for both GL Categories (Borrowed , implementation_dba_data: Not implemented in this database ,
-
Concurrent Program: PA_XLABABUP
12.2.2
product: PA - Projects , user_name: Subledger Accounting Balances Update , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PA_XLABABUP
12.1.1
product: PA - Projects , user_name: Subledger Accounting Balances Update , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: PA_ADW_DIMENSION_STATUS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ADW_DIMENSION_STATUS, object_name:PA_ADW_DIMENSION_STATUS, status:VALID, product: PA - Projects , description: Dimension status for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_ADW_DIMENSION_STATUS ,