Routines for rscrb_db.kb


GetOrgForAssetID

File Name

rscrb_db.kb

Syntax

GetOrgForAssetID( VAL asset_id: STRING ): STRING IS

Parameters

asset_id - is_inventory_id

Returns

Integer

Side Effects

None

Description

This function returns a category record based on the where statement.

Dialog Forms Called

None


R_GetValidOrgAnswerSet

File Name

rscrb_db.kb

Syntax

R_GetValidOrgAnswerSet( VAL Change_ID: INTEGER ): LIST OF STRING IS

Parameters

Change_ID - a change ID

Returns

List of string

Side Effects

None

Description

This function returns a list of valid organizations for which a change request may have requesting organization. This could become invalid with an organizational change.

Dialog Forms Called

None


R_LoadChangeIDList

File Name

rscrb_db.kb

Syntax

R_LoadChangeIDList( REF ChangeIDList: LIST OF INTEGER ) IS

Parameters

ChangeIDList - a list of change IDs

Returns

Nothing

Side Effects

None

Description

This routine loads a list of change IDs excluding only "closed" change requests.

Dialog Forms Called

None


R_LoadModelsByCategory

File Name

rscrb_db.kb

Syntax

R_LoadModelsByCategory( VAL categoryId: STRING ): LIST OF R_MODEL_REC IS

Parameters

categoryID - Selected category ID

Returns

String

Side Effects

None

Description

This routine retrieves a list of models from the database for a specific category.

Dialog Forms Called

None