Search Results ar_collectors
Overview
The AR_COLLECTORS table is a core reference table within Oracle E-Business Suite (EBS) Receivables (AR) module. It serves as the master repository for defining and storing information about collectors, who are personnel responsible for managing customer accounts and pursuing the collection of overdue receivables. The table's primary role is to establish a centralized list of collectors that can be assigned to customers, customer profiles, and specific transactions, enabling structured workflow management, reporting, and responsibility assignment for the collections process. Its integrity is enforced through primary and unique key constraints, and it is integral to the application's data model for credit and collections management.
Key Information Stored
The table's structure centers on the unique identification of a collector and their association with a resource in the Trading Community Architecture (TCA) model. The most critical columns, as indicated by the provided constraint metadata, are the COLLECTOR_ID and NAME. The COLLECTOR_ID is the primary key (AR_COLLECTORS_PK), serving as the unique internal identifier used by foreign keys throughout the application. The NAME column has a unique key constraint (AR_COLLECTORS_UK1), ensuring each collector's name is distinct. A pivotal foreign key relationship exists via the RESOURCE_ID column, which links the collector to the underlying resource definition in the JTF_RS_RESOURCE_EXTNS and JTF_RS_GROUPS_B tables, thereby integrating collector setup with the broader Oracle Trading Community and Resource Manager foundations.
Common Use Cases and Queries
This table is frequently accessed for reporting, data validation, and setup tasks. Common operational queries include listing all active collectors for assignment in customer profiles or identifying the collector responsible for a specific delinquent account. A typical reporting query might join AR_COLLECTORS with transaction tables like AR_PAYMENT_SCHEDULES_ALL to analyze collection effectiveness by collector. For setup and maintenance, administrators use this table to verify or create new collector records, ensuring they are correctly linked to a resource. A fundamental SQL pattern to retrieve all collectors with their system ID and name is: SELECT collector_id, name FROM ar.ar_collectors ORDER BY name;. Another common join retrieves collector details for specific customers via the AR_CUSTOMER_PROFILES table.
Related Objects
As documented in the foreign key metadata, AR_COLLECTORS has defined relationships with several key Receivables tables. It is referenced as a parent table in the following objects:
- JTF_RS_GROUPS_B and JTF_RS_RESOURCE_EXTNS: Linked via AR_COLLECTORS.RESOURCE_ID for the base resource definition.
- AR_CUSTOMER_PROFILES and AR_CUSTOMER_PROFILE_CLASSES: Linked via the COLLECTOR_ID column to assign a default collector at the customer or profile class level.
- AR_PAYMENT_SCHEDULES_ALL: Linked via the COLLECTOR_LAST column to track the last collector assigned to a specific invoice or receipt transaction.
- AR_CUSTOMER_CALL_TOPICS_ALL: Linked via the COLLECTOR_ID column to associate collection call topics with a specific collector.
-
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_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 ,
-
APPS.AR_AME_CMWF_API dependencies on AR_COLLECTORS
12.2.2
-
APPS.FII_AR_FACTS_AGING_PKG dependencies on AR_COLLECTORS
12.1.1
-
APPS.ARP_CMREQ_WF dependencies on AR_COLLECTORS
12.2.2
-
APPS.ARP_CMREQ_WF dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_CASE_OWNER_PUB dependencies on AR_COLLECTORS
12.2.2
-
APPS.IEX_PROFILE dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_TERR_PUB dependencies on AR_COLLECTORS
12.2.2
-
APPS.AR_AME_CM_ATTRIBUTES_API dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on AR_COLLECTORS
12.1.1
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_UWQ_DELIN_ENUMS_PVT dependencies on AR_COLLECTORS
12.1.1
-
APPS.AR_AME_CMWF_API dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_PROFILE dependencies on AR_COLLECTORS
12.2.2
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on AR_COLLECTORS
12.2.2
-
APPS.IEX_COLLECTORS_TO_RESOURCE dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on AR_COLLECTORS
12.2.2
-
APPS.IEX_UWQ_PROM_ENUMS_PVT dependencies on AR_COLLECTORS
12.2.2
-
APPS.AR_AME_CM_ATTRIBUTES_API dependencies on AR_COLLECTORS
12.2.2
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on AR_COLLECTORS
12.2.2
-
APPS.ARP_CORRECT_CC_ERRORS dependencies on AR_COLLECTORS
12.2.2
-
APPS.ARP_CORRECT_CC_ERRORS dependencies on AR_COLLECTORS
12.1.1
-
APPS.AR_ARXCCS_XMLP_PKG dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_UWQ_PROM_ENUMS_PVT dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_CASE_OWNER_PUB dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_TERR_PUB dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on AR_COLLECTORS
12.1.1
-
APPS.IEX_UWQ_DELIN_ENUMS_PVT dependencies on AR_COLLECTORS
12.2.2
-
APPS.AR_ARXCCS_XMLP_PKG dependencies on AR_COLLECTORS
12.2.2
-
APPS.IEX_COLLECTORS_TO_RESOURCE dependencies on AR_COLLECTORS
12.2.2
-
APPS.IEX_UWQ_DELIN_ENUMS_PVT SQL Statements
12.2.2
-
APPS.IEX_UWQ_DELIN_ENUMS_PVT SQL Statements
12.1.1
-
APPS.IEX_UTILITIES dependencies on HZ_CUSTOMER_PROFILES
12.1.1
-
APPS.IEX_UTILITIES dependencies on HZ_CUSTOMER_PROFILES
12.2.2
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on JTF_TAE_1600_CUST_WINNERS
12.2.2
-
APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on HZ_CUSTOMER_PROFILES
12.2.2
-
APPS.IEX_UTILITIES dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on HZ_CUSTOMER_PROFILES
12.1.1
-
APPS.IEX_UWQ_DELIN_ENUMS_PVT dependencies on IEX_ASSIGNMENTS
12.1.1
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on JTF_TAE_1600_CUST_WINNERS
12.1.1
-
APPS.IEX_UWQ_DELIN_ENUMS_PVT dependencies on IEX_ASSIGNMENTS
12.2.2
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on JTF_RS_ROLE_RELATIONS
12.1.1
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on JTF_RS_ROLE_RELATIONS
12.2.2
-
APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on GL_SETS_OF_BOOKS
12.1.1
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on JTF_RS_GROUPS_VL
12.2.2
-
APPS.ARP_CMREQ_WF dependencies on HZ_CUSTOMER_PROFILES
12.2.2
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on HZ_CUST_SITE_USES
12.2.2