DBA Data[Home] [Help]

APPS.AME_ATU_INS dependencies on AME_ATTRIBUTES

Line 529: from ame_attributes

525: -- lock the parent rows
526: begin
527: select null
528: into l_dummy
529: from ame_attributes
530: where attribute_id = p_rec.attribute_id
531: and p_effective_date between start_date and
532: nvl(end_date - ame_util.oneSecond, p_effective_date)
533: for update of end_date nowait;