Search Results arp_cc_pkg
Overview
The ARP_CC_PKG package body, owned by the APPS schema in Oracle E-Business Suite releases 12.1.1 and 12.2.2, supports the Customer Calls and Collections functionality within Oracle Receivables. Its principal business role is to manage the persistence logic behind customer call records, their associated notes, topics, actions, and action notifications. The package acts as the data-access layer through which call-related components—particularly the Customer Calls and Collection workflow—write transactional data into the underlying call and notes tables.
The package is classified under the ETRM as an OTHER API rather than a formally published public API. It is not referenced by any database object per the dependency metadata, though it is reported to be referenced by two other packages. This indicates it functions as an internal implementation package rather than a supported integration entry point.
Key Procedures and Functions
The ETRM metadata documents nine procedures and functions in ARP_CC_PKG. Their purposes are as follows:
- INSERT_P — The primary insertion routine, responsible for creating a customer call record in AR_CUSTOMER_CALLS and orchestrating the related child inserts.
- INSERT_F_NOTES — Inserts a note associated with a customer call into AR_NOTES. This is directly relevant to searches on the AR_NOTES_S synonym referenced in the object dependencies.
- INSERT_F_TOPICS — Inserts a call topic record, linking the call to one or more topics in AR_CUSTOMER_CALL_TOPICS.
- INSERT_F_ACTIONS — Inserts a call action record into AR_CALL_ACTIONS, capturing the activity performed against a call.
- INSERT_F_NOTIFICATIONS — Inserts an action notification into AR_ACTION_NOTIFICATIONS, used to alert users of call-related events.
- UPDATE_P — The primary update routine for modifying an existing customer call record.
- UPDATE_F_TOPICS — Updates topic associations for an existing call.
- UPDATE_F_ACTIONS — Updates action records attached to a call.
- CHECK_DUNNING — Evaluates dunning-related conditions, typically used to gate or trigger collection activity tied to a call.
Tables Accessed
The package reads and writes the following documented tables (via APPS synonyms):
- AR_CUSTOMER_CALLS / _S — The master call record; the base table and its sequence supply the primary key.
- AR_CUSTOMER_CALL_TOPICS / _S — Topic links for each call.
- AR_CALL_ACTIONS / _S — Individual actions logged against a call.
- AR_ACTION_NOTIFICATIONS / _S — Notification records generated for call actions.
- AR_NOTES / AR_NOTES_S — Free-text notes attached to calls; AR_NOTES_S provides the note identifier.
- AR_SYSTEM_PARAMETERS — Read for Receivables system-level settings, such as defaulting and dunning configuration.
- DUAL — Used for single-row queries and sequence lookups.
Usage Notes
ARP_CC_PKG is invoked internally by the Oracle Receivables Customer Calls forms and by serviced components that create or maintain call records. Because the ETRM classifies it as OTHER and no database object depends on it, it should not be treated as a supported public API; customizations should instead call the supported call-management interfaces where available. Direct invocation from custom PL/SQL is possible but unsupported, and callers must respect the sequence-driven keys, the dependent INSERT_F_* and UPDATE_F_* routines, and the AR_SYSTEM_PARAMETERS-derived defaults. The package is most relevant to administrators and developers investigating how call, topic, action, notification, and note data are persisted in the Customer Calls schema, and to those searching for the AR_NOTES_S synonym that underpins note creation.
-
PACKAGE BODY: APPS.ARP_CC_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_CC_PKG, status:VALID,
-
SYNONYM: APPS.AR_CUSTOMER_CALL_TOPICS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_CUSTOMER_CALL_TOPICS, status:VALID,
-
SYNONYM: APPS.AR_CUSTOMER_CALL_TOPICS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_CUSTOMER_CALL_TOPICS, status:VALID,
-
PACKAGE: APPS.ARP_CC_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ARP_CC_PKG, status:VALID,
-
SYNONYM: APPS.AR_ACTION_NOTIFICATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_ACTION_NOTIFICATIONS, status:VALID,
-
PACKAGE BODY: APPS.ARP_CC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_CC_PKG, status:VALID,
-
SYNONYM: APPS.AR_CUSTOMER_CALLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_CUSTOMER_CALLS, status:VALID,
-
SYNONYM: APPS.AR_NOTES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_NOTES, status:VALID,
-
SYNONYM: APPS.AR_CUSTOMER_CALLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_CUSTOMER_CALLS, status:VALID,
-
SYNONYM: APPS.AR_CALL_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_CALL_ACTIONS, status:VALID,
-
PACKAGE: APPS.ARP_CC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ARP_CC_PKG, status:VALID,
-
SYNONYM: APPS.AR_ACTION_NOTIFICATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_ACTION_NOTIFICATIONS, status:VALID,
-
SYNONYM: APPS.AR_NOTES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_NOTES, status:VALID,
-
SYNONYM: APPS.AR_CALL_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_CALL_ACTIONS, status:VALID,
-
PACKAGE: APPS.ARP_CC_PKG
12.1.1
-
PACKAGE: APPS.ARP_CC_PKG
12.2.2
-
PACKAGE BODY: APPS.ARP_CCC_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_CCC_PKG, status:VALID,
-
SYNONYM: APPS.AR_CUSTOMER_CALL_TOPICS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_CUSTOMER_CALL_TOPICS_S, status:VALID,
-
SYNONYM: APPS.AR_ACTION_NOTIFICATIONS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_ACTION_NOTIFICATIONS_S, status:VALID,
-
SYNONYM: APPS.AR_ACTION_NOTIFICATIONS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_ACTION_NOTIFICATIONS_S, status:VALID,
-
SYNONYM: APPS.AR_NOTES_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_NOTES_S, status:VALID,
-
SYNONYM: APPS.AR_NOTES_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_NOTES_S, status:VALID,
-
SYNONYM: APPS.AR_CUSTOMER_CALL_TOPICS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_CUSTOMER_CALL_TOPICS_S, status:VALID,
-
SYNONYM: APPS.AR_CUSTOMER_CALLS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_CUSTOMER_CALLS_S, status:VALID,
-
PACKAGE BODY: APPS.ARP_CCE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_CCE_PKG, status:VALID,
-
SYNONYM: APPS.AR_CALL_ACTIONS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_CALL_ACTIONS_S, status:VALID,
-
SYNONYM: APPS.AR_CALL_ACTIONS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_CALL_ACTIONS_S, status:VALID,
-
SYNONYM: APPS.AR_CUSTOMER_CALLS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_CUSTOMER_CALLS_S, status:VALID,
-
PACKAGE BODY: APPS.ARP_CCE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_CCE_PKG, status:VALID,
-
PACKAGE BODY: APPS.ARP_CCC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_CCC_PKG, status:VALID,
-
PACKAGE BODY: APPS.ARP_CC_PKG
12.1.1
-
PACKAGE BODY: APPS.ARP_CC_PKG
12.2.2
-
APPS.ARP_CCC_PKG dependencies on ARP_CC_PKG
12.1.1
-
APPS.ARP_CCE_PKG dependencies on ARP_CC_PKG
12.2.2
-
SYNONYM: APPS.AR_SYSTEM_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_SYSTEM_PARAMETERS, status:VALID,
-
APPS.ARP_CCC_PKG dependencies on ARP_CC_PKG
12.2.2
-
APPS.ARP_CC_PKG dependencies on ARP_CC_PKG
12.1.1
-
APPS.ARP_CC_PKG dependencies on ARP_CC_PKG
12.2.2
-
APPS.ARP_CCE_PKG dependencies on ARP_CC_PKG
12.1.1
-
SYNONYM: APPS.AR_SYSTEM_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_SYSTEM_PARAMETERS, status:VALID,
-
PACKAGE: APPS.ARP_STANDARD
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ARP_STANDARD, status:VALID,
-
PACKAGE: APPS.ARP_STANDARD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ARP_STANDARD, status:VALID,
-
APPS.ARP_CC_PKG dependencies on AR_CUSTOMER_CALLS
12.2.2
-
APPS.ARP_CC_PKG dependencies on AR_CUSTOMER_CALLS
12.1.1
-
APPS.ARP_CC_PKG dependencies on AR_CALL_ACTIONS
12.1.1
-
APPS.ARP_CC_PKG dependencies on AR_CALL_ACTIONS
12.2.2
-
APPS.ARP_CC_PKG dependencies on AR_CUSTOMER_CALLS
12.1.1
-
APPS.ARP_CC_PKG dependencies on AR_CUSTOMER_CALLS
12.2.2
-
SYNONYM: PUBLIC.DUAL
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,