DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_HISTORY_PKG dependencies on DUAL

Line 137: FROM dual;

133:
134:
135: SELECT MTL_TXNS_HISTORY_S.nextval
136: INTO x_transaction_id
137: FROM dual;
138:
139: IF (g_asn_debug = 'Y') THEN
140: asn_debug.put_line('Transaction ID is '|| x_transaction_id);
141: asn_debug.put_line('Inserting into MTL_TXNS_HISTORY');