[dbo].[MssWebExportOrderContactToAccountProfile]
BUILD09
>
MoversSuite2
>
Stored Procedures
> dbo.MssWebExportOrderContactToAccountProfile
Properties
Parameters
Permissions
SQL Script
Uses
Properties
Property
Value
ANSI Nulls On
Quoted Identifier On
Parameters
Name
Data Type
Max Length (Bytes)
@inOrderContactId
int
4
Permissions
Type
Action
Owning Principal
Grant
Execute
MssExec
SQL Script
create
procedure
[dbo]
.
[MssWebExportOrderContactToAccountProfile]
@inOrderContactId
int
as
begin
exec
OrderContactExportContact
@inOrderContactId
end
GO
GRANT
EXECUTE
ON
[dbo]
.
[MssWebExportOrderContactToAccountProfile]
TO
[MssExec]
GO
Uses
[dbo].[OrderContactExportContact]
dbo