DBA Data[Home] [Help]

APPS.PAY_PAYROLL_XML_EXTRACT_PKG dependencies on FND_TERRITORIES

Line 231: g_leg_code fnd_territories.territory_code%type;

227: P_XML OUT NOCOPY BLOB
228: );
229:
230: /*---- Global declarations ---*/
231: g_leg_code fnd_territories.territory_code%type;
232: g_xml_table char_tab_type;
233: g_custom_xml char_tab_type;
234: g_custom_params param_tab_type;
235: g_install_leg_check char(1) := 'Y';