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 1020: select ame_conditions_s.nextval into conditionId from dual;

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