DBA Data[Home] [Help]

APPS.AME_UTILITY_PKG dependencies on AME_APPROVER_TYPES_S

Line 1559: select ame_approver_types_s.nextval into nextSequence from dual;

1555: nextSequence integer;
1556: countOfIds integer;
1557: begin
1558: while true loop
1559: select ame_approver_types_s.nextval into nextSequence from dual;
1560: select count(*)
1561: into countOfIds
1562: from ame_approver_types
1563: where approver_type_id = nextSequence;