DBA Data[Home] [Help]

APPS.CE_BAL_UTIL dependencies on CE_T_BALANCE

Line 6: TYPE t_balance_table IS TABLE OF ce_t_balance;

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:
9: TYPE acct_id_refcursor IS REF CURSOR RETURN ce_cashpool_sub_accts%ROWTYPE;
10: