DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on AME_TEMP_TRANSACTIONS_S

Line 9290: select ame_temp_transactions_s.nextval into tempTransSeqId from dual;

9286: application_id = engAmeApplicationId and
9287: transaction_id = engTransactionId and
9288: rownum < 2; /* Avoids second fetch otherwise required by ANSI standard to check for too many rows. */
9289: if(tempCount = 0) then
9290: select ame_temp_transactions_s.nextval into tempTransSeqId from dual;
9291: insert into ame_temp_transactions(
9292: application_id,
9293: transaction_id,
9294: row_timestamp,