[Home] [Help]
307: begin
308: select 1 into l_ParamCount from dual
309: where exists (
310: select XFA.PARAMETER_NAME
311: from XDP_FA_PARAMETERS XFA
312: where FULFILLMENT_ACTION_ID = FAID
313: and XFA.PARAMETER_NAME = Param );
314:
315: exception