DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on AME_TEMP_TRANSACTIONS_S

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

9690: application_id = engAmeApplicationId and
9691: transaction_id = engTransactionId and
9692: rownum < 2; /* Avoids second fetch otherwise required by ANSI standard to check for too many rows. */
9693: if(tempCount = 0) then
9694: select ame_temp_transactions_s.nextval into tempTransSeqId from dual;
9695: insert into ame_temp_transactions(
9696: application_id,
9697: transaction_id,
9698: row_timestamp,