DBA Data[Home] [Help]

APPS.WF_MONITOR dependencies on FND_FUNCTION

Line 1532: functionId := fnd_function.get_function_id (l_function);

1528: begin
1529:
1530: l_function := getFunctionForRegion(akRegionCode);
1531: if(l_function is not null) then
1532: functionId := fnd_function.get_function_id (l_function);
1533: l_params := 'itemType='||itemType||
1534: '&'||'itemKey='||itemkey||
1535: '&'||'wa='||wa||
1536: '&'||'wm='||wm||