Вы находитесь на странице: 1из 2

%%% applcust file format 11.5.

A # +=======================================================================+ # Copyright (c) 1995 Oracle Corporation Redwood Shores, CA USA # All rights reserved. # +=======================================================================+ # FILENAME # applcust.txt # # $Header: applcust.txt 115.1 99/07/17 04:36:28 porting ship $ # # DESCRIPTION # # Oracle Applications customized files registration file. # # NOTES # # You should list all Oracle Applications files that you have # customized in this file. # # We strongly recommend that you do all of your customizations # to copies of the original Oracle Applications files, and that you # run the customized files from a custom application. We call this # "customization by extension" (CBE). Customization by extension will # minimize difficulties in upgrading to new releases and in # assimilating patches to customized files. # # We recommend that you do not change existing Oracle Applications # files. We call this "customization by modification" (CBM). # Customization by modification may be easier to implement initially, # but is much more difficult to maintain. In addition, some database # components of a "customized by modification" customization may be # overwritten when you upgrade to a new release of Oracle Applications. # # FILE FORMAT # # All comment lines must begin with a #. # Blank lines are ignored. # You may use either spaces or tabs to separate fields. # You may specify a # character after the <Src Fname> field. # # in this position indicates that the rest of the line is a comment. # # There are six fields that you can specify when listing a customized # file. The first three are mandatory, and the next three are # optional (but highly recomended). The fields are: # # <Src Prod> <Src Dir> <Src Fname> [<Dest Prod> <Dest Dir> <Dest Fname>] # # Where: # # <Src Prod> is the standard product abbreviation (NOT the Application # Short Name) for the Oracle Applications product that owns the file. # For example, 'gl' is the abbreviation for Oracle General Ledger. # This is different from the Application Short Name for Oracle # General Ledger, which is 'SQLGL'. You can find the standard # product abbreviations for all Oracle Applications products in the # file 'applprod.txt' in the 'admin' directory under APPL_TOP. # # <Src Dir> is the subdirectory under the top-level directory for # <Src Prod> in which the file is located. For example, 'bin' is # the subdirectory under which Oracle Applications executable files

# are located. # # If <Src Dir> looks like 'lib/lib<prod>.a', this means that the file # listed is an object module included inside the library archive file # $<PROD>_TOP/lib/lib<prod>.a. # # <Src Fname> is the name of the file. For example the <Src Fname> # for $FND_TOP/lib/xitiap.o is "xitiap.o". # # <Dest Prod>, <Dest Dir>, and <Dest Fname> describe the product, # subdirectory, and filename for the customized version of the # Oracle Applications file that you have customized. # If these fields are not specified, Oracle Applications assumes # that you have customized the listed file by modification. # # +=======================================================================+ # # Sample entries (commented out) # # -------------------------------------------------------------------------# Sprd Src Dir Src Fname Dprd Dest Dir Dest Fname # -------------------------------------------------------------------------# # # # # # # fnd fnd fnd fnd fnd fnd fnd bin bin bin lib lib/libfnd.a lib/libfnd.a lib/libfnd.a forms/US reports found45 # considered CBM because no destination found45 fnd bin found45 startmgr xxfnd bin startmgr xitiap.o xxfnd LIB xitiap.o xitdgl.o # considered CBM because no destination xitdgl.o fnd lib/libfnd.a xitdgl.o xitdgl.o xxfnd lib/libxxfnd.a xitdgl.o ARXSUVAT.fmb APXACHEC.rdf xxar xxap forms/US reports listed # CBM # CBE # CBE listed # CBM # CBE

# ar # ap

ARXSUVAT.fmb APXACHEC.rdf

# # Real entries # # # end of Oracle Applications customized files registration file #

Вам также может понравиться