File Name
Syntax
GetChangeCategory( REF changeCategory: CATEGORY_REC, VAL category: STRING ): INTEGER IS
Parameters
changeCategory - Change category which is loaded from the database
* category - Category that is to be loaded from the database
Returns
Integer
Side Effects
None
Description
This routine loads all data for the given change category.
Dialog Forms Called
None
File Name
Syntax
GetChngCatgryListFromChngTree(REF lst: LIST OF CATEGORY_REC, VAL where: STRING ): INTEGER IS
Parameters
lst - List of category records to be returned
where - SQL select where clause
Returns
Integer
Side Effects
None
Description
This routine returns a list of category records from the "CATEGORY" and "CATEGORY_TREE" tables based upon the * where clause parameter.
Dialog Forms Called
None
File Name
Syntax
GetSomeChangeCategoryList(REF lst: LIST OF CATEGORY_REC, VAL where: STRING ): INTEGER IS
Parameters
lst - List of category records to be returned
where - SQL select where clause
Returns
Integer
Side Effects
None
Description
This routine returns a list of category records based upon the * where clause parameter.
Dialog Forms Called
None
File Name
Syntax
LoadChangeCategoryCodes(REF codes: LIST OF CATEGORY_REC): INTEGER IS
Parameters
codes - List of codes found
Returns
Integer
Side Effects
None
Description
This routine loads the current list of category codes.
Dialog Forms Called
None