In Oracle Fusion Project Management, several key tables store data related to various aspects of project management. These tables are integral for managing project finances, resources, and operations. Here are some of the key tables:
Projects and Tasks
PJF_PROJECTS_ALL
: Stores information about projects.PJF_TASKS
: Stores details of tasks associated with projects.
Expenditures
PJC_EXPENDITURE_ITEMS
: Holds expenditure item data.PJC_EXPENDITURE_TYPES
: Stores types of expenditures.
Budgets and Forecasts
PJF_BUDGET_VERSIONS
: Contains budget versions for projects.PJF_BUDGET_LINES
: Stores individual budget lines.
Project Costing
PJC_COST_DISTRIBUTION_LINES
: Contains cost distribution lines.PJC_TRANSACTIONS
: Stores project transaction details.
Billing
PJB_INVOICES_ALL
: Contains billing invoice data.PJB_INVOICE_LINES_ALL
: Stores invoice lines.
Resources and Assignments
PJR_RESOURCES
: Contains information about resources assigned to projects.PJR_ASSIGNMENTS
: Stores details of resource assignments to tasks.
Contracts and Funding
PJB_CONTRACTS_ALL
: Holds contract information.PJB_FUNDING_DISTRIBUTIONS
: Contains funding distribution details.
Project Integration and Reporting
PJF_PROJECT_REPORTING
: Stores data for project reporting purposes.PJF_INTEGRATION_EVENTS
: Contains integration event data for project management.
These tables are crucial for the functionality of Oracle Fusion Project Management, allowing users to manage projects comprehensively from budgeting and costing to billing and resource management.
Please refer to the Oracle documentations for any changes in the latest releases.
No comments:
Post a Comment