DBA Data[Home] [Help]

APPS.ALR_DISTRIBUTION_LISTS_PKG dependencies on DUAL

Line 161: select alr_distribution_lists_s.nextval into l_list_id from dual;

157: end if;
158: exception
159: when NO_DATA_FOUND then
160:
161: select alr_distribution_lists_s.nextval into l_list_id from dual;
162:
163: ALR_DISTRIBUTION_LISTS_PKG.INSERT_ROW(
164: X_ROWID => l_row_id,
165: X_APPLICATION_ID => l_app_id,