DBA Data[Home] [Help]

APPS.PER_PERUSADA_XMLP_PKG dependencies on HR_LOCATIONS

Line 67: from hr_locations

63: c_lex_assign_where := c_lex_assign_where ||
64: ' and loc.location_id = '|| to_char(p_location);
65: select location_code
66: into c_location_code
67: from hr_locations
68: where location_id = p_location;
69: END IF;
70: /*srw.message(5, 'Additional restrictions IF nvl(:p_sort, 'Employee') = 'Employee' THEN
71: :c_lex_assign_order := ' initcap(peo.full_name) ';*/null;