DBA Data[Home] [Help]

APPS.AST_UWQ_OLIST_MSG_PKG dependencies on AMS_SOURCE_CODES_DETAILS_V

Line 34: from ams_source_codes_details_v where

30: cursor c_source_description(p_source_code_id in number) is
31: select '< Source Code: ' || source_code || ' >'
32: || ' < Name: ' || name || ' >'
33: || ' < Description: ' || description || ' >'
34: from ams_source_codes_details_v where
35: source_code_id = p_source_code_id;
36: BEGIN
37:
38: FOR I IN 1.. p_action_input_data_list.COUNT LOOP