DBA Data[Home] [Help]

APPS.IEM_CLIENT_PUB dependencies on JTF_RS_RESOURCE_EXTNS

Line 4698: select user_name into l_user_name from jtf_rs_resource_extns

4694: exception
4695: when others then
4696: -- find out the user_name
4697: begin
4698: select user_name into l_user_name from jtf_rs_resource_extns
4699: where resource_id = p_resource_id;
4700: exception
4701: when others then
4702: l_user_name := to_char(p_resource_id);