DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PKG dependencies on AMS_LIST_OPTIONS_PVT

Line 307: g_msg_tbl_opt ams_list_options_pvt.g_msg_tbl_type;

303: */
304: g_message_table sql_string_4K;
305: g_message_table_null sql_string_4K;
306: g_date t_date;
307: g_msg_tbl_opt ams_list_options_pvt.g_msg_tbl_type;
308:
309: g_list_owner_user_id number := -1; -- Will store the list owner id for this list from list header table
310: g_user_id number := -1; -- Will store the user id in fnd_user table(will be taken from jtf_resource table).
311: g_log_level varchar2(200) := NULL; -- Initially set to HIGH. Will get value based on "FND: Message Level Threshold".