DBA Data[Home] [Help]

APPS.EAM_ASSET_LOG_PUB dependencies on DUAL

Line 165: SELECT eam_asset_log_s.NEXTVAL INTO l_log_id FROM DUAL;

161:
162: IF l_count > 0 THEN
163: -- insert into log table with out asset id context and store the log id generated;
164:
165: SELECT eam_asset_log_s.NEXTVAL INTO l_log_id FROM DUAL;
166:
167: eam_asset_log_pvt.insert_row
168: (p_log_id => l_log_id,
169: p_event_type => p_event_type,