SQL Doubt
Hi All,
I have this Standard Report--"OCS Costing Segments Details" Short Name--"OCSCBRDETAIL" where they are passing Account String as Parameter with Token name as ":P_FLEX_ID". But the user wants to have the capability of providing all the 8 segments as parameters.
Below way of defining parameters will not work as I need to pass the whole account string as parameter ":P_FLEX_ID"
In that case how can define the parameters as user requested with out modifying the SQL??
<parameter name="p_Fund" dataType="VARCHAR2(11)"/>
<parameter name="p_CostCenter" dataType="VARCHAR2(11)"/>
<parameter name="p_Location" dataType="VARCHAR2(11)"/>