iExpenses: Expense Types Substitution not working (OA Framework)
I have created a substituiton to restrict the number of expense items shown in the Expense Report Page, its working as expected in "Create Expense Report: Cash and Other Expenses" page but its not restricting the expense items in "Cash and Other Expenses: Details for Line 1" page.
we have substitued the base view object ExpenseTypesVO
<Substitute OldName ="oracle.apps.ap.oie.server.ExpenseTypesVO" NewName ="xxap.oracle.apps.ap.oie.server.xxapExpenseTypesVO" />
it apears that first page (CashAndOtherLinesPG) using ReceiptBasedExpTypesVO for picklist, which is based on oracle.apps.ap.oie.server.ExpenseTypesVO (its in ExpensesAM.xml)
and second page (ExpenseDetailsPG) using DetailExpenseTypesVO for picklist, which is based on oracle.apps.ap.oie.server.ExpenseTypesVO (its in DetailAM.xml)