DBA Data[Home] [Help]

APPS.CCT_SERVERDATAINPUT_PUB dependencies on AMS_LIST_HEADERS_ALL

Line 371: FROM ams_list_headers_all

367: DECLARE
368: CURSOR list_header_id_cur (v_list_name IN VARCHAR2)
369: IS
370: SELECT list_header_id
371: FROM ams_list_headers_all
372: WHERE UPPER (list_name) = UPPER (v_list_name)
373: ORDER BY list_header_id;
374: BEGIN
375: OPEN list_header_id_cur (p_list_name);