I have a cfinvoke example here that just returns a query
<cfinvoke
component="#application.CFCPath#Components.BusAsses"
method="ftnChkAppr"
returnvariable="ftnChkApprRet">
<cfinvokeargument name="AOPMMPosNbr" value="enter_value_here"/>
</cfinvoke
How would I invoke the same component using the CreateObject method