DBA Data[Home] [Help]

APPS.AME_ATU_BUS dependencies on AME_APPROVER_TYPES

Line 217: select orig_system into l_orig_system from ame_approver_types

213: sysdate between start_date and
214: nvl(end_date - ame_util.oneSecond, sysdate) ;
215: end ;
216: if l_variable_Value = 'no' then
217: select orig_system into l_orig_system from ame_approver_types
218: where approver_type_id = l_approver_type_id and
219: sysdate between start_date and
220: nvl(end_date - ame_util.oneSecond, sysdate) ;
221: if l_orig_system = 'POS' then