DBA Data[Home] [Help]

APPS.AMS_LIST_OPTIONS_PVT dependencies on STANDARD

Line 534: elsif nvl(g_list_header_info.row_selection_type,'x') = 'STANDARD' then

530: random_list_entries(p_list_header_id => p_list_header_id,
531: x_return_status => x_return_status,
532: x_msg_count => x_msg_count,
533: x_msg_data => x_msg_data);
534: elsif nvl(g_list_header_info.row_selection_type,'x') = 'STANDARD' then
535: write_to_act_log('All records option chosen. Hence not restricting the size.','LIST',p_list_header_id,'LOW');
536: end if;
537:
538: if nvl(x_return_status,'S') in ('E','U') then -- resulted in error.