DBA Data[Home] [Help]

APPS.FA_FAS403_XMLP_PKG dependencies on DUAL

Line 318: into h_set_of_books_id from dual;

314: */
315: -- get mrc related info
316: begin
317: select to_number(substrb(userenv('CLIENT_INFO'),45,10))
318: into h_set_of_books_id from dual;
319: exception
320: when others then
321: h_set_of_books_id := null;
322: end;