Naming Convention
The file that contains the modified code should be named oracle_
For example, if you need to modify a function in a procedure maintained in the file OEXULINB.pls, the file name would be something like oracle_OEXULINB.sql. If it is a package being modified, the file should contain both the package spec and package body.
Comments
Include at least one comment line that contains “ASC” within the first 20 lines of the object. For example:
/* $Header: INVTISVB.pls 115.44.11580.6 2003/10/20 04:00:52 rmurari ship $*/
/* Customized by ASC for ERP 3.0 */
/*===========================================================================+
Copyright (c) 2000 Oracle Corporation
Redwood Shores, California, USA
All rights reserved.
Repository
1. The original unmodified standard Oracle file should be added to the repository under /vob/erp/asc_custom/orig. This should help when an Oracle patch is applied.
2. The modified file name should be placed in the same directory as other customizations.
Exception Log: Update the exception log, if applicable.
No comments:
Post a Comment