Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.oaext.model
Interface EFFCategoryViewObjectInterface


public interface EFFCategoryViewObjectInterface


Method Summary
 oracle.jbo.Row queryCategoryRowByPrimaryKey(java.lang.String category_pk1, java.lang.String category_pk2, java.lang.String category_pk3, java.lang.String category_pk4, java.lang.String category_pk5)
          Queries the Category VO to find a unique row given the primary key for the category.
 

Method Detail

queryCategoryRowByPrimaryKey

oracle.jbo.Row queryCategoryRowByPrimaryKey(java.lang.String category_pk1,
                                            java.lang.String category_pk2,
                                            java.lang.String category_pk3,
                                            java.lang.String category_pk4,
                                            java.lang.String category_pk5)
Queries the Category VO to find a unique row given the primary key for the category. The implementing team needs to create this method that will convert the five primary key string values (category_pk1..5) to the corresponding primary key column types (not more than five) and find the row using these values.

Parameters:
category_pk1 - category pk1 value
category_pk2 - category pk2 value
category_pk3 - category pk3 value
category_pk4 - category pk4 value
category_pk5 - category pk5 value
Returns:

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.