DBA Data[Home] [Help]

APPS.PN_INDEX_LEASE_COMMON_PKG dependencies on AP_TAX_CODES

Line 44: tax_code ap_tax_codes.name%TYPE

40: -- +==========================================================================+
41:
42:
43: TYPE tax_data_rec IS RECORD (
44: tax_code ap_tax_codes.name%TYPE
45: ,group_code ap_awt_groups.name%TYPE);
46:
47:
48: ------------------------------------------------------------------------