File Name
Syntax
AttribValRecExists(VAL Rec: I_Attrib_ValueRec)
Parameters
Rec - i_attrib_value record
Returns
Integer for success or failure.
Side Effects
None
Description
This function will check to see if the i_attrib_value already exists in the table or not.
Dialog Forms Called
None
File Name
Syntax
DeleteAttribDefRec(VAL InTran: BOOLEAN, REF DeleteRec: Attribute_DefRec)
Parameters
InTran - in a transaction or not
DeleteRec - attribute definition record to be deleted
Returns
Integer for success or failure.
Side Effects
None
Description
This function will delete a attribute definition record.
Dialog Forms Called
None
File Name
Syntax
DeleteI_Object(VAL InTran: BOOLEAN, REF DeleteRec: I_ObjectRec)
Parameters
InTran - in a transaction or not
DeleteRec - model record to be deleted
Returns
Integer for success or failure.
Side Effects
None
Description
This function will delete a model record.
Dialog Forms Called
None
File Name
Syntax
DeleteIsaAttribRec(VAL InTran: BOOLEAN, REF DeleteRec: I_Attrib_ValueRec)
Parameters
InTran - in a transaction or not
DeleteRec - i_attrib_value record to be deleted
Returns
Integer for success or failure.
Side Effects
None
Description
This function will delete a i_attrib_value record.
Dialog Forms Called
None
File Name
Syntax
InsertAttribDefRec(VAL InTran: BOOLEAN, REF InsertRec: Attribute_DefRec)
Parameters
InTran - in a transaction or not
InsertRec - attribute definition record to be inserted
Returns
Integer for success or failure.
Side Effects
None
Description
This function will insert a attribute definition record.
Dialog Forms Called
None
File Name
Syntax
InsertH_Object(VAL InTran: BOOLEAN, REF InsertRec: H_ObjectRec)
Parameters
InTran - in a transaction or not
InsertRec - category record to be inserted
Returns
Integer for success or failure.
Side Effects
None
Description
This function will insert a category record.
Dialog Forms Called
None
File Name
Syntax
InsertI_Object(VAL InTran: BOOLEAN, REF InsertRec: I_ObjectRec)
Parameters
InTran - in a transaction or not
InsertRec - model record to be inserted
Returns
Integer for success or failure.
Side Effects
None
Description
This function will insert a model record.
Dialog Forms Called
None
File Name
Syntax
InsertIsaAttribRec(VAL InTran: BOOLEAN, REF InsertRec: I_Attrib_ValueRec)
Parameters
InTran - in a transaction or not
InsertRec - i_attrib_value record to be inserted
Returns
Integer for success or failure.
Side Effects
None
Description
This function will insert a i_attrib_value record.
Dialog Forms Called
None
File Name
Syntax
UpdateAttribDefRec(VAL InTran: BOOLEAN, REF BeforeRec: Attribute_DefRec, REF AfterRec: Attribute_DefRec)
Parameters
InTran - in a transaction or not
BeforeRec - original attribute definition record
AfterRec - new attribute definition record
Returns
Integer for success or failure.
Side Effects
None
Description
This function will update a attribute definition record.
Dialog Forms Called
None
File Name
Syntax
UpdateH_Object(VAL InTran: BOOLEAN, REF BeforeRec: H_ObjectRec, REF AfterRec: H_ObjectRec)
Parameters
InTran - in a transaction or not
BeforeRec - original category record
AfterRec - new category record
Returns
Integer for success or failure.
Side Effects
None
Description
This function will update a category record.
Dialog Forms Called
None
File Name
Syntax
UpdateI_Object(VAL InTran: BOOLEAN, REF BeforeRec: I_ObjectRec, REF AfterRec: I_ObjectRec)
Parameters
InTran - in a transaction or not
BeforeRec - original model record
AfterRec - new model record
Returns
Integer for success or failure.
Side Effects
None
Description
This function will update a model record.
Dialog Forms Called
None
File Name
Syntax
UpdateInvForCtgOrMdlChange(VAL set: STRING, VAL where: STRING)
Parameters
set - category or model id
where - where clause used to update IS_INVENTORY table
Returns
Integer for success or failure.
Side Effects
None
Description
This function will update the inventory records whenever the category or model is changed that is associated with a particular inventory record.
Dialog Forms Called
None
File Name
Syntax
UpdateIsaAttribRec(VAL InTran: BOOLEAN, REF BeforeRec: I_Attrib_ValueRec, REF AfterRec: I_Attrib_ValueRec)
Parameters
InTran - in a transaction or not
BeforeRec - original i_attrib_value record
AfterRec - new i_attrib_value record
Returns
Integer for success or failure.
Side Effects
None
Description
This function will update a i_attrib_value record.
Dialog Forms Called
None