DBA Data[Home] [Help]

APPS.HR_ELEMENT_LINKS dependencies on HR_LOOKUPS

Line 156: 23-Nov-1994 J.S.Hobbs G1707 Replaced fnd_common_lookups with hr_lookups.

152: 23 Mar 94 N Simpson B445 amended set_locations which
153: incorrectly stated the package
154: name, and added an extra
155: set_location call
156: 23-Nov-1994 J.S.Hobbs G1707 Replaced fnd_common_lookups with hr_lookups.
157: 24-Nov-1994 R.M.Fine G1725 Suppressed index on business_group_id
158: 07-Feb-1996 N.Simpson G336502 Redirected some procedures to the new package
159: pay_element_links_pkg. This will fix the bug
160: and avoid the need for dual maintenance in

Line 1150: from hr_lookups

1146: l_validation_check
1147: from sys.dual
1148: where exists
1149: (select 1
1150: from hr_lookups
1151: where lookup_type = iv_rec.lookup_type
1152: and lookup_code = p_default_value);
1153: --
1154: exception