DBA Data[Home] [Help]

APPS.IEM_QUEUE_MANAGEMENT_PVT dependencies on FND_MESSAGE

Line 111: l_all_groups := FND_MESSAGE.GET_STRING('IEM', 'IEM_ALL_GROUPS');

107: else
108: l_order_by := ' order by UPPER(' || l_sort_column || ') ' || l_sort_order || ', real_received_date asc';
109: end if;
110:
111: l_all_groups := FND_MESSAGE.GET_STRING('IEM', 'IEM_ALL_GROUPS');
112:
113: if (p_customer_name is not null and p_group_id = 0) then
114:
115: l_query_string1 := 'select a.message_id, a.email_account_id, a.from_address, a.subject, b.name as classification_name,