DBA Data[Home] [Help]

APPS.AME_CONDITION_PKG dependencies on DUAL

Line 198: select ame_condition_keys_s.nextval into conditionKeyId from dual;

194: else
195: seededKeyPrefix := null;
196: end if;
197: loop
198: select ame_condition_keys_s.nextval into conditionKeyId from dual;
199: newConditionKey := databaseId||':'||conditionKeyId;
200: if seededKeyPrefix is not null then
201: newConditionKey1 := seededKeyPrefix||'-' || newConditionKey;
202: else

Line 1017: select ame_conditions_s.nextval into conditionId from dual;

1013: conditionId := -1;
1014: end if;
1015: end if;
1016: else
1017: select ame_conditions_s.nextval into conditionId from dual;
1018: end if;
1019: else
1020: conditionId := conditionIdIn;
1021: select count(*)