Search Results pa_credit_receivers
Overview
PA_CREDIT_RECEIVERS is a Projects (PA) module table in Oracle E-Business Suite 12.1.1 and 12.2.2 that stores the employees who receive credit for project revenue. Its documented description identifies it as the repository of revenue credit assignments, allowing organizations to attribute revenue to individual persons or sales representatives at the project and task level. The table is owned by the PA schema and is classified as VALID in the ETRM repository.
From a Data Vault modeling perspective, the heuristic classification for this object is a link. This suggestion reflects the table's structure: it resolves relationships between projects (PA_PROJECTS_ALL), tasks (PA_TASKS), and people or sales representatives (RA_SALESREPS_ALL) rather than acting as a standalone hub or descriptive satellite. Transactional attributes such as CREDIT_PERCENTAGE and date ranges are carried on the same row, which is common for EBS intersection tables.
Key Information Stored
The documented physical schema contains 17 columns. The most significant include:
- PROJECT_ID — identifies the project for which revenue credit is assigned; foreign key to PA_PROJECTS_ALL.
- TASK_ID — identifies the task within the project; foreign key to PA_TASKS.
- PERSON_ID — the employee or person receiving revenue credit.
- CREDIT_TYPE_CODE — classifies the type of credit being granted.
- START_DATE_ACTIVE and END_DATE_ACTIVE — define the active date range for the credit assignment.
- CREDIT_PERCENTAGE — the share of revenue credit allocated to the receiver.
- SALESREP_ID — optional sales representative reference; foreign key to RA_SALESREPS_ALL.
- TRANSFER_TO_AR_FLAG — controls whether the credit is transferred to Receivables.
- BUDGET_TYPE_CODE — indicates the budget type context for the credit.
- CREDIT_RECEIVER_ID — surrogate identifier, uniquely indexed by PA_CREDIT_RECEIVERS_U6.
- RECORD_VERSION_NUMBER — supports optimistic locking.
- Audit columns: CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN.
The primary key, PA_CREDIT_RECEIVERS_PK, is composed of PROJECT_ID, TASK_ID, PERSON_ID, CREDIT_TYPE_CODE, and START_DATE_ACTIVE. A second unique index, PA_CREDIT_RECEIVERS_U1, matches that same business-key combination, while PA_CREDIT_RECEIVERS_U6 uniquely identifies rows by the surrogate CREDIT_RECEIVER_ID.
Common Use Cases and Queries
Typical use cases include revenue credit reporting, sales commission attribution, and reconciliation of project revenue distribution. Analysts frequently query this table to determine which individuals receive credit on a project during a given period.
- List active credit receivers for a project:
SELECT person_id, credit_type_code, credit_percentage FROM pa.pa_credit_receivers WHERE project_id = :p_project_id AND TRUNC(SYSDATE) BETWEEN start_date_active AND NVL(end_date_active, TRUNC(SYSDATE)); - Join to PA_PROJECTS_ALL for project names and to RA_SALESREPS_ALL for sales rep details.
- Verify credit percentage totals per project/task to ensure allocations sum correctly.
- Identify credits flagged for transfer to Receivables via TRANSFER_TO_AR_FLAG.
- Audit historical assignments using START_DATE_ACTIVE and END_DATE_ACTIVE ranges.
Related Objects
The following objects are most significant given the documented foreign key relationships:
- PA_PROJECTS_ALL — joined on PROJECT_ID; the parent project definition.
- PA_TASKS — joined on TASK_ID; defines the task structure under a project.
- RA_SALESREPS_ALL — joined on SALESREP_ID; supplies sales representative information.
- PA_CREDIT_RECEIVERS_PK / _U1 / _U6 — indexes enforcing uniqueness on business keys and the surrogate identifier.
- Related PA revenue and billing tables (for example, project revenue distribution and transfer-to-AR processes) depend on these credit assignments when calculating who receives revenue credit.
Understanding PA_CREDIT_RECEIVERS is essential for accurate project revenue attribution and downstream Receivables integration within Oracle Projects.
-
Table: PA_CREDIT_RECEIVERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CREDIT_RECEIVERS, object_name:PA_CREDIT_RECEIVERS, status:VALID, product: PA - Projects , description: Employees who receive credit for project revenue , implementation_dba_data: PA.PA_CREDIT_RECEIVERS ,
-
Table: PA_CREDIT_RECEIVERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CREDIT_RECEIVERS, object_name:PA_CREDIT_RECEIVERS, status:VALID, product: PA - Projects , description: Employees who receive credit for project revenue , implementation_dba_data: PA.PA_CREDIT_RECEIVERS ,
-
APPS.PA_SALESREPS SQL Statements
12.2.2
-
APPS.PA_SALESREPS SQL Statements
12.1.1
-
VIEW: PA.PA_CREDIT_RECEIVERS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_CREDIT_RECEIVERS#, status:VALID,
-
VIEW: PA.PA_CREDIT_RECEIVERS#
12.2.2
-
SYNONYM: APPS.PA_CREDIT_RECEIVERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CREDIT_RECEIVERS, status:VALID,
-
SYNONYM: APPS.PA_CREDIT_RECEIVERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CREDIT_RECEIVERS, status:VALID,
-
APPS.PA_BILLING_SETUP_PVT SQL Statements
12.2.2
-
APPS.PA_BILLING_SETUP_PVT SQL Statements
12.1.1
-
TABLE: PA.PA_CREDIT_RECEIVERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CREDIT_RECEIVERS, object_name:PA_CREDIT_RECEIVERS, status:VALID,
-
TABLE: PA.PA_CREDIT_RECEIVERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CREDIT_RECEIVERS, object_name:PA_CREDIT_RECEIVERS, status:VALID,
-
PACKAGE BODY: APPS.PA_SALESREPS
12.1.1
-
APPS.PA_HR_INVOICE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PA_SALESREPS
12.2.2
-
APPS.PA_HR_INVOICE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PA_HR_INVOICE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_HR_INVOICE, status:VALID,
-
PACKAGE BODY: APPS.PA_HR_INVOICE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_HR_INVOICE, status:VALID,
-
PACKAGE BODY: APPS.PA_BILLING_SETUP_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_BILLING_SETUP_UTILS, status:VALID,
-
PACKAGE BODY: APPS.PA_BILLING_SETUP_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_BILLING_SETUP_UTILS, status:VALID,
-
PACKAGE BODY: APPS.PA_LOOKUPS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_LOOKUPS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_BILLING_SETUP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_BILLING_SETUP_PVT, status:VALID,
-
PACKAGE BODY: APPS.GMS_AWARD_DELETE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_AWARD_DELETE_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_LOOKUPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_LOOKUPS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_SALESREPS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_SALESREPS, status:VALID,
-
PACKAGE BODY: APPS.PA_SALESREPS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_SALESREPS, status:VALID,
-
PACKAGE BODY: APPS.PA_BILLING_SETUP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_BILLING_SETUP_PVT, status:VALID,
-
PACKAGE BODY: APPS.GMS_AWARD_DELETE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_AWARD_DELETE_PKG, status:VALID,
-
Table: RA_SALESREPS_ALL
12.2.2
product: AR - Receivables , description: Information about salespeople , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.PA_PERSON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PERSON, status:VALID,
-
Table: RA_SALESREPS_ALL
12.1.1
product: AR - Receivables , description: Information about salespeople , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.PA_PERSON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PERSON, status:VALID,
-
PACKAGE BODY: APPS.PA_HR_INVOICE
12.2.2
-
PACKAGE BODY: APPS.PA_HR_INVOICE
12.1.1
-
APPS.PA_BILLING_SETUP_UTILS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PA_PROJECT_CORE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PROJECT_CORE, status:VALID,
-
APPS.PA_BILLING_SETUP_UTILS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PA_PROJECT_CORE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PROJECT_CORE, status:VALID,
-
PACKAGE BODY: APPS.PA_PROJECT_CORE1
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PROJECT_CORE1, status:VALID,
-
PACKAGE BODY: APPS.PA_PROJECT_CORE1
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PROJECT_CORE1, status:VALID,
-
APPS.PA_LOOKUPS_PKG SQL Statements
12.2.2
-
APPS.PA_LOOKUPS_PKG SQL Statements
12.1.1
-
APPS.PA_PERSON SQL Statements
12.1.1
-
APPS.PA_PERSON SQL Statements
12.2.2
-
Table: PA_TASKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: PA_TASKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
APPS.GMS_AWARD_DELETE_PKG SQL Statements
12.2.2
-
APPS.GMS_AWARD_DELETE_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2