DBA Data[Home] [Help]

APPS.PAY_PAYROLL_XML_EXTRACT_PKG dependencies on FND_TERRITORIES

Line 200: g_leg_code fnd_territories.territory_code%type;

196: P_XML OUT NOCOPY BLOB
197: );
198:
199: /*---- Global declarations ---*/
200: g_leg_code fnd_territories.territory_code%type;
201: g_xml_table char_tab_type;
202: g_custom_xml char_tab_type;
203: g_custom_params param_tab_type;
204: