DeleteGlobalTableSpecs

Include Table Conversions in Software Updates

Minor Business Rule

Object Name: B96709

Parent DLL: CINSTALL

Location: Client

Language: C

Data Structure

D96709A - Merge Package Specs with Pathcode

Parameter NameData ItemData TypeReq/OptI/O/Both
szPackageNamePKGNAMEcharOPTINPUT

A package describes where on the server to find the components you want to deploy to workstations. There are three package types: Full: 
Contains the full suite of system applications (all specifications). Partial: A minimum configuration of the system. This package type allows 
users to load the desired applications at run-time rather than initially installing all applications. Update: System objects contained in this type of 
package are loaded after the workstation receives the package and the user signs on to the system. If the update package includes objects 
without the corresponding specifications, old versions of the application are deleted from the workstation and replaced by the current 
version the next time the user accesses that application. Update packages are always deployed on the date and time specified by the system 
administrator.

szTargetEnvironmentNameENHVcharOPTINPUT

For World, the Environment name is also called the Plan Name, and is used to uniquely identify an upgrade environment for 
Install/Reinstall. For EnteriseOne (Install Applications), the environment name is also called the Plan Name, and is used to uniquely identify an upgrade 
environment for Install/Reinstall. For EnterpriseOne (Environment or Version Applications), this is the path code that identifies the location of the 
application or version specification data. 

szTargetPathCodePATHCDcharOPTINPUT

The path code is a pointer to a set of OneWorld objects, and is used to keep track of sets of objects and their locations within OneWorld.

szTableNameOBNMcharOPTINPUT

The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks 
for all applications, and developers can reuse the objects in multiple applications. The Object Librarian tracks each object. Examples of 
system objects include:   o Batch Applications (such as reports)   o Interactive Applications   o Business Views   o Business Functions   o 
Business Functions Data Structures   o Event Rules   o Media Object Data Structures

Related Functions

None

Related Tables

None
IsDDItemExistInTargetSpecs

IsDDItemExistInTargetSpecs

Include Table Conversions in Software Updates

Minor Business Rule

Object Name: B96709

Parent DLL: CINSTALL

Location: Client

Language: C

Data Structure

D96709C - Does DD Item exist in target specs

Parameter NameData ItemData TypeReq/OptI/O/Both
szPathCodePATHCDcharOPTINPUT

The path code is a pointer to a set of OneWorld objects, and is used to keep track of sets of objects and their locations within OneWorld.

szDataItemDTAIcharREQINPUT

A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

cDDItemExistYNYNcharOPTOUTPUT

The Yes or No Entry field is a common single character entry field for simple yes or no responses on prompt screens.

Related Functions

None

Related Tables

None
MergePackageSpecWithPathcode

MergePackageSpecWithPathcode

Include Table Conversions in Software Updates

Minor Business Rule

Object Name: B96709

Parent DLL: CINSTALL

Location: Client

Language: C

Data Structure

D96709A - Merge Package Specs with Pathcode

Parameter NameData ItemData TypeReq/OptI/O/Both
szPackageNamePKGNAMEcharOPTINPUT

A package describes where on the server to find the components you want to deploy to workstations. There are three package types: Full: 
Contains the full suite of system applications (all specifications). Partial: A minimum configuration of the system. This package type allows 
users to load the desired applications at run-time rather than initially installing all applications. Update: System objects contained in this type of 
package are loaded after the workstation receives the package and the user signs on to the system. If the update package includes objects 
without the corresponding specifications, old versions of the application are deleted from the workstation and replaced by the current 
version the next time the user accesses that application. Update packages are always deployed on the date and time specified by the system 
administrator.

szTargetEnvironmentNameENHVcharOPTINPUT

For World, the Environment name is also called the Plan Name, and is used to uniquely identify an upgrade environment for 
Install/Reinstall. For EnteriseOne (Install Applications), the environment name is also called the Plan Name, and is used to uniquely identify an upgrade 
environment for Install/Reinstall. For EnterpriseOne (Environment or Version Applications), this is the path code that identifies the location of the 
application or version specification data. 

szTargetPathCodePATHCDcharOPTINPUT

The path code is a pointer to a set of OneWorld objects, and is used to keep track of sets of objects and their locations within OneWorld.

szTableNameOBNMcharOPTINPUT

The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks 
for all applications, and developers can reuse the objects in multiple applications. The Object Librarian tracks each object. Examples of 
system objects include:   o Batch Applications (such as reports)   o Interactive Applications   o Business Views   o Business Functions   o 
Business Functions Data Structures   o Event Rules   o Media Object Data Structures

Related Functions

None

Related Tables

None
UpdateDDItemInTargetTAMSpecs

UpdateDDItemInTargetTAMSpecs

Include Table Conversions in Software Updates

Minor Business Rule

Object Name: B96709

Parent DLL: CINSTALL

Location: Client

Language: C

Data Structure

D96709D - Update DD Item in target specs

Parameter NameData ItemData TypeReq/OptI/O/Both
szPathCodePATHCDcharOPTINPUT

The path code is a pointer to a set of OneWorld objects, and is used to keep track of sets of objects and their locations within OneWorld.

szDataItemDTAIcharREQINPUT

A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

szSystemCodeSYcharREQINPUT

A user defined code (98/SY) that identifies a system. Valid values include: 01 Address Book 03B Accounts Receivable 04 Accounts 
Payable 09 General Accounting 11 Multicurrency

cGlossaryGroupGGcharREQINPUT

For OneWorld, a code that indicates the type of data item. It is validated against user defined code table H98/DI. Items in glossary group D 
or S can be included in database tables. Items in other glossary groups (for example, error messages) cannot be added to a table. For 
World, a user defined code (98/GG) that specifies the type of data used to select data dictionary terms for printing.  The data item names for error 
messages are assigned automatically. If you need to assign your own error message numbers, use 4 digit numbers greater than '5000'. The 
data item name for a non-database field (used on a video or report but not in a file - glossary group U) must begin with a #, $ or @. For help 
text (glossary group H), the data dictionary "Inquiry/Revision Program" field may be used to specify the name of a follow-on item. To create 
your own messages for the IBM message file (glossary group J), begin the data item name with your own three characters (for example, 
CLT0001).

cReturnFlagFLAGcharOPTOUTPUT

Contains an indicator for the operation.

Related Functions

None

Related Tables

None
ValidateUpdateTableDDItems

ValidateUpdateTableDDItems

Include Table Conversions in Software Updates

Minor Business Rule

Object Name: B96709

Parent DLL: CINSTALL

Location: Client

Language: C

Data Structure

D96709B - Validate/Update Table DD Items

Parameter NameData ItemData TypeReq/OptI/O/Both
szTableNameOBNMcharREQINPUT

The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks 
for all applications, and developers can reuse the objects in multiple applications. The Object Librarian tracks each object. Examples of 
system objects include:   o Batch Applications (such as reports)   o Interactive Applications   o Business Views   o Business Functions   o 
Business Functions Data Structures   o Event Rules   o Media Object Data Structures

szTargetEnvironmentENHVcharOPTINPUT

For World, the Environment name is also called the Plan Name, and is used to uniquely identify an upgrade environment for 
Install/Reinstall. For EnteriseOne (Install Applications), the environment name is also called the Plan Name, and is used to uniquely identify an upgrade 
environment for Install/Reinstall. For EnterpriseOne (Environment or Version Applications), this is the path code that identifies the location of the 
application or version specification data. 

szTargetPathCodePATHCDcharOPTINPUT

The path code is a pointer to a set of OneWorld objects, and is used to keep track of sets of objects and their locations within OneWorld.

cUseTAMEV01charOPTINPUT

An option that specifies the type of processing for an event.

cUpdateYNYNcharOPTINPUT

The Yes or No Entry field is a common single character entry field for simple yes or no responses on prompt screens.

cReturnFlagFLAGcharOPTOUTPUT

Contains an indicator for the operation.

Related Functions

None

Related Tables

None