DBA Data[Home] [Help]

APPS.AME_UTILITY_PKG dependencies on AME_CONDITIONS_S

Line 1527: select ame_conditions_s.nextval

1523: select min(condition_id) - 1
1524: into l_condition_id
1525: from ame_conditions;
1526: else
1527: select ame_conditions_s.nextval
1528: into l_condition_id
1529: from sys.dual;
1530: end if;
1531: return l_condition_id;