DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on RA_CUSTOMER_TRX_LINES

Line 21: TYPE tax_rec_tbl_type is TABLE of RA_CUSTOMER_TRX_LINES%ROWTYPE index by

17:
18: om_tax_info_rec_tbl om_tax_out_tab_type;
19:
20:
21: TYPE tax_rec_tbl_type is TABLE of RA_CUSTOMER_TRX_LINES%ROWTYPE index by
22: binary_integer;
23:
24: tax_rec_tbl tax_rec_tbl_type;
25: