Search Results cdl_line_num
Overview
PA_COST_EXCEPTIONS_DET_MRC_V is a Projects (PA) module reporting view in Oracle E-Business Suite 12.1.1 and 12.2.2 that isolates the Cost Distribution Lines (CDL) responsible for preventing a project accounting period from closing. It is the detail-level companion to PA_COST_EXCEPTIONS_SUM_MRC_V and belongs to the same retrofitted family of Oracle Projects cost exception views. The "_MRC_V" suffix indicates that the view is designed for multi-reporting-currency (MRC) environments, so the set of books context is carried explicitly through SET_OF_BOOKS_ID, allowing a single query to surface exceptions per reporting ledger. The view exposes both the summary-level exception markers and the descriptive attributes drawn from the expenditure record, which makes it a convenient single source for diagnosing why an expenditure item has not transferred through cost distribution. In the ETRM metadata this object is marked "Not implemented in this database," meaning it exists as a documented definition seeded by Oracle Projects but is not necessarily instantiated in every environment; the view text is nevertheless the authoritative definition.
Underlying Base Objects
The view is defined with a USE_NL hint (summary first, then expenditure) over four objects. Three are base tables: PA_PROJECTS_ALL (aliased PRJ), PA_TASKS (aliased TSK), and PA_EXPENDITURES_ALL (aliased EXP). The fourth is the summary exception view PA_COST_EXCEPTIONS_SUM_MRC_V (aliased SMRY), which supplies SMRY.SET_OF_BOOKS_ID, SMRY.TASK_ID, SMRY.EXPENDITURE_ID, SMRY.EXPENDITURE_ITEM_ID, SMRY.CDL_LINE_NUM, and the exception descriptive columns. Joins are: PRJ.PROJECT_ID = TSK.PROJECT_ID, TSK.TASK_ID = SMRY.TASK_ID, and EXP.EXPENDITURE_ID = SMRY.EXPENDITURE_ID. The inline scalar subquery against PER_ALL_PEOPLE_F resolves the person name effective on EXP.EXPENDITURE_ENDING_DATE.
Key Columns
- CDL_LINE_NUM — the cost distribution line number, the attribute of interest to the user searching for "cdl_line_num"; it identifies the specific distribution line flagged as an exception.
- SET_OF_BOOKS_ID, PROJECT_ID, TASK_ID, EXPENDITURE_ID, EXPENDITURE_ITEM_ID — the natural and surrogate keys for the ledger, project, task, and expenditure item.
- PROJECT_NUMBER, TASK_NUMBER — human-readable identifiers taken from PA_PROJECTS_ALL.SEGMENT1 and PA_TASKS.TASK_NUMBER.
- EXPENDITURE_TYPE, EXPENDITURE_GROUP, EXPENDITURE_ENDING_DATE, EXPENDITURE_ITEM_DATE — expenditure classification and date attributes.
- PA_DATE, PERIOD_NAME — the accounting date and PA period associated with the exception.
- QUANTITY, UNIT_OF_MEASURE, AMOUNT, DENOM_AMOUNT, DENOM_CURRENCY_CODE, PROJECT_AMOUNT — measures and currency amounts at detail level.
- PERSON_ID, PERSON_NAME — the incurring person, resolved via PER_ALL_PEOPLE_F.
- TRANSFER_STATUS_CODE, TRANSFER_REJECTION_REASON, EXCEPTION_REASON, CORRECTIVE_ACTION — the diagnostic columns describing why transfer is blocked and what corrective action is expected.
Common Use Cases and Queries
The primary use case is period-close troubleshooting: locating the exact cost distribution lines keeping a PA period open. A typical query filters by ledger, project, and period and returns the CDL line number and corrective guidance.
- Identify blocking CDL lines for a given period:
SELECT project_number, task_number, expenditure_item_id, cdl_line_num, period_name, exception_reason, corrective_action FROM pa_cost_exceptions_det_mrc_v WHERE set_of_books_id = :p_sob_id AND period_name = :p_period; - Reconcile exception amounts to the general ledger by currency, using DENOM_CURRENCY_CODE and DENOM_AMOUNT.
- Group exceptions by CORRECTIVE_ACTION to prioritize remediation during close.
- Join EXPENDITURE_ITEM_ID and CDL_LINE_NUM back to distribution and interface tables to correct the underlying transaction.
Because of the MRC suffix, results should always be qualified by SET_OF_BOOKS_ID to avoid mixing reporting-currency rows.
-
View: PA_COST_EXCEPTIONS_DET_MRC_V
12.2.2
product: PA - Projects , description: pa_cost_exceptions_det_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_COST_EXCEPT_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_COST_EXCEPT_DET_V, object_name:PA_GL_COST_EXCEPT_DET_V, status:VALID, product: PA - Projects , description: PA_GL_COST_EXCEPT_DET_V is a view that identifies the Cost Distribution Lines that prevents the PA GL period from being closed. , implementation_dba_data: APPS.PA_GL_COST_EXCEPT_DET_V ,
-
View: PA_CC_EXCEPTIONS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_EXCEPTIONS_SUM_V, object_name:PA_CC_EXCEPTIONS_SUM_V, status:VALID, product: PA - Projects , description: Cross charge distributions that prevent a period from being closed.This view is used in period close reports. , implementation_dba_data: APPS.PA_CC_EXCEPTIONS_SUM_V ,
-
View: PA_COST_EXCEPTIONS_DET_MRC_V
12.1.1
product: PA - Projects , description: pa_cost_exceptions_det_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_EXCEPTIONS_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_EXCEPTIONS_SUM_V, object_name:PA_CC_EXCEPTIONS_SUM_V, status:VALID, product: PA - Projects , description: Cross charge distributions that prevent a period from being closed.This view is used in period close reports. , implementation_dba_data: APPS.PA_CC_EXCEPTIONS_SUM_V ,
-
View: PA_GL_CC_EXCEPT_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_CC_EXCEPT_SUM_V, object_name:PA_GL_CC_EXCEPT_SUM_V, status:VALID, product: PA - Projects , description: Summary of cross charge distributions that prevent a period from being closed. This view is used in period close reports. It shows a summary all cross charge distribution lines that prevent closing a period. , implementation_dba_data: APPS.PA_GL_CC_EXCEPT_SUM_V ,
-
View: PA_CC_EXCEPTIONS_SUM_MRC_V
12.2.2
product: PA - Projects , description: This view is used in period close reports. It shows all cross charge distribution lines that prevent closing a period , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_COST_EXCEPT_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_COST_EXCEPT_DET_V, object_name:PA_GL_COST_EXCEPT_DET_V, status:VALID, product: PA - Projects , description: PA_GL_COST_EXCEPT_DET_V is a view that identifies the Cost Distribution Lines that prevents the PA GL period from being closed. , implementation_dba_data: APPS.PA_GL_COST_EXCEPT_DET_V ,
-
View: PA_GL_CC_EXCEPT_SUM_MRC_V
12.1.1
product: PA - Projects , description: Summary of MRC cross charge distributions that prevent a period from being closed. This view is used in period close reports. It shows a summary all MRC cross charge distribution lines that prevent closing a period. , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_EXCEPTIONS_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_EXCEPTIONS_DET_V, object_name:PA_COST_EXCEPTIONS_DET_V, status:VALID, product: PA - Projects , description: Identifies the details Cost Distribution Lines that prevent a period from being closed. , implementation_dba_data: APPS.PA_COST_EXCEPTIONS_DET_V ,
-
View: PA_GL_COST_EXCEPT_DET_MRC_V
12.2.2
product: PA - Projects , description: pa_gl_cost_except_det_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period from being closed. , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_EXCEPTIONS_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_EXCEPTIONS_DET_V, object_name:PA_COST_EXCEPTIONS_DET_V, status:VALID, product: PA - Projects , description: Identifies the details Cost Distribution Lines that prevent a period from being closed. , implementation_dba_data: APPS.PA_COST_EXCEPTIONS_DET_V ,
-
View: PA_GL_COST_EXCEPT_DET_MRC_V
12.1.1
product: PA - Projects , description: pa_gl_cost_except_det_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period from being closed. , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_CC_EXCEPT_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_CC_EXCEPT_SUM_V, object_name:PA_GL_CC_EXCEPT_SUM_V, status:VALID, product: PA - Projects , description: Summary of cross charge distributions that prevent a period from being closed. This view is used in period close reports. It shows a summary all cross charge distribution lines that prevent closing a period. , implementation_dba_data: APPS.PA_GL_CC_EXCEPT_SUM_V ,
-
View: PA_CC_EXCEPTIONS_SUM_MRC_V
12.1.1
product: PA - Projects , description: This view is used in period close reports. It shows all cross charge distribution lines that prevent closing a period , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_COST_AUDIT_REP_MRC_V
12.1.1
product: PA - Projects , description: View for Cost Audit by GL Account showing the Cost Distribution Lines and the corresponding entries in Oracle General Ledger. This view shows the cost transactions in Oracle Projects and the corresponding GL Journal Entry batch numbers and , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_COST_XFER_AUDIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_COST_XFER_AUDIT_V, object_name:PA_GL_COST_XFER_AUDIT_V, status:VALID, product: PA - Projects , description: View for Cost Audit by GL Account showing the Cost Distribution Lines and the corresponding entries in Oracle General Ledger. , implementation_dba_data: APPS.PA_GL_COST_XFER_AUDIT_V ,
-
View: PA_GL_COST_XFER_AUDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_COST_XFER_AUDIT_V, object_name:PA_GL_COST_XFER_AUDIT_V, status:VALID, product: PA - Projects , description: View for Cost Audit by GL Account showing the Cost Distribution Lines and the corresponding entries in Oracle General Ledger. , implementation_dba_data: APPS.PA_GL_COST_XFER_AUDIT_V ,
-
View: PA_GL_CC_EXCEPT_SUM_MRC_V
12.2.2
product: PA - Projects , description: Summary of MRC cross charge distributions that prevent a period from being closed. This view is used in period close reports. It shows a summary all MRC cross charge distribution lines that prevent closing a period. , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_COST_AUDIT_REP_MRC_V
12.2.2
product: PA - Projects , description: View for Cost Audit by GL Account showing the Cost Distribution Lines and the corresponding entries in Oracle General Ledger. This view shows the cost transactions in Oracle Projects and the corresponding GL Journal Entry batch numbers and , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_EXCEPTIONS_DET_MRC_V
12.2.2
product: PA - Projects , description: MRC cross charge distributions that prevent a period from being closed. This view in period close reports. , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_BURDEN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_BURDEN_DETAILS_V, object_name:PA_COST_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: View of individual burden cost components of the burdened cost of each expenditure item that is burdened. , implementation_dba_data: APPS.PA_COST_BURDEN_DETAILS_V ,
-
View: PA_GL_COST_EXCEPT_SUM_MRC_V
12.1.1
product: PA - Projects , description: pa_gl_cost_except_sum_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period from being closed , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_CC_EXCEPT_DET_MRC_V
12.1.1
product: PA - Projects , description: MRC cross charge distributions that prevent a period from being closed. This view is used in period close reports. It shows the details of all MRC cross charge distribution lines that prevent closing a period. , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_EXCEPTIONS_SUM_MRC_V
12.1.1
product: PA - Projects , description: pa_cost_exceptions_sum_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_EXCEPTIONS_SUM_MRC_V
12.2.2
product: PA - Projects , description: pa_cost_exceptions_sum_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_EXCEPTIONS_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_EXCEPTIONS_DET_V, object_name:PA_CC_EXCEPTIONS_DET_V, status:VALID, product: PA - Projects , description: This view is in period close reports. It shows the details of all cross charge distribution lines that prevent closing a period , implementation_dba_data: APPS.PA_CC_EXCEPTIONS_DET_V ,
-
View: PA_GL_CC_EXCEPT_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_CC_EXCEPT_DET_V, object_name:PA_GL_CC_EXCEPT_DET_V, status:VALID, product: PA - Projects , description: Cross charge distributions in the primary set of books that prevent a period from being closed. This view is used in period close reports. It shows the details of all cross charge distribution lines in the primary set of books that preven , implementation_dba_data: APPS.PA_GL_CC_EXCEPT_DET_V ,
-
View: PA_COST_BURDEN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_BURDEN_DETAILS_V, object_name:PA_COST_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: View of individual burden cost components of the burdened cost of each expenditure item that is burdened. , implementation_dba_data: APPS.PA_COST_BURDEN_DETAILS_V ,
-
View: PA_GL_COST_EXCEPT_SUM_MRC_V
12.2.2
product: PA - Projects , description: pa_gl_cost_except_sum_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period from being closed , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_EXCEPTIONS_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_EXCEPTIONS_DET_V, object_name:PA_CC_EXCEPTIONS_DET_V, status:VALID, product: PA - Projects , description: This view is in period close reports. It shows the details of all cross charge distribution lines that prevent closing a period , implementation_dba_data: APPS.PA_CC_EXCEPTIONS_DET_V ,
-
View: PA_CC_EXCEPTIONS_DET_MRC_V
12.1.1
product: PA - Projects , description: MRC cross charge distributions that prevent a period from being closed. This view in period close reports. , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_CC_EXCEPT_DET_MRC_V
12.2.2
product: PA - Projects , description: MRC cross charge distributions that prevent a period from being closed. This view is used in period close reports. It shows the details of all MRC cross charge distribution lines that prevent closing a period. , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_CC_EXCEPT_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_CC_EXCEPT_DET_V, object_name:PA_GL_CC_EXCEPT_DET_V, status:VALID, product: PA - Projects , description: Cross charge distributions in the primary set of books that prevent a period from being closed. This view is used in period close reports. It shows the details of all cross charge distribution lines in the primary set of books that preven , implementation_dba_data: APPS.PA_GL_CC_EXCEPT_DET_V ,
-
View: PA_GL_COST_EXCEPT_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_COST_EXCEPT_SUM_V, object_name:PA_GL_COST_EXCEPT_SUM_V, status:VALID, product: PA - Projects , description: PA_GL_COST_EXCEPT_SUM_V is a view that identifies the Cost Distribution Lines that prevent a period , implementation_dba_data: APPS.PA_GL_COST_EXCEPT_SUM_V ,
-
View: PA_GL_COST_EXCEPT_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_COST_EXCEPT_SUM_V, object_name:PA_GL_COST_EXCEPT_SUM_V, status:VALID, product: PA - Projects , description: PA_GL_COST_EXCEPT_SUM_V is a view that identifies the Cost Distribution Lines that prevent a period , implementation_dba_data: APPS.PA_GL_COST_EXCEPT_SUM_V ,
-
View: PA_COST_EXCEPTIONS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_EXCEPTIONS_SUM_V, object_name:PA_COST_EXCEPTIONS_SUM_V, status:VALID, product: PA - Projects , description: Identifies the details Cost Distribution Lines that prevent a period from being closed. , implementation_dba_data: APPS.PA_COST_EXCEPTIONS_SUM_V ,
-
View: PA_COST_EXCEPTIONS_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_EXCEPTIONS_SUM_V, object_name:PA_COST_EXCEPTIONS_SUM_V, status:VALID, product: PA - Projects , description: Identifies the details Cost Distribution Lines that prevent a period from being closed. , implementation_dba_data: APPS.PA_COST_EXCEPTIONS_SUM_V ,