DBA Data[Home] [Help]

APPS.FA_FAS401_XMLP_PKG dependencies on DUAL

Line 278: into h_set_of_books_id from dual;

274: */
275: -- get mrc related info
276: begin
277: select to_number(substrb(userenv('CLIENT_INFO'),45,10))
278: into h_set_of_books_id from dual;
279: exception
280: when others then
281: h_set_of_books_id := null;
282: end;