DBA Data[Home] [Help]

APPS.PAY_MX_ANNUAL_WRI dependencies on HR_LOOKUPS

Line 637: lv_country hr_lookups.meaning%type;

633: lv_municipality hr_locations.region_2%type;
634: lv_postal_code hr_locations.postal_code%type;
635: lv_city hr_locations.town_or_city%type;
636: lv_state hr_locations.region_1%type;
637: lv_country hr_lookups.meaning%type;
638: lv_telephone hr_locations.telephone_number_1%type;
639: lv_fax hr_locations.telephone_number_2%type;
640: l_proc_name varchar2(100);
641: lv_buf varchar2(8000);