Search Results items price lis
The IGI.IGI_RPI_AUDIT_ITEMS_ALL
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a custom audit table typically implemented by the IGI (Integrity Governance and Intelligence) module, which specializes in compliance, audit trails, and security monitoring. This table stores detailed audit records for items or transactions that are subject to governance controls, providing a granular level of tracking for regulatory or internal policy adherence. Below is a detailed breakdown of its structure, purpose, and integration within Oracle EBS.
Purpose and Context
TheIGI_RPI_AUDIT_ITEMS_ALL
table is part of a broader audit framework designed to capture changes, access events, or approvals related to sensitive data or critical business processes. It is often used in conjunction with other IGI audit tables to provide a comprehensive audit trail. Key use cases include:
- Compliance Tracking: Ensures adherence to regulations like SOX, GDPR, or industry-specific mandates by logging modifications to financial, HR, or procurement data.
- Fraud Detection: Monitors transactional anomalies by recording who accessed or modified records, along with timestamps and contextual details.
- Operational Audits: Toggles visibility into approval workflows, such as Purchase Order (PO) or Invoice adjustments, for internal audits.
Table Structure and Key Columns
While the exact schema may vary based on customization, typical columns include:- AUDIT_ITEM_ID: Primary key, uniquely identifying each audit entry.
- TRANSACTION_TYPE: Indicates the action (e.g., INSERT, UPDATE, DELETE, APPROVE).
- TRANSACTION_DATE: Timestamp of the audited event.
- USER_ID: Oracle EBS user responsible for the action, often linked to
FND_USER
. - OBJECT_ID: References the audited entity (e.g., PO_HEADER_ID for purchase orders).
- OLD_VALUE/NEW_VALUE: Captures before-and-after states for changed fields.
- STATUS: Audit status (e.g., PENDING_REVIEW, COMPLETED).
- ORG_ID: Multi-org identifier, aligning with Oracle’s Multi-Org architecture.
Integration with Oracle EBS
The table integrates with EBS through:- Database Triggers: PL/SQL triggers on transactional tables (e.g.,
PO_HEADERS_ALL
) populateIGI_RPI_AUDIT_ITEMS_ALL
upon data changes. - API Calls: Custom IGI APIs may log events programmatically during approval workflows or batch processes.
- Concurrent Programs: Scheduled jobs reconcile or purge audit data based on retention policies.
Technical Considerations
- Performance: Indexing
AUDIT_ITEM_ID
,OBJECT_ID
, andTRANSACTION_DATE
is critical for query efficiency. - Partitioning: Large audit volumes may necessitate partitioning by date or org.
- Security: Access is restricted to audit roles, often via VPD (Virtual Private Database) policies.
Customization and Extensions
Implementations may extend the table to:- Add industry-specific columns (e.g.,
SOX_CONTROL_ID
). - Integrate with BI tools for dashboards.
- Leverage Oracle Audit Vault for centralized monitoring.
Conclusion
TheIGI.IGI_RPI_AUDIT_ITEMS_ALL
table is a pivotal component of Oracle EBS audit frameworks, enabling organizations to meet compliance, security, and operational transparency requirements. Its design reflects Oracle’s flexibility in supporting custom audit trails while adhering to EBS architectural standards.
-
Lookup Type: PRICE DIFFERENTIALS
12.1.1
product: PO - Purchasing , meaning: Price Differentials , description: Types of Price Differentials ,
-
Lookup Type: PRICE TYPE
12.1.1
product: PO - Purchasing , meaning: Price Types , description: Price Types ,
-
File: GR_11i_Master Items Template.pdf
12.1.1
product: GR - Process Manufacturing Regulatory Management , size: 22.299 KBytes , file_type: PDF Diagram ,
-
File: GR_11i_Master Items Template.pdf
12.2.2
product: GR - Process Manufacturing Regulatory Management , size: 22.299 KBytes , file_type: PDF Diagram ,
-
Lookup Type: PRICE TYPE
12.2.2
product: PO - Purchasing , meaning: Price Types , description: Price Types ,
-
Lookup Type: PRICE DIFFERENTIALS
12.2.2
product: PO - Purchasing , meaning: Price Differentials , description: Types of Price Differentials ,
-
Lookup Type: PRICE BREAK TYPE
12.2.2
product: PO - Purchasing , meaning: Price Break Types , description: Price Break Types ,
-
Lookup Type: LINE PRICE TYPE
12.1.1
product: PO - Purchasing , meaning: Line Price Types for Reports , description: Line Price Types for Reports ,
-
File: GML_11i_OP Price List Setup.pdf
12.1.1
product: GML - Process Manufacturing Logistics , size: 20.653 KBytes , file_type: PDF Diagram ,
-
Lookup Type: PRICE BREAK TYPE
12.1.1
product: PO - Purchasing , meaning: Price Break Types , description: Price Break Types ,
-
File: GML_11i_OP Price List Setup.pdf
12.2.2
product: GML - Process Manufacturing Logistics , size: 20.653 KBytes , file_type: PDF Diagram ,
-
Lookup Type: LINE PRICE TYPE
12.2.2
product: PO - Purchasing , meaning: Line Price Types for Reports , description: Line Price Types for Reports ,
-
SYNONYM: PUBLIC.com/sun/tools/javac/jvm/Items
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:com/sun/tools/javac/jvm/Items, status:VALID,
-
SYNONYM: PUBLIC.com/sun/tools/javac/jvm/Items
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:com/sun/tools/javac/jvm/Items, status:VALID,
-
JAVA CLASS: SYS.com/sun/tools/javac/jvm/Items
12.1.1
owner:SYS, object_type:JAVA CLASS, object_name:com/sun/tools/javac/jvm/Items, status:VALID,
-
JAVA CLASS: SYS.com/sun/tools/javac/jvm/Items
12.2.2
owner:SYS, object_type:JAVA CLASS, object_name:com/sun/tools/javac/jvm/Items, status:VALID,
-
APPS.OKC_XPRT_UTIL_PVT dependencies on DBMS_SQL
12.1.1
-
APPS.OKC_XPRT_UTIL_PVT dependencies on DBMS_SQL
12.2.2
-
VIEW: APPS.PER_CAL_EVENT_ELIGIBILITY_V
12.1.1
-
APPS.OKE_K_USER_ATTRIBUTES_PUB dependencies on DBMS_SQL
12.2.2
-
Concurrent Program: OEPAII
12.1.1
execution_filename: OEPAII , product: OE - Order Entry , user_name: OEPAII , description: Add inventory items to a price list , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: OEPAII
12.2.2
execution_filename: OEPAII , product: OE - Order Entry , user_name: OEPAII , description: Add inventory items to a price list , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
VIEW: APPS.PER_CAL_EVENT_ELIGIBILITY_V
12.2.2
-
Lookup Type: PA_CHANGED_ITEMS
12.1.1
product: PA - Projects , meaning: Changed Items , description: Changed Items ,
-
Lookup Type: PA_CHANGED_ITEMS
12.2.2
product: PA - Projects , meaning: Changed Items , description: Changed Items ,
-
APPS.OE_VALIDATE_LINE dependencies on OE_LINE_UTIL
12.2.2
-
Concurrent Program: OEPAII
12.1.1
product: QP - Advanced Pricing , user_name: Add inventory items to a price list , description: Add inventory items to a price list , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: OEPAII
12.2.2
product: QP - Advanced Pricing , user_name: Add inventory items to a price list , description: Add inventory items to a price list , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
APPS.OE_VALIDATE_LINE dependencies on OE_LINE_UTIL
12.1.1
-
APPS.IGIRRGPP dependencies on IGI_RPI_ITEMS
12.2.2
-
APPS.IGIRRGPP dependencies on IGI_RPI_ITEMS
12.1.1
-
Lookup Type: ICX_CAT_LOAD_TYPE
12.1.1
product: ICX - Oracle iProcurement , meaning: ICX_CAT_LOAD_TYPE , description: Self Service Purchasing File Load Types ,
-
Lookup Type: ICX_CAT_LOAD_TYPE
12.2.2
product: ICX - Oracle iProcurement , meaning: ICX_CAT_LOAD_TYPE , description: Self Service Purchasing File Load Types ,
-
Concurrent Program: ADDITEMS
12.1.1
execution_filename: QP_ADD_ITEM_PRCLIST_PVT.ADD_ITEMS_TO_PRICE_LIST , product: QP - Advanced Pricing , user_name: QP_ADD_ITEM_PRCLIST_PVT.ADD_ITEMS_TO_PRICE_LIST , description: Add Items To Price List , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ADDITEMS
12.2.2
execution_filename: QP_ADD_ITEM_PRCLIST_PVT.ADD_ITEMS_TO_PRICE_LIST , product: QP - Advanced Pricing , user_name: QP_ADD_ITEM_PRCLIST_PVT.ADD_ITEMS_TO_PRICE_LIST , description: Add Items To Price List , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
TABLE: IGI.IGI_RPI_AUDIT_ITEMS_ALL
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_RPI_AUDIT_ITEMS_ALL, object_name:IGI_RPI_AUDIT_ITEMS_ALL, status:VALID,
-
APPS.AHL_VWP_PRICE_PVT dependencies on STANDARD
12.1.1
-
APPS.AHL_VWP_PRICE_PVT dependencies on STANDARD
12.2.2
-
APPS.AHL_VWP_TASK_CST_PR_PVT dependencies on AHL_VWP_TASK_CST_PR_PVT
12.2.2
-
APPS.OE_CNCL_VALIDATE_LINE dependencies on OE_LINE_UTIL
12.1.1
-
TABLE: IGI.IGI_RPI_UPDATE_LINES_ALL
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_RPI_UPDATE_LINES_ALL, object_name:IGI_RPI_UPDATE_LINES_ALL, status:VALID,
-
APPS.AHL_VWP_TASK_CST_PR_PVT dependencies on AHL_VWP_TASK_CST_PR_PVT
12.1.1
-
APPS.OE_CNCL_VALIDATE_LINE dependencies on OE_LINE_UTIL
12.2.2
-
TABLE: PON.PON_ITEM_PRICES_INTERFACE
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ITEM_PRICES_INTERFACE, object_name:PON_ITEM_PRICES_INTERFACE, status:VALID,
-
Lookup Type: SCATTER
12.1.1
product: QPR - Oracle Deal Management , meaning: Scatter Report ,
-
Lookup Type: SCATTER
12.2.2
product: QPR - Oracle Deal Management , meaning: Scatter Report ,
-
TABLE: PON.PON_ITEM_PRICES_INTERFACE
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_ITEM_PRICES_INTERFACE, object_name:PON_ITEM_PRICES_INTERFACE, status:VALID,
-
APPS.ICX_CAT_R12_UPGRADE_PVT dependencies on ICX_CAT_ITEMS_B
12.1.1
-
PACKAGE BODY: APPS.AHL_VWP_PRICE_PVT
12.1.1
-
PACKAGE BODY: APPS.AHL_VWP_PRICE_PVT
12.2.2