DBA Data[Home] [Help]

APPS.AP_WEB_PARENT_PKG dependencies on AP_EXPENSE_REPORT_PARAMS

Line 5: TYPE ExpenditureType_Array IS TABLE OF AP_EXPENSE_REPORT_PARAMS.pa_expenditure_type%TYPE

1: PACKAGE AP_WEB_PARENT_PKG AS
2: /* $Header: apwxexps.pls 120.5 2006/05/04 07:23:47 sbalaji ship $ */
3:
4: -- chiho: bug fix for 1143452:
5: TYPE ExpenditureType_Array IS TABLE OF AP_EXPENSE_REPORT_PARAMS.pa_expenditure_type%TYPE
6: INDEX BY BINARY_INTEGER;
7:
8: TYPE String5_Array IS TABLE OF VARCHAR2(5)
9: INDEX BY BINARY_INTEGER;