File Name
Syntax
DeleteSCIMRec(VAL InTran: BOOLEAN, REF DeleteRec: SCIM_TranslateRec)
Parameters
InTran - in a transaction or not
DeleteRec - SCIM_Translate record to be deleted
Returns
Integer indicating success or failure.
Side Effects
None
Description
This function deletes a record from the SCIM_Translate table.
Dialog Forms Called
None
File Name
Syntax
InsertSCIMRec(VAL InTran: BOOLEAN, REF InsertRec: SCIM_TranslateRec)
Parameters
InTran - in a transaction or not
InsertRec - SCIM_Translate record
Returns
Integer indicating success or failure.
Side Effects
None
Description
This function inserts a record into the SCIM_Translate table.
Dialog Forms Called
None
File Name
Syntax
UpdateSCIMRec(VAL InTran: BOOLEAN, REF BeforeRec: SCIM_TranslateRec, REF AfterRec: SCIM_TranslateRec)
Parameters
InTran - in a transaction or not
BeforeRec - original SCIM_Translate record
AfterRec - new SCIM_Translate record
Returns
Integer indicating success or failure.
Side Effects
None
Description
This function updates a record in the SCIM_Translate table.
Dialog Forms Called
None