DBA Data[Home] [Help]

APPS.CE_BAL_UTIL dependencies on CE_T_DATE

Line 4: TYPE t_date_table IS TABLE OF ce_t_date;

1: PACKAGE ce_bal_util AS
2: /*$Header: cebaluts.pls 120.2 2005/10/07 18:42:52 xxwang noship $ */
3:
4: TYPE t_date_table IS TABLE OF ce_t_date;
5:
6: TYPE t_balance_table IS TABLE OF ce_t_balance;
7:
8: