DBA Data[Home] [Help]

APPS.AMW_SETUP_RISK_TYPES_PVT dependencies on DUAL

Line 410: select amw_risk_type_s.nextval into l_risk_type_assoc_id from dual;

406: l_last_updated_by := FND_GLOBAL.USER_ID;
407: l_last_update_login := FND_GLOBAL.USER_ID;
408: l_object_version_number := 1;
409:
410: select amw_risk_type_s.nextval into l_risk_type_assoc_id from dual;
411:
412: insert into amw_risk_type (risk_type_id,
413: risk_rev_id,
414: risk_type_code,