DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on RA_CUSTOMER_TRX_LINES

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

35: TYPE om_tax_rec_tab_type IS TABLE OF om_tax_info_rec INDEX BY BINARY_INTEGER;
36:
37:
38:
39: TYPE tax_rec_tbl_type is TABLE of RA_CUSTOMER_TRX_LINES%ROWTYPE index by
40: binary_integer;
41:
42: tax_rec_tbl tax_rec_tbl_type;
43: