Rev 51 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values( 1, 'btnNewVersion',null, '"form_new_version.asp?"&'||' objPMod.ComposeURL()', null,'images/abtn_new_version.gif',null, 'Create new version of this package.','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values( 2, 'btnVersionHistory',null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_versions_history_release_notes.asp?OLDpv_id="&'||' parPv_id &'||'"&'||'pkg_id="&'||' pkgInfoHash.Item ("pkg_id") &'||'"&'||'FLpkg_version=*"&'||' pkgInfoHash.Item("v_ext") &'||'"&'||'FLuser_name=*&'||'rfile="&'||' scriptName &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"#ANC_"&'||' parPv_id &'||'"'',''History'',''resizable=yes,width=850,height=''+ ( screen.height - 100 ));"""', 'images/abtn_version_history.gif',null, 'Show version history of this package.','Y', 'Y', 'Y');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values( 3, 'btnRemovePackage', null, '"_remove_package.asp?pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Are you sure you want to remove this package?'');"""','images/abtn_remove_pkg.gif', null, 'Remove the package from this Release.','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values( 4, 'btnMakeRelease', null, '"_make_released.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Making this package released will prevent any further changes. \nDo you want to proceed?'');"""', 'icons/i_make_released.gif','icons/i_make_released_off.gif','Make this package released, so that other packages can use it.', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values( 5, 'btnMakeUnrelease', null, '"_make_unreleased.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''You are going to unrelease this package. \nDo you want to proceed?'');"""', 'icons/i_make_unreleased.gif','icons/i_make_unreleased_off.gif','Unlock this package.', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values( 6, 'btnMakePending', null, '"_make_pending.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id','"onClick=""return confirmAction(''Making this package pending for auto-build will prevent any further changes. \nDo you want to proceed?'');"""', 'icons/i_make_pending.gif', 'icons/i_make_pending_off.gif', 'Make this package pending for build/release.', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values( 7, 'btnRejectPackage', null, '"_make_rejected.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Rejecting a new package version will move it to Work-In-Progress. Rejecting a merge package version will simply remove it from pending. \nDo you want to proceed?'');"""', 'icons/i_reject_pending.gif', 'icons/i_reject_pending_off.gif', 'Reject this package from Pending.','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values( 8, 'btnMoveToView',null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_change_group.asp?"&'||' objPMod.ComposeURL() &'||'"'',''MovePackage'',''resizable=yes,width=400,height=200'');"""', 'images/abtn_move_package.gif', null, 'Move this package to different Base View (Group).','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values( 9, 'btnReversionPackage',null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_rename_version.asp?rfile="&'||' ScriptName &'||' objPMod.ComposeURLWithout("rfile") &'||'"'',''ReversionPackage'',''resizable=yes,width=600,height=200'');"""', 'images/abtn_rename_version.gif', 'images/abtn_rename_version_off.gif', 'Reversion this package.','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(10, 'btnStickyNotes', null, '"javascript:;"','"onClick=""showHideNote();"""', 'notemanager/images/note.gif',null, 'Sticky notes', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(11, 'btnObsoletePatch', null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_obsolete_patch.asp?rfile="&'||' ScriptName &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"'',''ObsoletePatch'',''resizable=yes,width=400,height=250'');"""','images/abtn_obsolete_patch.gif', 'images/abtn_obsolete_patch_off.gif', 'Make this patch obsolete.','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(12, 'btnUnobsoletePatch', null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_obsolete_patch.asp?action=true&'||'unobsolete=true&'||'rfile="&'||' ScriptName &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"'',''ObsoletePatch'',''resizable=yes,width=400,height=250'');"""','images/abtn_unobsolete_patch.gif', null, 'Undo patch obsolete.', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(13, 'btnApprovePackage',null, '"_make_approved.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''You are about to approve this package for auto-build. \nDo you want to proceed?'');"""','icons/i_make_released.gif','icons/i_make_released_off.gif','Make this package released for automate build.', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(14, 'btnNewRelease',null, '"javascript:go_submit( document.FormName, ""btnNewRelease"" );"', null,'images/abtn_new_release.gif','images/abtn_new_release_off.gif','Create new release...','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(15, 'btnEditRelease', null, '"javascript:go_submit( document.FormName, ""btnEditRelease"" );"',null,'images/abtn_edit.gif', 'images/abtn_edit_off.gif', 'Edit selected release details...', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(16, 'btnDestroyRelease',null, '"javascript:go_submit( document.FormName, ""btnDestroyRelease"" );"', '"onClick=""return confirmAction(''You are about to destroy selected release.\nYou cannot undo this action.\nDo you want to proceed?'');"""','images/abtn_destroy.gif','images/abtn_destroy_off.gif','Destroy selected release...','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(17, 'btnMergeManager',null, '"javascript:go_submit( document.FormName, ""btnMergeManager"" );"', null,'images/abtn_merge_manager.gif','images/abtn_merge_manager_off.gif','Select two releases to run merge manager...','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(18, 'btnMoveRelease', null, '"javascript:go_submit( document.FormName, ""btnMoveRelease"" );"',null,'images/abtn_move_release.gif', 'images/abtn_move_release_off.gif', 'Move selected release vertically...','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(19, 'btnNewVersion-MASSREF',null, '"form_new_version.asp?rtag_id="&'||' AssocMASSREFValue &'||'"&'||'pv_id="&'||' Request("pv_id")', null,'images/abtn_new_version_MassRef.gif',null, 'Create new version of this package in associated MASS REF.', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(20, 'btnRecycleBin',null, '"_destroy_package.asp?pv_id="&'||' pkgInfoHash.Item("pv_id") &'||'"&'||'bfile="&'||' ScriptName &'||'"&'||'pkg_id="&'||' parPkgId &'||'"&'||'listby="&'||' parListBy &'||'""','"onClick=""return confirmAction(''You are about to destroy "&'||' pkgInfoHash.Item ("pkg_name") &'||'" "&'||' pkgInfoHash.Item ("pkg_version") &'||'". You cannot undo this operation.\nDo you want to proceed?'');"""','icons/i_destroy_package.gif','i_destroy_package_off',null, 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(21, 'btnDeprecation', null, '"javascript:;"','"onClick=''MM_openBrWindow(""_wform_deprecate_package.asp?rfile="&'||' scriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id &'||'""",""DeprecatePackage"",""resizable=yes,width=600,height=300"")'' class=''body_txt'' title=''Deprecate the package.''"','images/BombBorder.gif',null, 'Deprecate this package in this release.','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(22, 'btnUnDeprecation', null, '"_wform_undeprecate_package.asp?rfile="&'||' scriptName &'||'"&'||'pkg_id="&'||' pkgInfoHash.Item("pkg_id") &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id &'||'"'' class=''body_txt'' title=''Undeprecate the package."', '"onClick=""return confirmAction(''You are about to undeprecate package: "&'||' pkgInfoHash.Item ("pkg_name") &'||'". \nDo you want to proceed?'');"""', 'images/BombBorder.gif',null, null, 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(23, 'btnAdminView', null, '"javascript:go_submit( document.FormName, ""btnAdminView"" );"',null,'images/view_admin.gif',null, 'Administer the views in the project.', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(24, 'btnAddProc','Add Process', '"javascript:;"','"onClick=""MM_openBrWindow(''wAddProc.asp?rfile="&'||' SCRIPT_NAME &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"'',''AddProd'',''scrollbars=yes,resizable=yes,width=800,height=500'');"""', 'icons/btn_add.gif',null, null, 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(25, 'btnEditGBE_Machtype',null, '"javascript:;"','"onClick=""MM_openBrWindow(''wAddMachtype.asp?type=edit&'||'gbe_id="&'||' gbe_id &'||'"&'||'rfile="&'||' SCRIPT_NAME &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"'',''EditProd'',''scrollbars=yes,resizable=yes,width=600,height=220'');"""','icons/i_edit.gif', 'icons/i_edit_off.gif', null, 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(26, 'btnDeleteGBE_Machtype',null, '"_DeleteMachtype.asp?rfile="&'||' SCRIPT_NAME &'||'"&'||'gbe_id="&'||' gbe_id &'||'"&'||'"&'||' objPMod.ComposeURL()','"onClick=""return confirmAction(''Remove \''"&'||' GBE_VALUE &'||'"\'' from this list?'');"""', 'icons/i_remove.gif', null, null, 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(27, 'btnEditDaemon',null, '"javascript:;"','"onClick=""MM_openBrWindow(''wAddDaemon.asp?type=edit&'||'rcon_id="&'||' rcon_id &'||'"&'||'rfile="&'||' SCRIPT_NAME &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"'',''EditProd'',''scrollbars=yes,resizable=yes,width=600,height=220'');"""','icons/i_edit.gif', 'icons/i_edit_off.gif', 'Edit Daemon','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(28, 'btnDeleteDaemon',null, '"_DeleteDaemon.asp?rcon_id="&'||' rcon_id &'||'"&'||'"&'||' objPMod.ComposeURL()','"onClick=""return confirmAction(''Remove Daemon:\''"&'||' Daemon &'||'"\'' from this list?'');"""', 'icons/i_remove.gif', null, 'Delete Daemon','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(29, 'btnArchivedVersionHistory',null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_archived_versions_history_release_notes.asp?OLDpv_id="&'||' parPv_id &'||'"&'||'pkg_id="&'||' pkgInfoHash.Item ("pkg_id") &'||'"&'||'FLpkg_version=*"&'||' pkgInfoHash.Item("v_ext") &'||'"&'||'FLuser_name=*&'||'rfile="&'||' scriptName &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"#ANC_"&'||' parPv_id &'||'"'',''History'',''resizable=yes,width=850,height=''+ ( screen.height - 100 ));"""','images/abtn_version_archived_history.gif', null, 'Show archived version history of this package.', 'Y', 'Y', 'Y');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(30, 'btnPendingIntegration',null, '"_modify_product_state.asp?state_id=1&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to proceed to make this product pending for INTEGRATION?'');"""', 'icons/PendingIntegration.gif', null, 'Make this product pending for Integration.', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(31, 'btnPendingTest', null, '"_modify_product_state.asp?state_id=2&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to proceed to make this product pending for TEST?'');"""','icons/PendingTest.gif',null, 'Make this product pending for Test.','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(32, 'btnPendingDeployment', null, '"_modify_product_state.asp?state_id=3&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to proceed to make this product pending for DEPLOYMENT?'');"""','icons/PendingDeployment.gif',null, 'Make this product pending for Deployment.','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(33, 'btnRejectProduct', null, '"_modify_product_state.asp?state_id=4&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to REJECT this product from DEPLOYMENT?'');"""','icons/i_reject_pending.gif', null, 'Reject this product from Deployment.', 'Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(34, 'btnPendingIntegrateAndDeploy', null, '"_modify_product_state.asp?state_id=5&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to proceed to make this product pending for INTEGRATION and DEPLOYMENT?'');"""','icons/PendingDeployment.gif',null, 'Make this product pending for Integration and Deployment.','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(35, 'btnDeleteSchedule',null, '"_DeleteSchedule.asp?scheduled_id="&'||' scheduled_id &'||'"&'||'"&'||' objPMod.ComposeURL()','"onClick=""return confirmAction(''Remove Schedule from this list?'');"""','icons/i_remove.gif', null, 'Delete Schedule','Y', 'Y', 'N');insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values(36, 'btnApproveMerge',null, '"_approve_merge.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id ','"onClick=""return confirmAction(''The release will be updated by this merge operation. \nDo you want to proceed?'');"""','icons/i_make_released.gif', 'icons/i_make_released_off.gif', 'Approve and carry out the pending merge operation','Y', 'Y', 'N');insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values('be_id_list', 'Y', null);insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values('pv_overview', 'Y', 4000);insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values('pv_description', 'Y', 2000);insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values('FRpath', 'Y', 2000);insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values('FRlabel', 'Y', 60);insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values('rtag_name', 'Y', 4000);insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values('rtag_description', 'N', 4000);insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values('config_spec_branch', 'N', 4000);insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(1, 'depend_add', 'Dependency Added');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(2, 'depend_update', 'Dependency Updated');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(3, 'depend_remove', 'Dependency Removed');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(4, 'new_version', 'New Version Created');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(5, 'delete', 'Deleted from Project');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(6, 'add', 'Added to Project');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(7, 'copy', 'Copied into Project');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(8, 'rename', 'Package Version Renamed');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(9, 'note_add', 'NoteManager Note Added');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(10, 'note_remove', 'NoteManager Note Removed');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(11, 'patch_add', 'Patch Added');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(12, 'patch_remove', 'Patch Removed');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(13, 'reason_for_release', 'Reason for Release Updated');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(14, 'ignore_on', 'Ignore Latest Dependency Version');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(15, 'ignore_off', 'Unignore Latest Dependency Version');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(16, 'makeofficial', 'Package Released');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(17, 'makeunofficial', 'Package UnReleased');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(18, 'ignore_reset', 'Ignore Latest Dependency Version Cancelled');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(19, 'document_add', 'Document Added');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(20, 'document_remove', 'Document Removed');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(21, 'owner_change', 'Package Owner Updated');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(22, 'runtime_add', 'Run-time Dependency Added');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(23, 'runtime_remove', 'Run-time Dependency Removed');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(24, 'issue_add', 'ClearQuest Issue Added');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(25, 'issue_fixed', 'ClearQuest Issue Set to Fixed');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(26, 'issue_outstanding', 'ClearQuest Issue Set to Outstanding');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(27, 'issue_removed', 'ClearQuest Issue Removed');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(28, 'previous_version_change', 'Package Previous Version Updated');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(29, 'replaced_with', 'Replaced With Other Version');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(30, 'clone_from', 'Package Details Cloned');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(31, 'note_edit', 'NoteManager Note Updated');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(32, 'depend_import', 'Dependencies Imported');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(33, 'document_update', 'Document Updated');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(34, 'work_in_progress', 'Work In Progress');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(35, 'delete_from_wip', 'Deleted from Work-In-Progress Area');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(36, 'add_to_planned', 'Added to Pending area');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(37, 'delete_from_released', 'Deleted from Released Area');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(38, 'approve_package', 'Package Approved for Automated Build');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(39, 'deleted_from_pending', 'Deleted from Pending Area');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(40, 'reject_package', 'Package Rejected for Automated Build');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(41, 'change_type_update', 'Change Type Update');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(42, 'lock_package', 'Administrator - Lock Package');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(43, 'unlock_package', 'Administrator - Unlock Package');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(44, 'new_release', 'New Release Created');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(45, 'set_to_open_mode', 'Release is set to Open Mode');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(46, 'set_to_restrictive_mode', 'Release is set to Restrictive Mode');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(47, 'set_to_closed_mode', 'Release is set to Closed Mode');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(48, 'import_release_contents', 'Import Release Contents');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(49, 'update_release', 'Update Release Details');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(50, 'destroy_release', 'Destroy Release');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(51, 'merge_release', 'Merge Release');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(52, 'patch_obsolete', 'Change Obsolete State');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(53, 'action', null);insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(54, 'link_to_reason_for_release', 'A link to the reason for release of the package');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(55, 'jira_issue_removed', 'JIRA Issue Removed.');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(56, 'jira_issue_added', 'Added Jira Issue');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(57, 'set_to_ccb_mode', 'Release is set to CCB Mode');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(58, 'unripple_package', 'Marked for build exclusion/Failed to build');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(59, 'ripple_package', 'Marked for build inclusion');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(60, 'deprecate_package', 'Package requires to be deprecated');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(61, 'undeprecate_package', 'Package requires to be undeprecated');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(62, 'add_view_owners', 'Base View owners for the Project Added.');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(63, 'remove_view_owners', 'Base View owners for the Project Removed.');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(64, 'process_add', 'Added process to the package version');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(65, 'process_remove', 'Removed process from the package version');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(66, 'move_package_version', 'Moved package version from closed release.');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(67, 'set_to_archive_mode', 'Release is set to Archive Mode.');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(68, 'build_standard_update', 'Build Standard Update.');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(69, 'reproducible_package', 'Package Version can be reproduced by the autobuild tool.');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(70, 'unreproducible_package', 'Package Version cannot be reproduced by the autobuild tool.');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(71, 'modify_product_state', 'Modified the state of the product.');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(72, 'sbom_priority_update', 'SBOM Priority Update');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(73, 'ripple_type_update', 'Ripple Type Update');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(74, 'set_advisory_ripple', 'Package set to Advisory Ripple');insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values(75, 'clear_advisory_ripple', 'Package clear from Advisory Ripple');