ALTER PROCEDURE [dbo].[SSP_GetAllTest]
@UserOfficeId bigint,
@RoleId bigint,
@ApplicationNo nvarchar(50) = '',
@RCNo nvarchar(50) = '',
@ApplicationTypeId int = 0,
@Status int = -1, -- -1 for selct All, 0 for Active/Pending, 1 for Disposed
@BranchOfficeId bigint = 0,
@ZoneId bigint = 0