DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on HR_LOCATIONS_ALL

Line 313: hr_locations_all.region_1%type*/

309:
310: l_city VARCHAR2(80);
311: /*l_region varchar2(240);
312: UTF8 changes made for commented code and changed from varchar2 to
313: hr_locations_all.region_1%type*/
314: l_region HR_LOCATIONS_ALL.REGION_1%TYPE;
315: l_country_code VARCHAR2(2);
316: x_error_message_code VARCHAR2(240);
317: l_country_name VARCHAR2(2000);

Line 314: l_region HR_LOCATIONS_ALL.REGION_1%TYPE;

310: l_city VARCHAR2(80);
311: /*l_region varchar2(240);
312: UTF8 changes made for commented code and changed from varchar2 to
313: hr_locations_all.region_1%type*/
314: l_region HR_LOCATIONS_ALL.REGION_1%TYPE;
315: l_country_code VARCHAR2(2);
316: x_error_message_code VARCHAR2(240);
317: l_country_name VARCHAR2(2000);
318:

Line 1019: -- l_region hr_locations_all.region_1%type;

1015:
1016: --Bug#1947235 Updated by MAansari
1017: -- The following local variables are added
1018: -- l_city VARCHAR2(80);
1019: -- l_region hr_locations_all.region_1%type;
1020: -- l_country_code VARCHAR2(2);
1021: -- x_error_msg_code VARCHAR2(240);
1022: -- l_country_name VARCHAR2(2000);
1023: