DBA Data[Home] [Help]

APPS.IEM_EMAIL_PROC_PVT dependencies on IEM_ROUTE_CLASSIFICATIONS

Line 738: from iem_route_classifications

734:
735: BEGIN
736: select name
737: into l_folder_name
738: from iem_route_classifications
739: where route_classification_id=l_rt_classification_id;
740: EXCEPTION
741: WHEN OTHERS THEN
742: if g_exception_log then

Line 5138: from iem_route_classifications

5134:
5135: BEGIN
5136: select name
5137: into l_folder_name
5138: from iem_route_classifications
5139: where route_classification_id=l_mail_Rec.rt_classification_id;
5140: EXCEPTION
5141: WHEN OTHERS THEN
5142: if g_exception_log then