DBA Data[Home] [Help]

APPS.AMW_SIGNIFICANT_ELEMENTS_PKG dependencies on DUAL

Line 109: select AMW_SIGNIFICANT_ELEMENT_S.nextval into l_significant_element_id from dual;

105: l_last_updated_by := FND_GLOBAL.USER_ID;
106: l_last_update_login := FND_GLOBAL.USER_ID;
107: l_object_version_number := 1;
108:
109: select AMW_SIGNIFICANT_ELEMENT_S.nextval into l_significant_element_id from dual;
110:
111: insert into AMW_SIGNIFICANT_ELEMENTS (
112: significant_element_id,
113: object_type,