DBA Data[Home] [Help]

APPS.IEM_ROUTE_PUB dependencies on IEM_TAGPROCESS_PUB

Line 602: if( l_count = 0 and IEM_TAGPROCESS_PUB.isValidAgent(l_agent_id,p_accountId)) then

598: select count(*) into l_count from iem_reroute_hists
599: where message_id=l_msg_id and agent_id=l_agent_id;
600:
601:
602: if( l_count = 0 and IEM_TAGPROCESS_PUB.isValidAgent(l_agent_id,p_accountId)) then
603: x_groupId := -1;
604: elsif (v_routes.default_group_id = '0') then
605: x_groupId := 0;
606: elsif validGroup(v_routes.default_group_id, p_accountId, TO_NUMBER(l_msg_id)) then