Search Results ar_customer_profiles
Overview
The AR_CUSTOMER_PROFILES table is a core data object within Oracle E-Business Suite Receivables (AR) module, versions 12.1.1 and 12.2.2. It serves as the central repository for storing and managing a customer's credit profile and financial relationship settings. Each record defines the specific credit, collections, invoicing, and payment rules applicable to a customer, either at the overall customer level or, more granularly, at a specific customer site (ship-to, bill-to). Its primary role is to enforce business policies for credit management, cash application, dunning, and customer communications, directly impacting order management holds, transaction creation, and collections activities.
Key Information Stored
The table's structure links a customer (CUSTOMER_ID) and optionally a site (SITE_USE_ID) to a suite of controlling parameters. The primary identifier is CUSTOMER_PROFILE_ID. Key foreign key columns link to master data that defines business rules: CUSTOMER_PROFILE_CLASS_ID for inheriting default profile settings, COLLECTOR_ID for assigning a collections representative, and DUNNING_LETTER_SET_ID for defining overdue notice sequences. Critical operational controls are managed via links to STATEMENT_CYCLE_ID for statement generation, AUTOCASH_HIERARCHY_ID for payment application rules, and GROUPING_RULE_ID for transaction grouping. The table itself stores the relational pointers to these rules; detailed amount-specific limits, such as credit limits and tolerance percentages, are stored in the related AR_CUSTOMER_PROFILE_AMOUNTS table.
Common Use Cases and Queries
This table is central to credit checking, customer maintenance, and collections reporting. A common operational query retrieves the complete profile for a specific customer and site to evaluate credit during order entry. For reporting, analysts often join this table with RA_CUSTOMERS and RA_SITE_USES_ALL to list all customers assigned to a particular collector or analyze profiles by geographic region. Data fixes may involve updating a profile's COLLECTOR_ID during team reassignments. A typical SQL pattern to fetch active customer profile details is:
- SELECT acp.customer_profile_id, acp.customer_id, acp.site_use_id, acp.collector_id, acp.credit_hold
- FROM ar_customer_profiles acp, ra_customers rc
- WHERE acp.customer_id = rc.customer_id
- AND rc.status = 'A';
Related Objects
AR_CUSTOMER_PROFILES has extensive relationships within the Receivables schema. It is a child of RA_CUSTOMERS and RA_SITE_USES_ALL. Its configuration is heavily dependent on reference tables: AR_CUSTOMER_PROFILE_CLASSES (source of defaults), AR_COLLECTORS, AR_DUNNING_LETTER_SETS, AR_STATEMENT_CYCLES, AR_AUTOCASH_HIERARCHIES, and RA_GROUPING_RULES. Its most direct child is the AR_CUSTOMER_PROFILE_AMOUNTS table, which holds the quantitative limits associated with each profile. In application logic, key APIs such as ARP_CPAPI_PUB (Customer Profile API) and standard views like AR_CUSTOMER_PROFILES_VL are built upon this base table for data validation and presentation.
-
Table: AR_CUSTOMER_PROFILES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CUSTOMER_PROFILES, object_name:AR_CUSTOMER_PROFILES, status:VALID, product: AR - Receivables , description: Customer credit information , implementation_dba_data: AR.AR_CUSTOMER_PROFILES ,
-
Table: AR_CUSTOMER_PROFILES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CUSTOMER_PROFILES, object_name:AR_CUSTOMER_PROFILES, status:VALID, product: AR - Receivables , description: Customer credit information , implementation_dba_data: AR.AR_CUSTOMER_PROFILES ,
-
APPS.IEX_CREDIT_HOLD_API dependencies on ARP_CPROF1_PKG
12.1.1
-
APPS.IEX_CREDIT_HOLD_API dependencies on ARP_CPROF1_PKG
12.2.2
-
SYNONYM: APPS.AR_CUSTOMER_PROFILES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_CUSTOMER_PROFILES, status:VALID,
-
SYNONYM: APPS.AR_CUSTOMER_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_CUSTOMER_PROFILES, status:VALID,
-
APPS.IEX_CREDIT_HOLD_API dependencies on IEX_DUNNING_PVT
12.1.1
-
APPS.IEX_CREDIT_HOLD_API dependencies on IEX_DUNNING_PVT
12.2.2
-
APPS.PA_IC_INV_UTILS dependencies on HZ_CUSTOMER_PROFILES
12.2.2
-
APPS.OKC_PRICE_PUB dependencies on OKX_CUSTOMER_PROFILES_V
12.1.1
-
Table: AR_STATEMENT_CYCLES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENT_CYCLES, object_name:AR_STATEMENT_CYCLES, status:VALID, product: AR - Receivables , description: Information about statement cycles , implementation_dba_data: AR.AR_STATEMENT_CYCLES ,
-
APPS.PA_IC_INV_UTILS dependencies on HZ_CUSTOMER_PROFILES
12.1.1
-
APPS.OKC_PRICE_PUB dependencies on OKX_CUSTOMER_PROFILES_V
12.2.2
-
Table: AR_AUTOCASH_HIERARCHIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AUTOCASH_HIERARCHIES, object_name:AR_AUTOCASH_HIERARCHIES, status:VALID, product: AR - Receivables , description: AutoCash Rule Sets information , implementation_dba_data: AR.AR_AUTOCASH_HIERARCHIES ,
-
Table: RA_GROUPING_RULES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_GROUPING_RULES, object_name:RA_GROUPING_RULES, status:VALID, product: AR - Receivables , description: AutoInvoice grouping rules , implementation_dba_data: AR.RA_GROUPING_RULES ,
-
Table: AR_CUSTOMER_PROFILE_AMOUNTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CUSTOMER_PROFILE_AMOUNTS, object_name:AR_CUSTOMER_PROFILE_AMOUNTS, status:VALID, product: AR - Receivables , description: Customer profile amount limits for each currency , implementation_dba_data: AR.AR_CUSTOMER_PROFILE_AMOUNTS ,
-
Table: RA_GROUPING_RULES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_GROUPING_RULES, object_name:RA_GROUPING_RULES, status:VALID, product: AR - Receivables , description: AutoInvoice grouping rules , implementation_dba_data: AR.RA_GROUPING_RULES ,
-
Table: AR_STATEMENT_CYCLES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENT_CYCLES, object_name:AR_STATEMENT_CYCLES, status:VALID, product: AR - Receivables , description: Information about statement cycles , implementation_dba_data: AR.AR_STATEMENT_CYCLES ,
-
VIEW: AR.AR_CUSTOMER_PROFILES#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_CUSTOMER_PROFILES#, status:VALID,
-
Table: AR_COLLECTORS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_COLLECTORS, object_name:AR_COLLECTORS, status:VALID, product: AR - Receivables , description: Information about collectors , implementation_dba_data: AR.AR_COLLECTORS ,
-
Table: AR_COLLECTORS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_COLLECTORS, object_name:AR_COLLECTORS, status:VALID, product: AR - Receivables , description: Information about collectors , implementation_dba_data: AR.AR_COLLECTORS ,
-
Table: AR_DUNNING_LETTER_SETS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DUNNING_LETTER_SETS, object_name:AR_DUNNING_LETTER_SETS, status:VALID, product: AR - Receivables , description: Sequence in which dunning letters are sent , implementation_dba_data: AR.AR_DUNNING_LETTER_SETS ,
-
Table: AR_DUNNING_LETTER_SETS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DUNNING_LETTER_SETS, object_name:AR_DUNNING_LETTER_SETS, status:VALID, product: AR - Receivables , description: Sequence in which dunning letters are sent , implementation_dba_data: AR.AR_DUNNING_LETTER_SETS ,
-
Table: AR_AUTOCASH_HIERARCHIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AUTOCASH_HIERARCHIES, object_name:AR_AUTOCASH_HIERARCHIES, status:VALID, product: AR - Receivables , description: AutoCash Rule Sets information , implementation_dba_data: AR.AR_AUTOCASH_HIERARCHIES ,
-
Table: AR_CUSTOMER_PROFILE_CLASSES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CUSTOMER_PROFILE_CLASSES, object_name:AR_CUSTOMER_PROFILE_CLASSES, status:VALID, product: AR - Receivables , description: Customer profile class information , implementation_dba_data: AR.AR_CUSTOMER_PROFILE_CLASSES ,
-
Table: AR_CUSTOMER_PROFILE_AMOUNTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CUSTOMER_PROFILE_AMOUNTS, object_name:AR_CUSTOMER_PROFILE_AMOUNTS, status:VALID, product: AR - Receivables , description: Customer profile amount limits for each currency , implementation_dba_data: AR.AR_CUSTOMER_PROFILE_AMOUNTS ,
-
APPS.OKS_QPATTRIB_PVT SQL Statements
12.1.1
-
View: ICX_PANEL_CREDIT_INFO_V
12.1.1
product: ICX - Oracle iProcurement , description: Customer Site Credit Profile View , implementation_dba_data: Not implemented in this database ,
-
Table: AR_CUSTOMER_PROFILE_CLASSES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CUSTOMER_PROFILE_CLASSES, object_name:AR_CUSTOMER_PROFILE_CLASSES, status:VALID, product: AR - Receivables , description: Customer profile class information , implementation_dba_data: AR.AR_CUSTOMER_PROFILE_CLASSES ,
-
APPS.OKS_QPATTRIB_PVT SQL Statements
12.2.2
-
View: ICX_PANEL_CREDIT_INFO_V
12.2.2
product: ICX - Oracle iProcurement , description: Customer Site Credit Profile View , implementation_dba_data: Not implemented in this database ,
-
APPS.IEX_CREDIT_HOLD_API SQL Statements
12.1.1
-
VIEW: AR.AR_CUSTOMER_PROFILES#
12.2.2
-
TABLE: AR.AR_STATEMENTS_HISTORY_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENTS_HISTORY_ALL, object_name:AR_STATEMENTS_HISTORY_ALL, status:VALID,
-
APPS.IEX_CREDIT_HOLD_API SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IEX_CREDIT_HOLD_API
12.1.1
-
TABLE: AR.AR_STATEMENTS_HISTORY_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENTS_HISTORY_ALL, object_name:AR_STATEMENTS_HISTORY_ALL, status:VALID,
-
PACKAGE BODY: APPS.IEX_CREDIT_HOLD_API
12.2.2
-
APPS.PA_RETN_BILLING_PKG dependencies on PA_AGREEMENTS_ALL
12.2.2
-
Table: RA_SITE_USES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_SITE_USES_ALL, object_name:RA_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Business purpose of a customer address , implementation_dba_data: AR.RA_SITE_USES_ALL ,
-
APPS.PA_RETN_BILLING_PKG dependencies on PA_AGREEMENTS_ALL
12.1.1
-
Table: RA_CUSTOMERS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMERS, object_name:RA_CUSTOMERS, status:VALID, product: AR - Receivables , description: Customer information , implementation_dba_data: AR.RA_CUSTOMERS ,
-
Table: RA_SITE_USES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_SITE_USES_ALL, object_name:RA_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Business purpose of a customer address , implementation_dba_data: AR.RA_SITE_USES_ALL ,
-
Table: RA_CUSTOMERS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMERS, object_name:RA_CUSTOMERS, status:VALID, product: AR - Receivables , description: Customer information , implementation_dba_data: AR.RA_CUSTOMERS ,
-
APPS.IGIRGLOBE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKS_QPATTRIB_PVT
12.1.1
-
APPS.IGIRGLOBE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKS_QPATTRIB_PVT
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.QP_SOURCING_API_PUB SQL Statements
12.2.2