DBA Data[Home] [Help]

APPS.AME_ATU_SHD dependencies on AME_ATTRIBUTES

Line 306: from ame_attributes

302: hr_utility.set_location(' Leaving:'||l_proc, 30);
303: begin
304: select null
305: into l_dummy
306: from ame_attributes
307: where attribute_id = p_attribute_id
308: and p_effective_date between start_date and
309: nvl(end_date - ame_util.oneSecond, p_effective_date)
310: for update of end_date nowait;