DBA Data[Home] [Help]

APPS.AST_UWQ_LLIST_MSG_PKG dependencies on AMS_SOURCE_CODES_DETAILS_V

Line 35: from ams_source_codes_details_v where

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