Previous | Next | Contents | Index | Navigation | Glossary | Library |
Listed below are some of the business requirements for cost accruals that may vary in your company from the cost accrual example provided by Oracle Projects:
Print out and review the following files before you begin writing cost accrual billing extensions. The files are located in the Oracle Projects admin/sql directory.
PAXICOSB.pls. | Package Body Template. This file contains the procedure that you modify to implement cost accrual billing extensions. You can define as many procedures as you like within this package or within the predefined procedure. |
PAXICOSS.pls | Package Specification Template. If you create procedures within the package outside the predefined procedure, you must also modify this file. |
Suggestion: After you write the procedure, do not forget to compile it and store it in the database. See: Storing Your Procedures.
You can base your cost accrual billing extension on the one provided by Oracle Projects. You must not change the example billing extension definition or the logic. You can copy the definition and the PL/SQL package to use as a starting point for your own billing extension. You are responsible for the support and upgrade of your cost accrual implementation, including the billing extension procedure and logic.
Oracle Projects Technical Reference Manual
Previous | Next | Contents | Index | Navigation | Glossary | Library |