DBA Data[Home] [Help]

APPS.ALR_ACTIONS_PKG dependencies on ALR_DISTRIBUTION_LISTS

Line 219: from ALR_DISTRIBUTION_LISTS

215: end if;
216:
217: if (X_LIST_NAME is not null) then
218: select LIST_ID into l_list_id
219: from ALR_DISTRIBUTION_LISTS
220: where APPLICATION_ID = l_list_app_id
221: and NAME = X_LIST_NAME
222: and (((END_DATE_ACTIVE is null)
223: and (X_ACTION_END_DATE_ACTIVE is null))