DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_API dependencies on AME_ATTRIBUTES

Line 48: l_name ame_attributes.name%type;

44: l_swi_call boolean;
45: l_swi_package_name varchar2(30) := 'AME_ATTRIBUTE_SWI';
46: l_effective_date date;
47: l_use_count number := 0;
48: l_name ame_attributes.name%type;
49: begin
50: hr_utility.set_location('Entering:'|| l_proc, 10);
51: --
52: l_name := upper(p_name);

Line 719: from ame_attributes

715: end loop;
716:
717: select object_version_number
718: into l_atr_object_version_number
719: from ame_attributes
720: where attribute_id = p_attribute_id
721: and l_effective_date between start_date
722: and nvl(end_date - ame_util.oneSecond,sysdate);
723: