DBA Data[Home] [Help]

APPS.HXC_APPROVAL_REPORT_PKG dependencies on FND_APPLICATION_VL

Line 194: from hxc_time_recipients htr,fnd_application_vl fav

190: l_application_name := null;
191: if(p_time_recipient_id is not null )
192: then
193: select fav.application_name into l_application_name
194: from hxc_time_recipients htr,fnd_application_vl fav
195: where
196: to_char(htr.time_recipient_id) = p_time_recipient_id
197: and fav.application_id = htr.application_id;
198: end if;