DBA Data[Home] [Help]

APPS.AP_TAX_ENGINE_PKG dependencies on FND_APPLICATION

Line 139: g_appl_name FND_APPLICATION.application_short_name%TYPE;

135: INDEX BY BINARY_INTEGER;
136:
137: g_tax_info_tbl AP_TAX_ENGINE_PKG.tax_info_rec_tbl_type;
138: g_pdt_tax_info_tbl AP_TAX_ENGINE_PKG.tax_info_rec_tbl_type;
139: g_appl_name FND_APPLICATION.application_short_name%TYPE;
140:
141: --Index of table g_tax_info_tbl
142: g_num INTEGER := 0;
143: