Routines for i_mc_db.kb


GetConnectionRec

File Name

i_mc_db.kb

Syntax

GetConnectionRec ( VAL inv_id: INTEGER)

Parameters

inv_id - is_inventory ID

conid - list of connection_ids

Returns

List of Inv_ConnectionRec

Side Effects

None

Description

This procedure is used to return the list of inventory connection records associated with a particular asset, and the validated list of connections.

Dialog Forms Called

None


GetContractIDs

File Name

i_mc_db.kb

Syntax

GetContractIDs ( VAL inv_id: INTEGER)

Parameters

inv_id - is_inventory ID

Returns

list of contract IDs

Side Effects

None

Description

This procedure is used to return the list of contract IDs associated with a particular asset.

Dialog Forms Called

None


GetContractRec

File Name

i_mc_db.kb

Syntax

GetContractRec ( VAL inv_id: INTEGER)

Parameters

inv_id - is_inventory ID

contractid - list of contract_ids

Returns

List of InvContractRec

Side Effects

None

Description

This procedure is used to return the list of inventory people records associated with a particular asset, and the validated list of people.

Dialog Forms Called

None


GetInvConnection

File Name

i_mc_db.kb

Syntax

GetInvConnection(REF conList: LIST OF Inv_ConnectionRec, VAL is_inventory_id: INTEGER)

Parameters

conlist - list of connections associated with list of assets

invlist - IDs of assets

Returns

Nothing

Side Effects

None

Description

This function is used to retrieve a list of connections associated with the assets specified.

Dialog Forms Called

None


GetInvContracts

File Name

i_mc_db.kb

Syntax

GetInvContracts(REF kList: LIST OF InvContractRec, VAL is_inventory_id: INTEGER)

Parameters

klist - list of contracts associated with list of assets

invlist - IDs of assets

Returns

Nothing

Side Effects

None

Description

This function is used to retrieve a list of contracts associated with the assets specified.

Dialog Forms Called

None


GetInvPeople

File Name

i_mc_db.kb

Syntax

GetInvPeople(REF peopleList: LIST OF Inv_PeopleRec, VAL is_inventory_id: INTEGER)

Parameters

peoplelist - list of people associated with list of assets

invlist - IDs of assets

Returns

Nothing

Side Effects

None

Description

This function is used to retrieve a list of people associated with the assets specified.

Dialog Forms Called

None


GetPeopleIDs

File Name

i_mc_db.kb

Syntax

GetPeopleIDs ( VAL inv_id: INTEGER)

Parameters

inv_id - is_inventory ID

Returns

List of integers

Side Effects

None

Description

This procedure is used to return the list of people IDs associated with a particular asset.

Dialog Forms Called

None


GetUserRec

File Name

i_mc_db.kb

Syntax

GetUserRec ( VAL inv_id: INTEGER)

Parameters

inv_id - is_inventory ID

peopleid - list of people_ids

Returns

List of Inv_PeopleRec

Side Effects

None

Description

This procedure is used to return the list of inventory people records associated with a particular asset, and the validated list of people.

Dialog Forms Called

None