DBA Data[Home] [Help]

APPS.EAM_ASSET_LOG_PUB dependencies on DUAL

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

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