DBA Data[Home] [Help]

APPS.WIP_EAM_TRANSACTIONS_PVT dependencies on DUAL

Line 54: from dual;

50: -- prepare the data to insert into MTL_MATERIAL_TRANSACTIONS_TEMP,
51: -- MTL_SERIAL_NUMBERS_TEMP, and MTL_TRANSACTION_LOTS_TEMP
52: select mtl_material_transactions_s.nextval
53: into l_transaction_header_id
54: from dual;
55:
56: x_statement := 10;
57:
58: -- Initialize API return status to success