public void loadItemAttributes (WFContext pWCtx) throws SQLException
Retrieves the item attributes from the database for the item type associated with the custom function. The item attributes are not loaded by default due to the performance impact that could occur if the item type contains a large number of item attributes. You can use this method to load the item attributes explicitly before accessing them.
If a database access error occurs, this method throws a SQLException.
| pWCtx | Workflow context information. See: Oracle Workflow Context. |