Search Results pa_inv_grp_col_whr_clauses
The PA_INV_GRP_COL_WHR_CLAUSES table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Project Accounting (PA) module. It stores column-level where clauses used for defining invoice grouping rules, which determine how project transactions are aggregated into invoices. This table plays a pivotal role in the invoice generation process, ensuring that transactions meet specific criteria before being grouped together.
Table Structure and Key Columns
The table contains several important columns:- INVOICE_GROUPING_RULE_ID: Foreign key linking to the invoice grouping rule definition.
- COLUMN_NAME: Identifies the specific column being filtered.
- WHERE_CLAUSE: Contains the actual SQL condition applied to the column.
- LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard Oracle audit columns.
Functional Purpose
This table supports the invoice grouping functionality by:- Enabling conditional grouping of transactions based on column values
- Providing flexibility in defining complex grouping criteria
- Supporting multiple conditions per grouping rule
Integration Points
The table integrates with several key processes:- Invoice Generation Workflow
- Project Transaction Processing
- Billing Cycle Management
Technical Implementation
The where clauses stored in this table are dynamically incorporated into SQL statements during invoice generation. The system evaluates these conditions when:- Selecting transactions for inclusion in an invoice group
- Validating transaction eligibility for specific grouping rules
- Applying customer-specific billing requirements
Common Use Cases
Typical implementations leverage this table for:- Customer-specific billing requirements
- Project-type based grouping
- Expense category segregation
- Geographical or organizational grouping
Customization Considerations
When extending or modifying this table's functionality:- Performance impacts must be evaluated for complex where clauses
- Custom validation may be required for custom columns
- Upgrade implications should be considered for custom implementations
Version-Specific Notes
Between 12.1.1 and 12.2.2:- The table structure remains largely unchanged
- 12.2.2 may include performance optimizations in how clauses are processed
- New columns may have been added to support enhanced functionality
Best Practices
For optimal use of this table:- Document all custom where clauses thoroughly
- Test grouping rules with representative transaction volumes
- Monitor performance during peak billing cycles
- Consider indexing strategies for frequently filtered columns
-
Table: PA_INV_GRP_COL_WHR_CLAUSES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_INV_GRP_COL_WHR_CLAUSES, object_name:PA_INV_GRP_COL_WHR_CLAUSES, status:VALID, product: PA - Projects , description: System-defined invoice group WHERE clauses assigned to invoice group columns , implementation_dba_data: PA.PA_INV_GRP_COL_WHR_CLAUSES ,
-
Table: PA_INV_GRP_COL_WHR_CLAUSES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_INV_GRP_COL_WHR_CLAUSES, object_name:PA_INV_GRP_COL_WHR_CLAUSES, status:VALID, product: PA - Projects , description: System-defined invoice group WHERE clauses assigned to invoice group columns , implementation_dba_data: PA.PA_INV_GRP_COL_WHR_CLAUSES ,
-
APPS.GMS_BILLING dependencies on PA_INV_GRP_COL_WHR_CLAUSES
12.1.1
-
APPS.GMS_BILLING dependencies on PA_INV_GRP_COL_WHR_CLAUSES
12.2.2
-
VIEW: PA.PA_INV_GRP_COL_WHR_CLAUSES#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_INV_GRP_COL_WHR_CLAUSES#, status:VALID,
-
SYNONYM: APPS.PA_INV_GRP_COL_WHR_CLAUSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_INV_GRP_COL_WHR_CLAUSES, status:VALID,
-
VIEW: PA.PA_INV_GRP_COL_WHR_CLAUSES#
12.2.2
-
TRIGGER: APPS.PA_INV_GRP_COL_WHR_CLAUSES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PA_INV_GRP_COL_WHR_CLAUSES+, status:VALID,
-
SYNONYM: APPS.PA_INV_GRP_COL_WHR_CLAUSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_INV_GRP_COL_WHR_CLAUSES, status:VALID,
-
TABLE: PA.PA_INV_GRP_COL_WHR_CLAUSES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_INV_GRP_COL_WHR_CLAUSES, object_name:PA_INV_GRP_COL_WHR_CLAUSES, status:VALID,
-
TABLE: PA.PA_INV_GRP_COL_WHR_CLAUSES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_INV_GRP_COL_WHR_CLAUSES, object_name:PA_INV_GRP_COL_WHR_CLAUSES, status:VALID,
-
APPS.GMS_BILLING dependencies on PA_INV_GRP_WHR_CLAUSES
12.1.1
-
APPS.GMS_BILLING dependencies on PA_INV_GRP_WHR_CLAUSES
12.2.2
-
TRIGGER: APPS.PA_INV_GRP_COL_WHR_CLAUSES+
12.2.2
-
FUNCTION: APPS.PA_INV_GRP_COL_WHR_CLAUSES=
12.2.2
-
Table: PA_INV_GRP_WHR_CLAUSES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_INV_GRP_WHR_CLAUSES, object_name:PA_INV_GRP_WHR_CLAUSES, status:VALID, product: PA - Projects , description: System-defined WHERE clauses used to derive invoice group column values , implementation_dba_data: PA.PA_INV_GRP_WHR_CLAUSES ,
-
Table: PA_INV_GRP_WHR_CLAUSES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_INV_GRP_WHR_CLAUSES, object_name:PA_INV_GRP_WHR_CLAUSES, status:VALID, product: PA - Projects , description: System-defined WHERE clauses used to derive invoice group column values , implementation_dba_data: PA.PA_INV_GRP_WHR_CLAUSES ,
-
Table: PA_INVOICE_GROUP_COLUMNS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_INVOICE_GROUP_COLUMNS, object_name:PA_INVOICE_GROUP_COLUMNS, status:VALID, product: PA - Projects , description: System-defined columns associated with invoice groups , implementation_dba_data: PA.PA_INVOICE_GROUP_COLUMNS ,
-
Table: PA_INVOICE_GROUP_COLUMNS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_INVOICE_GROUP_COLUMNS, object_name:PA_INVOICE_GROUP_COLUMNS, status:VALID, product: PA - Projects , description: System-defined columns associated with invoice groups , implementation_dba_data: PA.PA_INVOICE_GROUP_COLUMNS ,
-
FUNCTION: APPS.PA_INV_GRP_COL_WHR_CLAUSES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:PA_INV_GRP_COL_WHR_CLAUSES=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GMS_BILLING
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_BILLING, status:VALID,
-
PACKAGE BODY: APPS.GMS_BILLING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_BILLING, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.GMS_BILLING dependencies on PA_INVOICE_FORMAT_DETAILS
12.1.1
-
APPS.GMS_BILLING dependencies on PA_INVOICE_GROUP_COLUMNS
12.2.2
-
APPS.GMS_BILLING dependencies on PA_INVOICE_GROUP_COLUMNS
12.1.1
-
APPS.GMS_BILLING dependencies on PA_INVOICE_FORMAT_DETAILS
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.GMS_BILLING SQL Statements
12.1.1
-
APPS.GMS_BILLING SQL Statements
12.2.2
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
PACKAGE BODY: APPS.GMS_BILLING
12.1.1
-
PACKAGE BODY: APPS.GMS_BILLING
12.2.2
-
12.2.2 DBA Data
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - PA Tables and Views
12.2.2