Search Results csc_response_center_pkg_v2
Overview
APPS.CSC_RESPONSE_CENTER_PKG_V2 is a documented PL/SQL package body in the Oracle E-Business Suite Release 12.1.1 and 12.2.2 environments, classified under the "OTHER" API category by the ETRM repository. It belongs to the Customer Care (CSC) application family, specifically supporting the Response Center module, which is the component of Oracle Service that enables agents and customers to log, track, and manage service requests and interactions. The _V2 suffix indicates that this is the second-generation implementation of the package, reflecting a migration toward the TCA (Trading Community Architecture) model delivered by HZ (Oracle Customer Data Management) and HZ_PARTY_V2PUB, HZ_PARTY_CONTACT_V2PUB, HZ_RELATIONSHIP_V2PUB, and HZ_PERSON_INFO_V2PUB.
Functionally, the package serves as a programming interface layer for the Response Center module, exposing record type definitions and standardized missing-value constants that allow calling code to construct and manipulate Trading Community Architecture records consistently. It is primarily a helper and type-definition package rather than a transactional workflow engine.
Key Procedures and Functions
The package exposes 31 documented procedures and functions. Among these, the first group handles utility purposes:
- G_MISS_NUM, G_MISS_CHAR, and G_MISS_DATE — functions that return the standard FND_API missing-value constants for numeric, character, and date data types respectively. These are used throughout Oracle EBS APIs to signal "no value supplied" during record construction.
- GET_ORG_REC_TYPE — returns an HZ_PARTY_V2PUB.ORGANIZATION_REC_TYPE record, used to hold organization party information.
- GET_ORG_CONTACT_REC_TYPE — returns an HZ_PARTY_CONTACT_V2PUB.ORG_CONTACT_REC_TYPE record for organization contact data.
- GET_RELATIONSHIP_REC_TYPE — returns an HZ_RELATIONSHIP_V2PUB.RELATIONSHIP_REC_TYPE record describing relationships between parties.
- GET_PER_LANG_REC_TYPE — returns an HZ_PERSON_INFO_V2PUB.PERSON_LANGUAGE_REC_TYPE record for person language preferences.
- GET_EDUCATION_REC_TYPE — returns an HZ_PERSON_INFO_V2PUB.EDUCATION_REC_TYPE record for person education details.
Additional documented accessors include GET_ACCOUNT_REC_TYPE, GET_CUST_PROFILE_REC_TYPE, GET_PERSON_REC_TYPE, GET_CUST_ACCT_ROLES_REC_TYPE, GET_ACCT_SITE_REC_TYPE, GET_ACCT_SITE_USES_REC_TYPE, GET_CUST_ACCT_RELATE_REC_TYPE, GET_PARTY_REC_TYPE, GET_PHONE_REC_TYPE, GET_EMAIL_REC_TYPE, GET_WEB_REC_TYPE, GET_EDI_REC_TYPE, GET_TELEX_REC_TYPE, GET_CONTACT_POINTS_REC_TYPE, GET_CONT_POINTS_PREF_REC_TYPE, and GET_PARTY_SITE_REC_TYPE. Each returns the corresponding TCA record type structure from the HZ V2 public APIs.
Tables Accessed
The documented metadata does not list explicit tables accessed via APPS synonyms. As a package built on the HZ V2 public API record types, its direct data interaction would flow through the HZ schema package interfaces rather than direct SQL against base tables. The effective data targets are the TCA entity structures represented by HZ_PARTY, HZ_CUST_ACCOUNT, HZ_CUST_ACCT_SITE, HZ_CONTACT_POINT, HZ_PERSON_INFO, and HZ_RELATIONSHIP, accessed indirectly through the V2PUB API packages.
Usage Notes
This package is referenced by one other package. It is typically invoked from Oracle Service / TeleService forms, Response Center UI code, and custom PL/SQL extensions that build TCA record structures before calling the HZ V2 public APIs. The GET_*_REC_TYPE functions provide a defensive programming pattern: rather than constructing record types inline, callers obtain a properly typed, pre-initialized record from this package, reducing null-pointer and type-mismatch errors. Developers integrating with Response Center functionality, particularly for creating or updating parties, customer accounts, contacts, and contact points, will encounter this package as the canonical type-holder for CSC Response Center V2 integrations.
-
PACKAGE BODY: APPS.CSC_RESPONSE_CENTER_PKG_V2
12.2.2
-
PACKAGE BODY: APPS.CSC_RESPONSE_CENTER_PKG_V2
12.1.1
-
PACKAGE: APPS.CSC_RESPONSE_CENTER_PKG_V2
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSC_RESPONSE_CENTER_PKG_V2, status:VALID,
-
PACKAGE BODY: APPS.CSC_RESPONSE_CENTER_PKG_V2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_RESPONSE_CENTER_PKG_V2, status:VALID,
-
PACKAGE: APPS.CSC_RESPONSE_CENTER_PKG_V2
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSC_RESPONSE_CENTER_PKG_V2, status:VALID,
-
PACKAGE BODY: APPS.CSC_RESPONSE_CENTER_PKG_V2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_RESPONSE_CENTER_PKG_V2, status:VALID,
-
PACKAGE: APPS.HZ_CONTACT_PREFERENCE_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_CONTACT_PREFERENCE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_PERSON_INFO_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_PERSON_INFO_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_PERSON_INFO_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_PERSON_INFO_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_CUST_ACCOUNT_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_CUST_ACCOUNT_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_CUST_ACCOUNT_ROLE_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_CUST_ACCOUNT_ROLE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_CUST_ACCOUNT_ROLE_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_CUST_ACCOUNT_ROLE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_CUST_ACCOUNT_SITE_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_CUST_ACCOUNT_SITE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_CONTACT_PREFERENCE_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_CONTACT_PREFERENCE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_CUST_ACCOUNT_SITE_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_CUST_ACCOUNT_SITE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_CUST_ACCOUNT_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_CUST_ACCOUNT_V2PUB, status:VALID,
-
PACKAGE: APPS.CSC_RESPONSE_CENTER_PKG_V2
12.1.1
-
PACKAGE: APPS.HZ_PARTY_CONTACT_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_PARTY_CONTACT_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_CUSTOMER_PROFILE_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_CUSTOMER_PROFILE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_PARTY_CONTACT_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_PARTY_CONTACT_V2PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.HZ_CUSTOMER_PROFILE_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_CUSTOMER_PROFILE_V2PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.CSC_RESPONSE_CENTER_PKG_V2
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.HZ_RELATIONSHIP_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_RELATIONSHIP_V2PUB, status:VALID,
-
PACKAGE BODY: APPS.IBU_SR_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBU_SR_UTIL, status:VALID,
-
PACKAGE BODY: APPS.IBU_SR_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBU_SR_UTIL, status:VALID,
-
PACKAGE: APPS.HZ_RELATIONSHIP_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_RELATIONSHIP_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_PARTY_SITE_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_PARTY_SITE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_CONTACT_POINT_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_CONTACT_POINT_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_PARTY_SITE_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_PARTY_SITE_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_CONTACT_POINT_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_CONTACT_POINT_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_PARTY_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_PARTY_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_PARTY_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_PARTY_V2PUB, status:VALID,
-
PACKAGE: APPS.CSC_CORE_UTILS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSC_CORE_UTILS_PVT, status:VALID,
-
PACKAGE BODY: APPS.IBU_SR_UTIL
12.1.1
-
PACKAGE: APPS.CSC_CORE_UTILS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSC_CORE_UTILS_PVT, status:VALID,
-
PACKAGE BODY: APPS.IBU_SR_UTIL
12.2.2
-
PACKAGE: APPS.HZ_LOCATION_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_LOCATION_V2PUB, status:VALID,
-
PACKAGE: APPS.HZ_LOCATION_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_LOCATION_V2PUB, status:VALID,
-
APPS.IBU_SR_UTIL dependencies on CSC_RESPONSE_CENTER_PKG_V2
12.1.1
-
APPS.IBU_SR_UTIL dependencies on CSC_RESPONSE_CENTER_PKG_V2
12.2.2
-
APPS.CSC_RESPONSE_CENTER_PKG_V2 dependencies on CSC_RESPONSE_CENTER_PKG_V2
12.2.2
-
APPS.CSC_RESPONSE_CENTER_PKG_V2 dependencies on CSC_RESPONSE_CENTER_PKG_V2
12.1.1
-
TYPE: MDSYS.SDO_GEOMETRY
12.1.1
owner:MDSYS, object_type:TYPE, object_name:SDO_GEOMETRY, status:VALID,
-
TYPE: MDSYS.SDO_GEOMETRY
12.2.2
owner:MDSYS, object_type:TYPE, object_name:SDO_GEOMETRY, status:VALID,
-
APPS.IBU_SR_UTIL dependencies on HZ_RELATIONSHIP_V2PUB
12.2.2
-
APPS.IBU_SR_UTIL dependencies on HZ_PARTY_V2PUB
12.1.1