DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_UTIL_PKG dependencies on AMS_USER_STATUSES_VL

Line 420: from ams_user_statuses_vl

416: where list_header_id = p_list_header_id;
417:
418: cursor c_user_status(p_status_code in varchar2) is
419: select user_status_id
420: from ams_user_statuses_vl
421: where system_status_code = p_status_code
422: and system_status_type = 'AMS_LIST_STATUS';
423:
424: l_request_id number := 0;