DBA Data[Home] [Help]

APPS.IEM_CLIENT_PUB dependencies on JTF_RS_RESOURCE_EXTNS

Line 4773: select user_name into l_user_name from jtf_rs_resource_extns

4769: exception
4770: when others then
4771: -- find out the user_name
4772: begin
4773: select user_name into l_user_name from jtf_rs_resource_extns
4774: where resource_id = p_resource_id;
4775: exception
4776: when others then
4777: l_user_name := to_char(p_resource_id);