DBA Data[Home] [Help]

APPS.EAM_TRANSACTIONS_PVT dependencies on DUAL

Line 47: from dual;

43:
44: -- prepare the data to insert into MTL_MATERIAL_TRANSACTIONS_TEMP,
45: -- MTL_SERIAL_NUMBERS_TEMP, and MTL_TRANSACTION_LOTS_TEMP
46: select mtl_material_transactions_s.nextval into l_transaction_header_id
47: from dual;
48:
49: x_statement := 10;
50:
51: -- Initialize API return status to success