USP_DATALIST_SPONSORSHIPOFFERSOLESPONSORSHIP
Returns true or false as to whether to offer sole sponsorship.
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@SPONSORSHIPOPPORTUNITYGROUPID | uniqueidentifier | IN | |
@SPONSORSHIPLOCATIONID | uniqueidentifier | IN |
Definition
Copy
CREATE procedure dbo.USP_DATALIST_SPONSORSHIPOFFERSOLESPONSORSHIP(
@SPONSORSHIPOPPORTUNITYGROUPID uniqueidentifier,
@SPONSORSHIPLOCATIONID uniqueidentifier
)
as
set nocount on;
select dbo.UFN_SPONSORSHIP_OFFERSOLESPONSORSHIP(@SPONSORSHIPOPPORTUNITYGROUPID,@SPONSORSHIPLOCATIONID) OFFERSOLESPONSORSHIP